i965: fix alpha test for MRT
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_emit.cpp
2013-07-06 Chris Forbesi965: fix alpha test for MRT
2013-06-21 Eric Anholtglsl: Remove ir_print_visitor.h includes and usage
2013-06-15 Kenneth Graunkei965: Implement 16-wide math on G45 and Ironlake.
2013-05-06 Matt Turneri965/fs: Add support for bit instructions.
2013-05-02 Eric Anholti965: Share the register file enum between the two...
2013-04-01 Eric Anholti965/fs: Use LD messages for pre-gen7 varying-index...
2013-04-01 Eric Anholti965/fs: Improve performance of varying-index uniform...
2013-03-29 Kenneth Graunkei965: Fix INTEL_DEBUG=shader_time for fragment shaders...
2013-03-29 Matt Turneri965/fs: Generate LOD sampler message from ir_lod.
2013-03-28 Eric Anholti965/fs: Switch shader_time writes to using GRFs.
2013-03-11 Eric Anholti965/fs: Switch to using sampler LD messages for unifor...
2013-03-01 Chris Forbesi965: add a new virtual opcode: SHADER_OPCODE_TXF_MS
2013-02-28 Kenneth Graunkei965/fs: Use the LRP instruction for ir_triop_lrp when...
2013-02-15 Eric Anholti965/fs: Do a general SEND dependency workaround for...
2013-02-14 Eric Anholti965: Remove writemask support from brw_SAMPLE().
2013-02-05 Eric Anholti965: Disable write masking when setting up texturing m0.
2013-01-28 Vinson Leei965: Fix assignment instead of comparison in asserts.
2013-01-25 Chad Versacei965/fs/gen7: Fix fatal typo in unpackHalf2x16
2013-01-25 Chad Versacei965/fs/gen7: Emit code for GLSL 3.00 pack/unpack opera...
2013-01-08 Kenneth Graunkei965: Use Haswell's sample_d_c for textureGrad with...
2013-01-08 Kenneth Graunkei965/fs: Remove dead code from generate_uniform_pull_co...
2012-12-14 Eric Anholti965/fs: Set up gen7 UBO loads as sends from GRFs.
2012-12-11 Eric Anholti965/fs: Improve performance of shaders that start...
2012-12-11 Eric Anholti965/fs: Rewrite discards to use a flag subreg to track...
2012-12-11 Eric Anholti965/fs: Add an instruction flag for choosing the flag...
2012-12-11 Eric Anholti965: Let brw_flag_reg() choose the flag reg and subreg.
2012-12-05 Eric Anholti965: Add a debug flag for counting cycles spent in...
2012-12-05 Eric Anholti965: Add a flag for instructions with normal writemask...
2012-12-05 Eric Anholti965/fs: Add instruction emit for varying-index reads...
2012-12-05 Eric Anholti965/fs: Rename the existing pull constant load opcode.
2012-11-27 Kenneth Graunkei965/fs: Move struct brw_compile (p) entirely inside...
2012-11-27 Kenneth Graunkei965/fs: Split final assembly code generation out of...
2012-11-27 Kenneth Graunkei965/fs: Abort on unsupported opcodes rather than failing.
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_compile::fp to fs_visitor.
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_compile::dispatch_width into fs_vi...
2012-11-15 Kenneth Graunkei965: Remove duplicate brw_opcodes table in favor of...
2012-10-17 Eric Anholti965: Share the predicate field between FS and VS.
2012-10-17 Eric Anholti965: Rename fs_cfg types to not mention fs.
2012-10-17 Eric Anholti965: Move brw_fs_cfg.* to brw_cfg.*.
2012-10-08 Eric Anholti965: Replace brw_wm_* with dumping code into the fs_vi...
2012-09-17 Eric Anholti965: Move program dump to a helper function in brw_eu.c.
2012-08-23 Anuj Phogati965/msaa: Add sample-alpha-to-coverage support for...
2012-08-08 Eric Anholti965: Drop the confusing saturate argument to math...
2012-08-07 Eric Anholti965/fs: Communicate the pull constant block read param...
2012-08-06 Kenneth Graunkei965/fs: Move message header and texture offset setup...
2012-07-19 Paul Berryi965: Avoid unnecessary recompiles for shaders that...
2012-07-02 Paul Berryi965/fs: Add FS_OPCODE_MOV_DISPATCH_TO_FLAGS to fragmen...
2012-06-22 Paul Berryi965: Compute dFdy() correctly for FBOs.
2012-05-23 Eric Anholti965/gen6+: Add support for GL_ARB_blend_func_extended.
2012-05-15 Eric AnholtRevert "i965/fs: Jump from discard statements to the...
2012-04-20 Eric Anholti965: Add basic block generator.
2012-03-16 Eric Anholti965/fs: Jump from discard statements to the end of...
2012-02-11 Eric Anholti965/fs: Add support for generating MADs.
2011-12-21 Eric Anholti965: Don't make consumers of brw_CONT/brw_WHILE track...
2011-12-21 Eric Anholti965: Don't make consumers of brw_WHILE do pre-gen6...
2011-12-21 Eric Anholti965: Don't make consumers of brw_DO()/brw_WHILE()...
2011-12-21 Eric Anholti965: Drop unused do_insn argument from gen6_CONT().
2011-12-18 Kenneth Graunkei965: Rename texturing ops from FS_OPCODE to SHADER_OPC...
2011-11-30 Eric Anholti965/fs: Make register file enum 0 be the undefined...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-17 Eric Anholti965/gen4: Fix sampling from integer textures.
2011-11-07 Kenneth Graunkei965: Fix Sandybridge regression introduced by workarou...
2011-11-07 Kenneth Graunkei965: Enable faster workaround-free math on Ivybridge.
2011-10-20 Eric Anholti965/fs: Fix comparisions with uint negation.
2011-10-18 Kenneth Graunkei965: Remove EOT parameter from brw_SAMPLE and brw_set_...
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-26 Kenneth Graunkei965/fs: Split generate_math into gen4/gen6 and 1/2...
2011-09-19 Kenneth Graunkei965/fs: Implement texelFetch() on Gen4.
2011-09-19 Kenneth Graunkei965/fs: Implement texelFetch() on Ironlake and Sandybr...
2011-08-30 Chad Versacei965: Fix Android build by removing relative includes
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 Kenneth Graunkei965: Implement textureSize (TXS) on Gen4.
2011-08-23 Kenneth Graunkei965/fs: Implement textureSize (TXS) on Gen5+.
2011-08-17 Eric Anholti965/fs: Fix 32-bit integer multiplication.
2011-08-16 Eric Anholti965: Start adding the VS visitor and codegen.
2011-08-16 Eric Anholti965: Rename math FS_OPCODE_* to SHADER_OPCODE_*.
2011-08-16 Eric Anholti965: Create a shared enum for hardware and compiler...
2011-08-10 Eric Anholti965: Drop the reg/hw_reg distinction.
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-29 Eric Anholti965/fs: Stop using the exec_list iterator.
2011-07-26 Eric Anholti965/fs: Fix MRT drawing since the m0->m2 move for...
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-19 Kenneth Graunkei965/fs: Add support for TXD with shadow comparisons.
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-27 Eric Anholti965/fs: Fix up for 8752764076e5b3f052a57e0134424a37bf2...
2011-05-27 Eric Anholti965/fs: Split the BRW native code emit to brw_fs_emit.cpp