i965: Add support for ir_loop counters to the new FS backend.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.cpp
2010-09-28 Eric Anholti965: Add support for ir_loop counters to the new FS...
2010-09-28 Eric Anholti965: Add support for MRT to the new FS backend.
2010-09-28 Eric Anholti965: Add support for non-color render target write...
2010-09-28 Eric Anholti965: Set up sampler numbers in the FS backend.
2010-09-28 Eric Anholti965: Subtract instead of adding when computing y delta...
2010-09-28 Eric Anholti965: Add support for gl_FrontFacing to the new FS...
2010-09-28 Eric Anholti965: Add support for struct, array, and matrix uniform...
2010-09-28 Eric Anholti965: Add support for dereferencing structs to the...
2010-09-28 Eric Anholti965: Set the variable type when dereferencing an array.
2010-09-28 Eric Anholti965: Fix up the FS backend for the variable array...
2010-09-28 Eric Anholti965: Fix valgrind complaint about base_ir for new...
2010-09-28 Eric Anholti965: Apply the same set of lowering passes to new...
2010-09-28 Eric Anholti965: Actually track the "if" depth in loop in the...
2010-09-28 Eric Anholti965: Fix negation in the new FS backend.
2010-09-28 Eric Anholti965: Add support for dFdx()/dFdy() to the FS backend.
2010-09-27 Eric Anholti965: Handle all_equal/any_nequal in the new FS.
2010-09-27 Eric Anholti965: Fix up writemasked assignments in the new FS.
2010-09-22 Eric Anholti965: Warning fix for vector result any_nequal/all_equa...
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-10 Eric Anholti965: Add switch cases for ir_unop_noise, which should...
2010-09-09 Luca Barbieriglsl: add several EmitNo* options, and MaxUnrollIterations
2010-09-07 Eric Anholti965: Make pixel_xy results UW.
2010-09-07 Eric Anholti965: Don't bother with RNDZ for f2i.
2010-09-07 Eric Anholti965: Align the start of attribute interp coefficients...
2010-09-07 Eric Anholti965: Just assert when we flagged a compile error in...
2010-09-07 Eric Anholti965: Clean up fs_reg setup by using a helper for const...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-30 Eric Anholti965: Add support for loops to the new FS backend.
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.