i965/vs: Fix the trivial register allocator's failure path.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_visitor.cpp
2011-08-16 Eric Anholti965: Rename math FS_OPCODE_* to SHADER_OPCODE_*.
2011-08-10 Eric Anholti965/fs: Eliminate the magic nature of virtual GRF 0.
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-29 Eric Anholti965/fs: Stop using the exec_list iterator.
2011-07-29 Eric Anholti965/fs: Respect ARB_color_buffer_float clamping.
2011-07-28 Kenneth Graunkei965/gen4: Fix message parameter loading for 1D TXD...
2011-07-25 Kenneth Graunkei965/fs: Clear result before visiting shadow comparitor...
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-06 Kenneth Graunkei965/fs: Fix message register allocation in FB writes.
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-29 Kenneth Graunkei965/fs: Implement new ir_unop_u2i and ir_unop_i2u...
2011-06-27 Ben Widawskyi965: step message register allocation
2011-06-19 Kenneth Graunkei965/fs: Add support for TXD with shadow comparisons.
2011-06-19 Kenneth Graunkei965/fs: Refactor texture result swizzling into a helpe...
2011-06-19 Kenneth Graunkei965/fs: Move sampler fetch to the top of the ir_textur...
2011-06-19 Kenneth Graunkei965/fs: Add support for non-shadow textureGrad (TXD...
2011-06-19 Kenneth Graunkei965/fs: Add support for non-shadow textureGrad (TXD...
2011-06-19 Kenneth Graunkei965/fs: Add support for non-shadow textureGrad (TXD...
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-31 Eric Anholti965/fs: Use the embedded compare in SEL on gen6+.
2011-05-27 Eric Anholti965/fs: Fix up for 8752764076e5b3f052a57e0134424a37bf2...
2011-05-27 Eric Anholti965/fs: Split the GLSL IR -> FS LIR visitor to brw_fs_...