i965: Abstract BRW_REGISTER_TYPE_* into an enum with unique values.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_defines.h
2013-12-20 Kenneth Graunkei965: Abstract BRW_REGISTER_TYPE_* into an enum with...
2013-12-20 Kenneth Graunkei965: Add missing BRW_REGISTER_TYPE_UV.
2013-12-20 Kenneth Graunkei965: Delete bogus BRW_REGISTER_TYPE_HF define.
2013-12-07 Chris Forbesi965: Add shader opcode for sampling MCS surface
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from the rest of the...
2013-11-25 Chris Forbesi965: Add new defines for indirect draws
2013-11-16 Kenneth Graunkei965: Move enum brw_urb_write_flags from brw_eu.h to...
2013-11-01 Anuj Phogati965: Add FS backend for builtin gl_SampleMask[]
2013-11-01 Anuj Phogati965: Add FS backend for builtin gl_SampleID
2013-10-31 Eric Anholti965/fs: Use the gen7 scratch read opcode when possible.
2013-10-31 Eric Anholti965: Merge together opcodes for SHADER_OPCODE_GEN4_SCR...
2013-10-29 Francisco Jerezi965/gen7: Implement code generation for untyped surfac...
2013-10-29 Francisco Jerezi965/gen7: Implement code generation for untyped atomic...
2013-10-27 Paul Berryi965: Make fs gl_PrimitiveID input work even when there...
2013-10-26 Chris Forbesi965: Add Gen7 gather4_c and gather4_po_c message types
2013-10-26 Chris Forbesi965: Add SHADER_OPCODE_TG4_OFFSET for gather with...
2013-10-15 Paul Berryi965/gs: Set the REORDER bit in 3DSTATE_GS.
2013-10-07 Matt Turneri965: Generate code for ir_binop_carry and ir_binop_borrow.
2013-10-02 Chris Forbesi965: Add BRW_SURFACEFORMAT_R32G32_FLOAT_LD, required...
2013-10-02 Chris Forbesi965: add SHADER_OPCODE_TG4
2013-09-26 Kenneth Graunkei965: Add #define for MI_REPORT_PERF_COUNT on Gen6+.
2013-09-26 Kenneth Graunkei965: Add support for GL_AMD_performance_monitor on...
2013-09-11 Paul Berryi965/gs: Add opcodes needed for EndPrimitive().
2013-09-11 Paul Berryi965/gen7: Add the ability to send URB_WRITE_OWORD...
2013-09-11 Paul Berryi965/gs: Set control data header size/format appropriat...
2013-09-11 Paul Berryi965/gs: Add a state atom to set up geometry shader...
2013-09-05 Matt Turneri965: Remove never used DPA2 opcode.
2013-09-05 Matt Turneri965: Remove never used RSR and RSL opcodes.
2013-09-01 Paul Berryi965/gs: make the state atom for compiling Gen7 geometr...
2013-09-01 Paul Berryi965/gs: Allocate push constant space for use by GS.
2013-08-23 Paul Berryi965/gs: Add GS_OPCODE_SET_DWORD_2_IMMED.
2013-08-23 Paul Berryi965/gs: Add GS_OPCODE_SET_VERTEX_COUNT.
2013-08-23 Paul Berryi965/gs: Add GS_OPCODE_SET_WRITE_OFFSET.
2013-08-23 Paul Berryi965/gs: Add GS_OPCODE_THREAD_END.
2013-08-23 Paul Berryi965/gs: Add GS_OPCODE_URB_WRITE.
2013-08-15 Chris Forbesi965: add new VS_OPCODE_UNPACK_FLAGS_SIMD4X2
2013-07-18 Kenneth Graunkei965: Add #defines for Memory Object Control State...
2013-07-18 Kenneth Graunkei965: Add MOCS shift and mask for SURFACE_STATE entries.
2013-07-16 Kenneth Graunkei965: Cite the Ivybridge PRM for SFID enum values.
2013-06-12 Paul Berryi965/blorp: Write blorp code to do render target resolves.
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...
next