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
/
gen7_cs_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Drop AUB_TRACE_* stuff.
Kenneth Graunke
2017-03-21
1
-9
/
+6
*
i965: Replace BRW_SURFACEFORMAT_* with ISL_FORMAT_*.
Kenneth Graunke
2017-03-02
1
-1
/
+1
*
i965: Reduce cross-pollination between the DRI driver and compiler
Jason Ekstrand
2017-03-01
1
-2
/
+1
*
i965: replace brw_compute_program with brw_program
Timothy Arceri
2016-10-26
1
-4
/
+2
*
i965/mesa/st: eliminate gl_compute_program
Timothy Arceri
2016-10-26
1
-2
/
+2
*
i965: Eliminate brw->cs.prog_data pointer.
Kenneth Graunke
2016-10-05
1
-5
/
+6
*
i965: Add missing BRW_NEW_CS_PROG_DATA to compute constant atom.
Kenneth Graunke
2016-10-04
1
-1
/
+2
*
i965: get rid of duplicated values from gen_device_info
Lionel Landwerlin
2016-09-23
1
-2
/
+2
*
intel/i965: make gen_device_info mutable
Lionel Landwerlin
2016-09-23
1
-1
/
+1
*
i965: Rename intelScreen to screen.
Kenneth Graunke
2016-09-20
1
-2
/
+2
*
intel: s/brw_device_info/gen_device_info/
Jason Ekstrand
2016-09-03
1
-1
/
+1
*
i965: use new subroutine index uploader.
Dave Airlie
2016-08-23
1
-0
/
+3
*
i965: Use ISL for emitting buffer surface states
Jason Ekstrand
2016-07-15
1
-1
/
+1
*
i965: Fix comment about CS scratch space encodings on Broadwell+.
Kenneth Graunke
2016-06-16
1
-1
/
+1
*
i965: Fix cross-primitive scratch corruption when changing the per-thread all...
Francisco Jerez
2016-06-13
1
-3
/
+3
*
i965: Fix encode_slm_size() to take a generation, not a device info.
Kenneth Graunke
2016-06-13
1
-1
/
+2
*
i965: Use the correct number of threads for compute shaders.
Kenneth Graunke
2016-06-12
1
-1
/
+3
*
i965: Fix CS scratch size calculations on Ivybridge and Baytrail.
Kenneth Graunke
2016-06-12
1
-2
/
+4
*
i965: Fix Haswell CS per-thread scratch space encoding.
Kenneth Graunke
2016-06-12
1
-2
/
+14
*
i965: Fix shared local memory size for Gen9+.
Kenneth Graunke
2016-06-12
1
-9
/
+2
*
i965: Remove old CS local ID handling
Jordan Justen
2016-06-01
1
-4
/
+1
*
i965: Support new local ID push constant & cross-thread constants
Jordan Justen
2016-06-01
1
-45
/
+49
*
i965: Store number of threads in brw_cs_prog_data
Jordan Justen
2016-06-01
1
-22
/
+10
*
i965: Make all atoms to track BRW_NEW_BLORP by default
Kenneth Graunke
2016-04-23
1
-0
/
+3
*
glsl: move to compiler/
Emil Velikov
2016-01-26
1
-1
/
+1
*
i965: Trigger CS state reemission when new sampler state is uploaded.
Francisco Jerez
2016-01-19
1
-0
/
+1
*
i965/gen8/cs: Gen8 requires 64 byte alignment for push constant data
Jordan Justen
2015-12-22
1
-3
/
+3
*
i965: Enable shared local memory for CS shared variables
Jordan Justen
2015-12-09
1
-0
/
+12
*
i965/state: Get rid of dword_pitch arguments to buffer functions
Jason Ekstrand
2015-12-07
1
-1
/
+1
*
i965: Clean up #includes in the compiler.
Matt Turner
2015-11-24
1
-0
/
+2
*
i965: Setup pull constant state for compute programs
Jordan Justen
2015-11-01
1
-0
/
+31
*
i965/cs: Split out helper for building local id payload
Kristian Høgsberg Kristensen
2015-10-08
1
-71
/
+9
*
i965/cs: Remove the prog argument from local_id_payload_dwords
Jason Ekstrand
2015-10-02
1
-4
/
+3
*
i965/cs: Re-emit cs_state when surfaces have changed
Jordan Justen
2015-09-29
1
-1
/
+2
*
i965/cs: Re-emit push constants and cs_state on new batches
Jordan Justen
2015-09-29
1
-2
/
+4
*
i965: Move compute shader code around
Kristian Høgsberg Kristensen
2015-09-14
1
-0
/
+347