intel: Fix signed/unsigned comparison warnings.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_visitor.cpp
2012-05-14 Eric Anholtintel: Fix signed/unsigned comparison warnings.
2012-05-14 Kenneth Graunkei965/fs: Use a const reference in fs_reg::equals instea...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-04 Eric Anholti965/fs: Fix regression in comparison handling from...
2012-04-27 Kenneth Graunkei965/fs: Fix FB writes that tried to use the non-existe...
2012-04-24 Eric Anholti965/fs: Fix texelFetchOffset()
2012-04-20 Eric Anholti965/fs: Suppress printing the whole loop in BRW_OPCODE...
2012-04-12 Eric Anholti965/fs: Avoid generating extra AND instructions on...
2012-04-12 Eric Anholti965/fs: Try to avoid generating extra MOVs to do satur...
2012-04-02 Kenneth Graunkeglsl: Demote 'type' from ir_instruction to ir_rvalue...
2012-03-30 Kenneth Graunkei965: Avoid explicit accumulator operands in SIMD16...
2012-03-14 Kenneth Graunkei965: Enable SIMD16 mode for shaders with loops on...
2012-02-19 Kenneth Graunkei965: Make the dummy fragment shader work in SIMD16...
2012-02-19 Kenneth Graunkei965: Fix GPU hangs in the dummy fragment shader.
2012-02-15 Kenneth Graunkei965/fs: Take # of components into account in try_rewri...
2012-02-11 Eric Anholti965/fs: Add support for generating MADs.
2012-02-08 Eric Anholti965/fs: Implement GL_CLAMP behavior on texture rectang...
2012-02-08 Eric Anholti965/fs: Move GL_CLAMP handling to coordinate setup.
2012-01-09 Eric Anholti965/fs: Fix GPU hangs with 16-wide integer div/mod...
2011-12-20 Kenneth Graunkei965/fs: Factor out texturing related data from brw_wm_...
2011-12-20 Kenneth Graunkei965/fs: Factor out texture offset bitfield computation.
2011-12-18 Kenneth Graunkei965: Rename texturing ops from FS_OPCODE to SHADER_OPC...
2011-12-18 Kenneth Graunkei965/fs: Don't swizzle the results of textureSize().
2011-11-30 Eric Anholti965/fs: Fix regression in fbo-alphatest-nocolor.
2011-11-09 Eric Anholti965/fs: Add support for user-defined out variables.
2011-11-09 Eric Anholti965/fs: Preserve the source register type when doing...
2011-10-28 Kenneth Graunkei965/fs: Use the actual hardware g0 register for texel...
2011-10-27 Paul Berryi965/gen6+: Parameterize barycentric interpolation...
2011-10-20 Eric Anholti965/fs: Fix comparisions with uint negation.
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-03 Kenneth Graunkei965/fs: Implement integer quotient and remainder math...
2011-09-28 Eric Anholti965/fs: Add support for bit-shift operations.
2011-09-28 Kenneth Graunkei965: Allow SIMD16 color writes on Ivybridge.
2011-09-28 Kenneth Graunkei965/fs: Allow SIMD16 with control flow on Ivybridge.
2011-09-20 Eric Anholti965: Fix compiler warnings.
2011-09-19 Kenneth Graunkei965/fs: Implement texelFetch() on Gen4.
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_...