ShaderOptimization

English/EspaƱol

This pages is about the shader optimization stage in nouveau, what can be done for it, and how.

TEX t0, blah
TEX t1, blah2
MUL t0, t0, t1

TEXC t0, blah
TEX (NE.xyzw) t1, blah2
MUL t0, t0, t1

ADD vec1.x, vec2.x
ADD vec3.x, vec4.x

ADD vec1.xy, vec2.xy