i965: Fix missing "break;" in i2b/f2b, and missing AND of CMP result.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.cpp
2010-08-27 Eric Anholti965: Validate the IR tree after doing our custom optim...
2010-08-27 Eric Anholti965: Add a bit of support for matrices to the new FS.
2010-08-27 Eric Anholti965: Fix destination writemasking in the new FS.
2010-08-27 Eric Anholti965: Add preliminary support for uniforms to the new...
2010-08-27 Eric Anholti965: Abort on gl_FragDepth in the new FS backend for...
2010-08-27 Eric Anholti965: Fix up and actually enable the NewShader and...
2010-08-26 Eric Anholti965: Hack in avoidance of c++ reserved keyword in...
2010-08-26 Eric Anholti965: Add GLSL IR-level source annotation and comments...
2010-08-26 Eric Anholti965: Use the implied move in brw_math() in the new FS.
2010-08-26 Eric Anholti965: Add support for in varyings to the new FS codegen.
2010-08-26 Eric Anholti965: Start building the codegen visitor.
2010-08-26 Eric Anholti965: Start building direct GLSL2 IR to 965 assembly...
2010-08-26 Eric Anholti965: Add new pass to split vectors into scalar variables
2010-08-26 Eric Anholti965: Add a pass for the FS to reduce vector expression...
2010-08-26 Eric Anholti965: Start building 965 FS backend.