i965/fs: Implement texelFetch() on Ivybridge.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_visitor.cpp
2011-09-19 Kenneth Graunkei965/fs: Implement texelFetch() on Ivybridge.
2011-09-19 Kenneth Graunkei965/fs: Implement texelFetch() on Ironlake and Sandybr...
2011-09-07 Kenneth Graunkei965/fs: Implement ir_u2f opcode.
2011-08-30 Chad Versacei965: Fix Android build by removing relative includes
2011-08-29 Kenneth Graunkei965: Avoid generating MOVs for most ir_assignment...
2011-08-29 Kenneth Graunkei965/fs: Revert "Avoid generating MOVs for assignments...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-23 Eric Anholti965/gen6+: Use non-normalized coordinates for GL_TEXTU...
2011-08-23 Kenneth Graunkei965: Implement textureSize (TXS) on Gen4.
2011-08-23 Kenneth Graunkei965/fs: Implement textureSize (TXS) on Gen5+.
2011-08-23 Kenneth Graunkei965/fs: Rudimentary support for non-floating point...
2011-08-23 Kenneth Graunkeglsl: Add a new ir_txs (textureSize) opcode to ir_texture.
2011-08-20 Kenneth Graunkei965/fs: Change incorrect use of 'struct fs_reg' to...
2011-08-17 Eric Anholti965/fs: Fix 32-bit integer multiplication.
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_...