aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_defines.h
Commit message (Expand)AuthorAgeFilesLines
* i965/gen6+: Rename GEN6_CLIP_BARYCENTRIC_ENABLE.Paul Berry2011-10-271-1/+1
* i965/gen6+: Parameterize barycentric interpolation modes.Paul Berry2011-10-271-6/+12
* i965: Add more #defines for Gen6+ 3DSTATE_GS fields.Kenneth Graunke2011-10-251-0/+8
* i965: setup address rounding enable bitsYuanhan Liu2011-10-191-0/+7
* i965: Rename BRW_MESSAGE_TARGET_* to BRW_SFID_* and document them.Kenneth Graunke2011-10-181-12/+26
* i965: Use Ivybridge's "Legacy Data Port" for reads/writes.Kenneth Graunke2011-10-181-0/+5
* i965: Replace incorrect use of GLboolean with enum brw_compression.Kenneth Graunke2011-10-111-3/+5
* i965/fs: Implement integer quotient and remainder math operations.Kenneth Graunke2011-10-021-0/+2
* i965: Fix incorrect maximum PS thread count shift on Ivybridge.Kenneth Graunke2011-09-261-1/+1
* i965/fs: Implement texelFetch() on Ironlake and Sandybridge.Kenneth Graunke2011-09-191-0/+2
* i965/vs: Add support for pull constant loads for uniform arrays.Eric Anholt2011-08-301-0/+1
* i965: Implement textureSize (TXS) on Gen4.Kenneth Graunke2011-08-231-1/+0
* i965/fs: Implement textureSize (TXS) on Gen5+.Kenneth Graunke2011-08-231-0/+2
* i965/vs: Move virtual GRFs with array accesses to them to scratch space.Eric Anholt2011-08-161-0/+2
* i965: Start adding the VS visitor and codegen.Eric Anholt2011-08-161-0/+2
* i965: Rename math FS_OPCODE_* to SHADER_OPCODE_*.Eric Anholt2011-08-161-8/+8
* i965: Create a shared enum for hardware and compiler-internal opcodes.Eric Anholt2011-08-161-52/+82
* i965: Rename CMD_VF_STATISTICS_(965|GM45) to include "3DSTATE".Kenneth Graunke2011-07-181-2/+2
* i965: Rename CMD_VERTEX_(BUFFER|ELEMENT) to 3DSTATE_VERTEX_...S.Kenneth Graunke2011-07-181-2/+2
* i965: Convert system instruction pointer to OUT_BATCH style.Kenneth Graunke2011-07-071-1/+1
* i965: Switch brw_state_dump to using bitshifting for surface state.Eric Anholt2011-05-311-0/+4
* i965: Replace struct with bit shifting for WM pull constant surfaces.Eric Anholt2011-05-311-0/+1
* i965: Replace struct with bit shifting for WM render target surfaces.Eric Anholt2011-05-311-0/+5
* i965: Add defines for surface state setup using bitfield shifting.Eric Anholt2011-05-311-1/+33
* i965: Set Address Modify Enable in VERTEX_BUFFER on Ivybridge.Kenneth Graunke2011-05-171-0/+1
* i965: Emit 3DPRIMITIVE Ivybridge-style.Kenneth Graunke2011-05-171-0/+3
* i965: Add depth buffer support on Ivybridge.Kenneth Graunke2011-05-171-2/+7
* i965: Upload sampler state pointers on Ivybridge.Kenneth Graunke2011-05-171-0/+4
* i965: Disable binding table pointers for unused pipeline stages.Kenneth Graunke2011-05-171-0/+2
* i965: Upload binding table pointers on Ivybridge.Kenneth Graunke2011-05-171-0/+4
* i965: Explicitly disable unused pipeline stages on Ivybridge.Kenneth Graunke2011-05-171-0/+11
* i965: Initial Ivybridge Viewport state setup.Kenneth Graunke2011-05-171-0/+3
* i965: Initial Ivybridge Clip state setup.Kenneth Graunke2011-05-171-0/+9
* i965: Initial Ivybridge CC state setup.Kenneth Graunke2011-05-171-0/+2
* i965: Initial Ivybridge WM/PS state setup.Kenneth Graunke2011-05-171-0/+71
* i965: Initial Ivybridge SF/SBE state setup.Kenneth Graunke2011-05-171-1/+22
* i965: Initial Ivybridge URB space partitioning, including push constants.Kenneth Graunke2011-05-171-1/+12
* i965: Attempt to un-muddle Gen6 data port message target defines.Kenneth Graunke2011-05-131-3/+6
* i965: Fix incorrectly named data port define.Kenneth Graunke2011-05-131-1/+1
* i965: Fix typo in Gen6 "DWord Scattered Write" message define.Kenneth Graunke2011-05-131-1/+1
* i965: Convert 3DPRIMITIVE command from struct-style to OUT_BATCH style.Kenneth Graunke2011-04-181-5/+6
* i965: Define BRW_DEPTHFORMAT_D24_UNORM_X8_UINTChad Versace2011-04-121-0/+1
* i965: Rename BRW_DATAPORT_..._GEN6 messages to GEN6_... for consistency.Kenneth Graunke2011-03-161-8/+8
* i965: Rename BRW_SAMPLER_MESSAGE_..._GEN5 to GEN5_SAMPLER_MESSAGE.Kenneth Graunke2011-03-161-7/+7
* i965: Add #defines for gen4 SIMD8 TXB/TXL with shadow comparison.Kenneth Graunke2011-02-251-0/+2
* i965: Rename a few more commands to match the documentation.Kenneth Graunke2011-02-081-2/+2
* i965: Add #defines for HiZ and separate stencil buffer commands.Kenneth Graunke2011-01-101-0/+3
* i965: Rename more #defines to 3DSTATE rather than CMD or CMD_3D.Kenneth Graunke2011-01-101-12/+12
* i965: Remove unused #defines which only contain the sub-opcode.Kenneth Graunke2011-01-101-22/+0
* i965: Rename various gen6 #defines to match the documentation.Kenneth Graunke2011-01-061-15/+15