index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Use macros to create prototypes for emitter helpers.
Kenneth Graunke
2014-11-13
1
-57
/
+41
*
i965: Always enable VF statistics
Ben Widawsky
2014-11-13
1
-2
/
+1
*
i965/cfg: Remove if_block/else_block.
Matt Turner
2014-11-11
3
-30
/
+1
*
i965/fs: Don't use if_block/else_block in SEL peephole.
Matt Turner
2014-11-11
1
-6
/
+11
*
i965: Advertise a line width of 40.0 on Cherryview and Skylake.
Kenneth Graunke
2014-11-08
1
-1
/
+5
*
i965: Advertise larger line widths.
Kenneth Graunke
2014-11-08
1
-3
/
+9
*
i965: Use ctx->Const.MaxLineWidth when clamping ctx->Line.Width.
Kenneth Graunke
2014-11-08
4
-5
/
+8
*
i965: Set Line Width correctly on Cherryview and Skylake.
Kenneth Graunke
2014-11-08
2
-1
/
+6
*
i965: drop the custom gen8_instruction CFLAG
Emil Velikov
2014-11-07
1
-2
/
+0
*
i965/fs: Wire up control flow correctly in predicated break pass.
Matt Turner
2014-11-06
1
-3
/
+7
*
i965/cfg: Add functions to get first and last non-CF instructions.
Matt Turner
2014-11-06
1
-0
/
+74
*
i965: Remove non-existent vertical strides from array.
Matt Turner
2014-11-06
1
-1
/
+1
*
i965: Convert stride/width/execution size macros into enums.
Matt Turner
2014-11-06
1
-28
/
+33
*
i965/fs: Remove force uncompressed stack.
Matt Turner
2014-11-06
3
-27
/
+0
*
i965/fs: Use execution size of 1 for some shader_time operations.
Matt Turner
2014-11-06
1
-1
/
+1
*
i965/fs: Use mov(4) instructions to read timestamp.
Matt Turner
2014-11-06
1
-5
/
+4
*
i965: Fix sampler state pointer adjustment for nonconst samplers
Chris Forbes
2014-11-05
1
-1
/
+1
*
i965: Re-enable Z16 on Gen8+.
Kenneth Graunke
2014-11-04
1
-0
/
+7
*
i965: Implement the PMA stall fix.
Kenneth Graunke
2014-11-04
4
-0
/
+180
*
i965: Add #defines for Broadwell HiZ workarounds in CACHE_MODE_1.
Kenneth Graunke
2014-11-04
1
-0
/
+6
*
i965: Update compaction code to handle Skylake like Cherryview.
Kenneth Graunke
2014-11-03
1
-4
/
+4
*
i965: Disable fast color clears on Skylake for now.
Kenneth Graunke
2014-11-03
1
-1
/
+1
*
i965/skl: Use new MOCS for SKL
Kristian Høgsberg
2014-11-03
6
-17
/
+33
*
i965/skl: Implement workaround for VF Invalidate issue
Jordan Justen
2014-11-03
1
-0
/
+9
*
i965/skl: Update Viewport Z Clip Test Enable bits for Skylake.
Kenneth Graunke
2014-11-03
2
-2
/
+10
*
i965/skl: Emit extra zeros in 3DSTATE_DS on Skylake.
Kenneth Graunke
2014-11-03
1
-10
/
+5
*
i965/skl: Init instructions compaction tables for SKL
Kristian Høgsberg
2014-11-03
1
-0
/
+1
*
i965/skl: Add fast clear resolve rect multipliers for SKL
Kristian Høgsberg
2014-11-03
1
-2
/
+5
*
i965/skl: Always emit 3DSTATE_BINDING_TABLE_POINTERS_* on Skylake.
Kenneth Graunke
2014-11-03
1
-1
/
+1
*
i965/skl: Allocate 16 DWords for SURFACE_STATE on Skylake.
Kenneth Graunke
2014-11-03
1
-1
/
+1
*
i965/skl: Refactor surface state allocation.
Kenneth Graunke
2014-11-03
1
-10
/
+16
*
i965/skl: Emit extra zeros in STATE_BASE_ADDRESS on Skylake.
Kenneth Graunke
2014-11-03
1
-2
/
+11
*
i965/skl: Update stencil reference handling for Skylake.
Kenneth Graunke
2014-11-03
3
-6
/
+28
*
i965/skl: Set mask bits in PIPELINE_SELECT on Skylake.
Kenneth Graunke
2014-11-03
1
-1
/
+1
*
i965/skl: Set max OpenGL version the same as gen7/8
Jordan Justen
2014-11-03
1
-0
/
+1
*
i965/skl: Update 3DSTATE_SBE for Skylake.
Damien Lespiau
2014-11-03
2
-2
/
+34
*
i965/fs: Don't compute_to_mrf() on Gen >= 7.
Matt Turner
2014-11-03
1
-0
/
+4
*
i965/chv: Increase VS and GS thread counts
Ben Widawsky
2014-11-02
1
-2
/
+2
*
Revert "i965/compaction: Disable compaction on SNB temporarily."
Matt Turner
2014-10-29
1
-6
/
+0
*
i965/vec4: Perform CSE on MAD instructions with final arguments switched.
Matt Turner
2014-10-29
1
-1
/
+5
*
i965/fs: Perform CSE on MAD instructions with final arguments switched.
Matt Turner
2014-10-29
1
-1
/
+5
*
i965: Rename brw_vec4_gs.[ch] to brw_gs.[ch].
Kenneth Graunke
2014-10-29
5
-5
/
+4
*
i965: Rename brw_gs{,_emit}.[ch] to brw_ff_gs{,_emit}.[ch].
Kenneth Graunke
2014-10-29
5
-5
/
+5
*
i965: Rename intel_bufferobj_* functions to match GL and DD hooks.
Kenneth Graunke
2014-10-29
1
-65
/
+64
*
i965/fs: Don't set dependency hints on instructions with spilled destinations
Jason Ekstrand
2014-10-27
1
-0
/
+8
*
i965/fs: Make scratch write instructions use the correct execution size
Jason Ekstrand
2014-10-27
1
-1
/
+1
*
i965/fs: Use correct spill offsets
Jason Ekstrand
2014-10-27
1
-6
/
+5
*
i965: Use the spill destination for the message header on GEN >= 7
Jason Ekstrand
2014-10-27
1
-6
/
+13
*
i965/fs: Don't [un]spill multiple registers at a time in SIMD8 mode
Jason Ekstrand
2014-10-27
1
-2
/
+4
*
i965/fs: Use instruction execution sizes when generating scratch reads/writes
Jason Ekstrand
2014-10-27
1
-4
/
+4
[next]