index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_defines.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/gen6+: Rename GEN6_CLIP_BARYCENTRIC_ENABLE.
Paul Berry
2011-10-27
1
-1
/
+1
*
i965/gen6+: Parameterize barycentric interpolation modes.
Paul Berry
2011-10-27
1
-6
/
+12
*
i965: Add more #defines for Gen6+ 3DSTATE_GS fields.
Kenneth Graunke
2011-10-25
1
-0
/
+8
*
i965: setup address rounding enable bits
Yuanhan Liu
2011-10-19
1
-0
/
+7
*
i965: Rename BRW_MESSAGE_TARGET_* to BRW_SFID_* and document them.
Kenneth Graunke
2011-10-18
1
-12
/
+26
*
i965: Use Ivybridge's "Legacy Data Port" for reads/writes.
Kenneth Graunke
2011-10-18
1
-0
/
+5
*
i965: Replace incorrect use of GLboolean with enum brw_compression.
Kenneth Graunke
2011-10-11
1
-3
/
+5
*
i965/fs: Implement integer quotient and remainder math operations.
Kenneth Graunke
2011-10-02
1
-0
/
+2
*
i965: Fix incorrect maximum PS thread count shift on Ivybridge.
Kenneth Graunke
2011-09-26
1
-1
/
+1
*
i965/fs: Implement texelFetch() on Ironlake and Sandybridge.
Kenneth Graunke
2011-09-19
1
-0
/
+2
*
i965/vs: Add support for pull constant loads for uniform arrays.
Eric Anholt
2011-08-30
1
-0
/
+1
*
i965: Implement textureSize (TXS) on Gen4.
Kenneth Graunke
2011-08-23
1
-1
/
+0
*
i965/fs: Implement textureSize (TXS) on Gen5+.
Kenneth Graunke
2011-08-23
1
-0
/
+2
*
i965/vs: Move virtual GRFs with array accesses to them to scratch space.
Eric Anholt
2011-08-16
1
-0
/
+2
*
i965: Start adding the VS visitor and codegen.
Eric Anholt
2011-08-16
1
-0
/
+2
*
i965: Rename math FS_OPCODE_* to SHADER_OPCODE_*.
Eric Anholt
2011-08-16
1
-8
/
+8
*
i965: Create a shared enum for hardware and compiler-internal opcodes.
Eric Anholt
2011-08-16
1
-52
/
+82
*
i965: Rename CMD_VF_STATISTICS_(965|GM45) to include "3DSTATE".
Kenneth Graunke
2011-07-18
1
-2
/
+2
*
i965: Rename CMD_VERTEX_(BUFFER|ELEMENT) to 3DSTATE_VERTEX_...S.
Kenneth Graunke
2011-07-18
1
-2
/
+2
*
i965: Convert system instruction pointer to OUT_BATCH style.
Kenneth Graunke
2011-07-07
1
-1
/
+1
*
i965: Switch brw_state_dump to using bitshifting for surface state.
Eric Anholt
2011-05-31
1
-0
/
+4
*
i965: Replace struct with bit shifting for WM pull constant surfaces.
Eric Anholt
2011-05-31
1
-0
/
+1
*
i965: Replace struct with bit shifting for WM render target surfaces.
Eric Anholt
2011-05-31
1
-0
/
+5
*
i965: Add defines for surface state setup using bitfield shifting.
Eric Anholt
2011-05-31
1
-1
/
+33
*
i965: Set Address Modify Enable in VERTEX_BUFFER on Ivybridge.
Kenneth Graunke
2011-05-17
1
-0
/
+1
*
i965: Emit 3DPRIMITIVE Ivybridge-style.
Kenneth Graunke
2011-05-17
1
-0
/
+3
*
i965: Add depth buffer support on Ivybridge.
Kenneth Graunke
2011-05-17
1
-2
/
+7
*
i965: Upload sampler state pointers on Ivybridge.
Kenneth Graunke
2011-05-17
1
-0
/
+4
*
i965: Disable binding table pointers for unused pipeline stages.
Kenneth Graunke
2011-05-17
1
-0
/
+2
*
i965: Upload binding table pointers on Ivybridge.
Kenneth Graunke
2011-05-17
1
-0
/
+4
*
i965: Explicitly disable unused pipeline stages on Ivybridge.
Kenneth Graunke
2011-05-17
1
-0
/
+11
*
i965: Initial Ivybridge Viewport state setup.
Kenneth Graunke
2011-05-17
1
-0
/
+3
*
i965: Initial Ivybridge Clip state setup.
Kenneth Graunke
2011-05-17
1
-0
/
+9
*
i965: Initial Ivybridge CC state setup.
Kenneth Graunke
2011-05-17
1
-0
/
+2
*
i965: Initial Ivybridge WM/PS state setup.
Kenneth Graunke
2011-05-17
1
-0
/
+71
*
i965: Initial Ivybridge SF/SBE state setup.
Kenneth Graunke
2011-05-17
1
-1
/
+22
*
i965: Initial Ivybridge URB space partitioning, including push constants.
Kenneth Graunke
2011-05-17
1
-1
/
+12
*
i965: Attempt to un-muddle Gen6 data port message target defines.
Kenneth Graunke
2011-05-13
1
-3
/
+6
*
i965: Fix incorrectly named data port define.
Kenneth Graunke
2011-05-13
1
-1
/
+1
*
i965: Fix typo in Gen6 "DWord Scattered Write" message define.
Kenneth Graunke
2011-05-13
1
-1
/
+1
*
i965: Convert 3DPRIMITIVE command from struct-style to OUT_BATCH style.
Kenneth Graunke
2011-04-18
1
-5
/
+6
*
i965: Define BRW_DEPTHFORMAT_D24_UNORM_X8_UINT
Chad Versace
2011-04-12
1
-0
/
+1
*
i965: Rename BRW_DATAPORT_..._GEN6 messages to GEN6_... for consistency.
Kenneth Graunke
2011-03-16
1
-8
/
+8
*
i965: Rename BRW_SAMPLER_MESSAGE_..._GEN5 to GEN5_SAMPLER_MESSAGE.
Kenneth Graunke
2011-03-16
1
-7
/
+7
*
i965: Add #defines for gen4 SIMD8 TXB/TXL with shadow comparison.
Kenneth Graunke
2011-02-25
1
-0
/
+2
*
i965: Rename a few more commands to match the documentation.
Kenneth Graunke
2011-02-08
1
-2
/
+2
*
i965: Add #defines for HiZ and separate stencil buffer commands.
Kenneth Graunke
2011-01-10
1
-0
/
+3
*
i965: Rename more #defines to 3DSTATE rather than CMD or CMD_3D.
Kenneth Graunke
2011-01-10
1
-12
/
+12
*
i965: Remove unused #defines which only contain the sub-opcode.
Kenneth Graunke
2011-01-10
1
-22
/
+0
*
i965: Rename various gen6 #defines to match the documentation.
Kenneth Graunke
2011-01-06
1
-15
/
+15
[next]