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/gen9: Set tiled resource mode in surface state
Anuj Phogat
2015-06-16
1
-0
/
+6
*
i965/fs: Implement support for ir_barrier
Jordan Justen
2015-06-12
1
-0
/
+5
*
i965: Add GATEWAY_SFID definitions
Jordan Justen
2015-06-12
1
-0
/
+8
*
i965: Create a shader_dispatch_mode enum to replace VS/GS fields.
Kenneth Graunke
2015-06-01
1
-3
/
+2
*
i965: Add Gen9 surface state decoding
Ben Widawsky
2015-05-18
1
-0
/
+2
*
i965: Add gen8 surface state debug info
Ben Widawsky
2015-05-18
1
-1
/
+3
*
i965: Add gen7+ sampler state to batch debug
Ben Widawsky
2015-05-18
1
-0
/
+1
*
i965: Use predicate enable bit for conditional rendering w/o stalling
Neil Roberts
2015-05-12
1
-0
/
+1
*
i965/gen6: setup limits for ARB_viewport_array
Chris Forbes
2015-05-06
1
-1
/
+1
*
i965: Introduce the FIND_LIVE_CHANNEL pseudo-opcode.
Francisco Jerez
2015-05-04
1
-0
/
+8
*
i965: Introduce the BROADCAST pseudo-opcode.
Francisco Jerez
2015-05-04
1
-0
/
+6
*
i965: Add memory fence opcode.
Francisco Jerez
2015-05-04
1
-0
/
+2
*
i965: Add typed surface access opcodes.
Francisco Jerez
2015-05-04
1
-0
/
+4
*
i965: Add untyped surface write opcode.
Francisco Jerez
2015-05-04
1
-0
/
+1
*
i965/cs: Emit MEDIA_STATE_FLUSH after WALKER
Jordan Justen
2015-05-02
1
-0
/
+1
*
i965/cs: Implement brw_emit_gpgpu_walker
Jordan Justen
2015-05-02
1
-0
/
+13
*
i965/cs: Upload brw_cs_state
Jordan Justen
2015-05-02
1
-0
/
+20
*
i965/cs: Add CS_OPCODE_CS_TERMINATE
Jordan Justen
2015-05-02
1
-0
/
+5
*
i965/ps: Use SET_FIELD() for sampler count
Topi Pohjolainen
2015-04-30
1
-0
/
+1
*
i965/fs: Combine pixel center calculation into one inst.
Matt Turner
2015-04-21
1
-0
/
+2
*
i965/fs: Emit ADDs for gl_FragCoord, not virtual opcodes.
Matt Turner
2015-04-21
1
-2
/
+0
*
i965/skl: Add the header for constant loads outside of the generator
Neil Roberts
2015-04-16
1
-0
/
+1
*
i965: Add missing defines for render cache messages.
Francisco Jerez
2015-03-02
1
-1
/
+7
*
i965/vec4: Add and use byte-MOV instruction for unpack 4x8.
Matt Turner
2015-02-19
1
-0
/
+1
*
i965: Fix integer border color on Haswell.
Kenneth Graunke
2015-02-09
1
-0
/
+1
*
i965/skl: Always use a header for SIMD4x2 sampler messages
Kristian Høgsberg
2015-01-08
1
-0
/
+5
*
i965: Add new SIMD8 VS prog data flag
Kristian Høgsberg
2014-12-10
1
-0
/
+2
*
i965: Add SIMD8 URB write low-level IR instruction
Kristian Høgsberg
2014-12-10
1
-0
/
+3
*
i965/vec4: Allow CSE on uniform-vec4 expansion MOVs.
Matt Turner
2014-12-05
1
-0
/
+1
*
i965: Move PSCDEPTH calculations from draw time to compile time.
Kenneth Graunke
2014-12-04
1
-8
/
+9
*
i965/fs: Pass key->render_to_fbo via src1 of FS_OPCODE_DDY_*.
Kenneth Graunke
2014-11-27
1
-0
/
+4
*
i965/fs: Handle derivative quality decisions in the front-end.
Kenneth Graunke
2014-11-27
1
-8
/
+4
*
i965/vec4: Add VEC4_OPCODE_PACK_4_BYTES.
Matt Turner
2014-11-25
1
-0
/
+2
*
i965/disasm: Properly decode branch_ctrl (gen8+)
Ben Widawsky
2014-11-20
1
-0
/
+1
*
i965: Set Line Width correctly on Cherryview and Skylake.
Kenneth Graunke
2014-11-08
1
-0
/
+1
*
i965: Convert stride/width/execution size macros into enums.
Matt Turner
2014-11-06
1
-28
/
+33
*
i965/skl: Use new MOCS for SKL
Kristian Høgsberg
2014-11-03
1
-0
/
+7
*
i965/skl: Update Viewport Z Clip Test Enable bits for Skylake.
Kenneth Graunke
2014-11-03
1
-0
/
+2
*
i965/skl: Update stencil reference handling for Skylake.
Kenneth Graunke
2014-11-03
1
-0
/
+5
*
i965/skl: Update 3DSTATE_SBE for Skylake.
Damien Lespiau
2014-11-03
1
-0
/
+6
*
i965: Add a BRW_MOCS_PTE #define.
Kenneth Graunke
2014-10-09
1
-3
/
+7
*
i965: Fix spelling of GEN7_SAMPLER_EWA_ANISOTROPIC_ALGORITHM
Chris Forbes
2014-10-01
1
-1
/
+1
*
i965: Delete intel_chipset.h.
Kenneth Graunke
2014-09-29
1
-2
/
+0
*
i965: Add BRW_OPCODE_NENOP for G45.
Matt Turner
2014-09-25
1
-0
/
+1
*
i965/gen6/gs: Add an additional parameter to the FF_SYNC opcode.
Samuel Iglesias Gonsalvez
2014-09-19
1
-0
/
+4
*
i965/gen6/gs: implement GS_OPCODE_FF_SYNC_SET_PRIMITIVES opcode
Samuel Iglesias Gonsalvez
2014-09-19
1
-0
/
+15
*
i965/gen6/gs: implement GS_OPCODE_SVB_SET_DST_INDEX opcode
Samuel Iglesias Gonsalvez
2014-09-19
1
-0
/
+9
*
i965/gen6/gs: implement GS_OPCODE_SVB_WRITE opcode
Samuel Iglesias Gonsalvez
2014-09-19
1
-0
/
+12
*
i965/gen6/gs: Implement GS_OPCODE_SET_PRIMITIVE_ID.
Iago Toral Quiroga
2014-09-19
1
-0
/
+8
*
i965/gen6/gs: Implement GS_OPCODE_SET_DWORD_2.
Iago Toral Quiroga
2014-09-19
1
-4
/
+2
[prev]
[next]