i965: Add "discard" support to the new FS backend.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.cpp
2010-08-30 Eric Anholti965: Add "discard" support to the new FS backend.
2010-08-30 Eric Anholti965: Fix the new implementation of ir_unop_sign to...
2010-08-30 Eric Anholti965: Add support for texturing with bias to i965 FS...
2010-08-29 Eric Anholti965: Add initial support for texturing to the new...
2010-08-29 Cedric Vivieri965: Move libdrm/C++ hack introduced in fa2deb3d to...
2010-08-27 Eric Anholti965: Don't strip negate/abs flags when assigning unifo...
2010-08-27 Eric Anholti965: Add missing handling for BRW_OPCODE_SEL.
2010-08-27 Eric Anholti965: Mask out higher bits of the result of BRW_CMP...
2010-08-27 Eric Anholti965: Fix the types of immediate integer values.
2010-08-27 Eric Anholti965: Add translation for RNDD and RNDZ.
2010-08-27 Eric Anholti965: Add support for ir_binop_mod using do_mod_to_fract.
2010-08-27 Eric Anholti965: Fix swapped instructions in ir_unop_abs and ir_un...
2010-08-27 Eric Anholti965: Add generate() handling for AND, OR, XOR.
2010-08-27 Eric Anholti965: Add support for if instructions in the new FS...
2010-08-27 Eric Anholti965: When encountering an unknown opcode in new FS...
2010-08-27 Eric Anholti965: Fix the maximum grf counting in the new FS backend.
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.