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/vs: Use GRFs for pull constant offsets on gen7.
Eric Anholt
2013-04-10
1
-0
/
+1
*
i965: Fix INTEL_DEBUG=shader_time for fragment shaders with discards.
Kenneth Graunke
2013-03-29
1
-0
/
+1
*
i965/fs: Generate LOD sampler message from ir_lod.
Matt Turner
2013-03-29
1
-0
/
+2
*
i965: Make INTEL_DEBUG=shader_time use the RAW surface format.
Kenneth Graunke
2013-03-14
1
-0
/
+1
*
i965: Fix INTEL_DEBUG=shader_time for Haswell.
Kenneth Graunke
2013-03-14
1
-0
/
+1
*
i965: Add definitions for gen7+ data cache messages.
Eric Anholt
2013-03-14
1
-0
/
+37
*
i965/fs: Switch to using sampler LD messages for uniform pull constants.
Eric Anholt
2013-03-11
1
-1
/
+1
*
i965: add a new virtual opcode: SHADER_OPCODE_TXF_MS
Chris Forbes
2013-03-02
1
-0
/
+1
*
i965: Add support for emitting the LRP instruction.
Kenneth Graunke
2013-02-28
1
-0
/
+1
*
i965/fs/gen7: Emit code for GLSL 3.00 pack/unpack operations (v4)
Chad Versace
2013-01-24
1
-0
/
+3
*
i965: Add opcodes for F32TO16 and F16TO32
Chad Versace
2013-01-24
1
-0
/
+2
*
i965: Add #defines for GL_FIXED vertex formats.
Kenneth Graunke
2013-01-07
1
-0
/
+4
*
i965: Add remaining #defines for packed vertex formats.
Kenneth Graunke
2013-01-07
1
-0
/
+9
*
i965: Use Haswell's sample_d_c for textureGrad with shadow samplers.
Kenneth Graunke
2013-01-07
1
-0
/
+1
*
i965: Replace structs with bit-shifting for Gen7 SURFACE_STATE entries.
Kenneth Graunke
2013-01-03
1
-7
/
+36
*
i965/fs: Set up gen7 UBO loads as sends from GRFs.
Eric Anholt
2012-12-14
1
-0
/
+2
*
i965/fs: Improve performance of shaders that start out with a discard.
Eric Anholt
2012-12-11
1
-0
/
+1
*
i965/fs: Rewrite discards to use a flag subreg to track discarded pixels.
Eric Anholt
2012-12-11
1
-1
/
+0
*
i965: Add a debug flag for counting cycles spent in each compiled shader.
Eric Anholt
2012-12-05
1
-2
/
+21
*
i965/fs: Add instruction emit for varying-index reads of uniforms.
Eric Anholt
2012-12-04
1
-0
/
+3
*
i965/fs: Rename the existing pull constant load opcode.
Eric Anholt
2012-12-04
1
-1
/
+1
*
i965: Fix primitive restart on Haswell.
Kenneth Graunke
2012-09-06
1
-0
/
+3
*
i965/gen6+: Add support for edge flags.
Eric Anholt
2012-08-09
1
-0
/
+1
*
i965/msaa: Add CMS-related sampler messages to brw_defines.h.
Paul Berry
2012-07-11
1
-0
/
+2
*
i965/fs: Add FS_OPCODE_MOV_DISPATCH_TO_FLAGS to fragment shader backend.
Paul Berry
2012-07-02
1
-0
/
+1
*
i965/msaa: Adapt clip setup for centroid noperspective interpolation.
Paul Berry
2012-06-25
1
-0
/
+4
*
i965/msaa: Add defines for Gen7.
Paul Berry
2012-05-25
1
-0
/
+5
*
i965/blorp: Implement proper texel fetch messages for Gen7.
Paul Berry
2012-05-25
1
-0
/
+1
*
i965: add flag to enable cut_index
Jordan Justen
2012-05-23
1
-0
/
+2
*
i965/gen6+: Add support for fast depth clears.
Eric Anholt
2012-05-23
1
-1
/
+3
*
i965/gen6: Initial implementation of MSAA.
Paul Berry
2012-05-15
1
-0
/
+7
*
i965: Set "Shader Channel Select" fields in Haswell's SURFACE_STATE.
Kenneth Graunke
2012-03-30
1
-0
/
+8
*
i965: Fill in Sample Mask in Haswell's 3DSTATE_PS.
Kenneth Graunke
2012-03-30
1
-0
/
+2
*
i965: Set "Stencil Buffer Enable" bit on Haswell.
Kenneth Graunke
2012-03-30
1
-0
/
+1
*
i965: Set Line Stipple enable bit in 3DSTATE_SF for Haswell.
Kenneth Graunke
2012-03-30
1
-0
/
+2
*
i965: Update max VS/PS threads shift offsets for Haswell.
Kenneth Graunke
2012-03-30
1
-1
/
+3
*
i965: Add support for the MAD opcode on gen6+.
Eric Anholt
2012-02-10
1
-0
/
+1
*
i965: fix inverted point sprite origin when rendering to FBO
Yuanhan Liu
2012-01-28
1
-0
/
+1
*
i965: Fix misnamed GEN7_WM_DEPTH_RESOLVE
Chad Versace
2012-01-10
1
-1
/
+1
*
i965/gen7: Add register definitions for GL_EXT_transform_feedback.
Eric Anholt
2011-12-23
1
-2
/
+71
*
i965 gen6: Initial implementation of transform feedback.
Paul Berry
2011-12-20
1
-0
/
+6
*
i965: Add missing SIMD4x2 sample_l_c message #defines.
Kenneth Graunke
2011-12-19
1
-0
/
+1
*
i965: Rename texturing ops from FS_OPCODE to SHADER_OPCODE, except TXB.
Kenneth Graunke
2011-12-18
1
-6
/
+8
*
i965 gen6: Implement pass-through GS for transform feedback.
Paul Berry
2011-12-07
1
-0
/
+3
*
i965: Clean up misleading defines for DWORD 2 of URB_WRITE header.
Paul Berry
2011-12-07
1
-4
/
+4
*
i965/gen6: Set vertical alignment in SURFACE_STATE batch
Chad Versace
2011-11-22
1
-4
/
+5
*
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
[next]