i965/gen7+: Implement fast color clear operation in BLORP.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_defines.h
2013-06-12 Paul Berryi965/gen7+: Implement fast color clear operation in...
2013-06-03 Jordan Justeni965 gen7: use SURFACE_STATE fields to select render...
2013-05-08 Eric Anholti965: Add surface format defines from the public specs.
2013-05-06 Matt Turneri965: Add support for emitting and disassembling bit...
2013-05-06 Matt Turneri965: Add 3-src destination and shared-source type...
2013-04-24 Matt Turneri965: Remove strange comments about math functions.
2013-04-24 Matt Turneri965: Remove traces of nonexistent TAN math function.
2013-04-17 Eric Anholti965: Trim trailing whitespace in brw_defines.h.
2013-04-10 Eric Anholti965/vs: Use GRFs for pull constant offsets on gen7.
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-14 Kenneth Graunkei965: Make INTEL_DEBUG=shader_time use the RAW surface...
2013-03-14 Kenneth Graunkei965: Fix INTEL_DEBUG=shader_time for Haswell.
2013-03-14 Eric Anholti965: Add definitions for gen7+ data cache messages.
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: Add support for emitting the LRP instruction.
2013-01-25 Chad Versacei965/fs/gen7: Emit code for GLSL 3.00 pack/unpack opera...
2013-01-25 Chad Versacei965: Add opcodes for F32TO16 and F16TO32
2013-01-08 Kenneth Graunkei965: Add #defines for GL_FIXED vertex formats.
2013-01-08 Kenneth Graunkei965: Add remaining #defines for packed vertex formats.
2013-01-08 Kenneth Graunkei965: Use Haswell's sample_d_c for textureGrad with...
2013-01-03 Kenneth Graunkei965: Replace structs with bit-shifting for Gen7 SURFAC...
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-05 Eric Anholti965: Add a debug flag for counting cycles spent in...
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-09-06 Kenneth Graunkei965: Fix primitive restart on Haswell.
2012-08-09 Eric Anholti965/gen6+: Add support for edge flags.
2012-07-11 Paul Berryi965/msaa: Add CMS-related sampler messages to brw_defi...
2012-07-02 Paul Berryi965/fs: Add FS_OPCODE_MOV_DISPATCH_TO_FLAGS to fragmen...
2012-06-25 Paul Berryi965/msaa: Adapt clip setup for centroid noperspective...
2012-05-25 Paul Berryi965/msaa: Add defines for Gen7.
2012-05-25 Paul Berryi965/blorp: Implement proper texel fetch messages for...
2012-05-23 Jordan Justeni965: add flag to enable cut_index
2012-05-23 Eric Anholti965/gen6+: Add support for fast depth clears.
2012-05-15 Paul Berryi965/gen6: Initial implementation of MSAA.
2012-03-30 Kenneth Graunkei965: Set "Shader Channel Select" fields in Haswell...
2012-03-30 Kenneth Graunkei965: Fill in Sample Mask in Haswell's 3DSTATE_PS.
2012-03-30 Kenneth Graunkei965: Set "Stencil Buffer Enable" bit on Haswell.
2012-03-30 Kenneth Graunkei965: Set Line Stipple enable bit in 3DSTATE_SF for...
2012-03-30 Kenneth Graunkei965: Update max VS/PS threads shift offsets for Haswell.
2012-02-11 Eric Anholti965: Add support for the MAD opcode on gen6+.
2012-01-28 Yuanhan Liui965: fix inverted point sprite origin when rendering...
2012-01-10 Chad Versacei965: Fix misnamed GEN7_WM_DEPTH_RESOLVE
2011-12-24 Eric Anholti965/gen7: Add register definitions for GL_EXT_transfor...
2011-12-20 Paul Berryi965 gen6: Initial implementation of transform feedback.
2011-12-20 Kenneth Graunkei965: Add missing SIMD4x2 sample_l_c message #defines.
2011-12-18 Kenneth Graunkei965: Rename texturing ops from FS_OPCODE to SHADER_OPC...
2011-12-08 Paul Berryi965 gen6: Implement pass-through GS for transform...
2011-12-08 Paul Berryi965: Clean up misleading defines for DWORD 2 of URB_WR...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-22 Chad Versacei965/gen6: Set vertical alignment in SURFACE_STATE...
2011-10-27 Paul Berryi965/gen6+: Rename GEN6_CLIP_BARYCENTRIC_ENABLE.
2011-10-27 Paul Berryi965/gen6+: Parameterize barycentric interpolation...
2011-10-26 Kenneth Graunkei965: Add more #defines for Gen6+ 3DSTATE_GS fields.
2011-10-19 Yuanhan Liui965: setup address rounding enable bits
2011-10-18 Kenneth Graunkei965: Rename BRW_MESSAGE_TARGET_* to BRW_SFID_* and...
2011-10-18 Kenneth Graunkei965: Use Ivybridge's "Legacy Data Port" for reads...
2011-10-11 Kenneth Graunkei965: Replace incorrect use of GLboolean with enum...
2011-10-03 Kenneth Graunkei965/fs: Implement integer quotient and remainder math...
2011-09-26 Kenneth Graunkei965: Fix incorrect maximum PS thread count shift on...
2011-09-19 Kenneth Graunkei965/fs: Implement texelFetch() on Ironlake and Sandybr...
2011-08-30 Eric Anholti965/vs: Add support for pull constant loads for unifor...
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-16 Eric Anholti965/vs: Move virtual GRFs with array accesses to them...
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-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-18 Kenneth Graunkei965: Rename CMD_VF_STATISTICS_(965|GM45) to include...
2011-07-18 Kenneth Graunkei965: Rename CMD_VERTEX_(BUFFER|ELEMENT) to 3DSTATE_VER...
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-07 Kenneth Graunkei965: Convert system instruction pointer to OUT_BATCH...
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-31 Eric Anholti965: Switch brw_state_dump to using bitshifting for...
2011-05-31 Eric Anholti965: Replace struct with bit shifting for WM pull...
2011-05-31 Eric Anholti965: Replace struct with bit shifting for WM render...
2011-05-31 Eric Anholti965: Add defines for surface state setup using bitfiel...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-18 Kenneth Graunkei965: Set Address Modify Enable in VERTEX_BUFFER on...
2011-05-18 Kenneth Graunkei965: Emit 3DPRIMITIVE Ivybridge-style.
2011-05-18 Kenneth Graunkei965: Add depth buffer support on Ivybridge.
2011-05-18 Kenneth Graunkei965: Upload sampler state pointers on Ivybridge.
2011-05-18 Kenneth Graunkei965: Disable binding table pointers for unused pipelin...
2011-05-18 Kenneth Graunkei965: Upload binding table pointers on Ivybridge.
2011-05-18 Kenneth Graunkei965: Explicitly disable unused pipeline stages on...
2011-05-18 Kenneth Graunkei965: Initial Ivybridge Viewport state setup.
2011-05-18 Kenneth Graunkei965: Initial Ivybridge Clip state setup.
2011-05-18 Kenneth Graunkei965: Initial Ivybridge CC state setup.
2011-05-18 Kenneth Graunkei965: Initial Ivybridge WM/PS state setup.
2011-05-18 Kenneth Graunkei965: Initial Ivybridge SF/SBE state setup.
2011-05-18 Kenneth Graunkei965: Initial Ivybridge URB space partitioning, includi...
next