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_cs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Keep track of the per-thread scratch allocation in brw_stage_state.
Francisco Jerez
2016-06-13
1
-25
/
+23
*
i965: Account for poor address calculations in Haswell CS scratch size.
Kenneth Graunke
2016-06-12
1
-1
/
+20
*
i965: Allocate scratch space for the maximum number of compute threads.
Kenneth Graunke
2016-06-12
1
-1
/
+3
*
i965: Add uniform for a CS thread local base ID
Jordan Justen
2016-06-01
1
-0
/
+3
*
i965: Shrink stage_prog_data param array length
Jordan Justen
2016-05-29
1
-1
/
+1
*
glsl: move to compiler/
Emil Velikov
2016-01-26
1
-1
/
+1
*
i965: Move brw_cs_fill_local_id_payload() to libi965_compiler
Kristian Høgsberg Kristensen
2015-12-11
1
-36
/
+0
*
i965: Enable shared local memory for CS shared variables
Jordan Justen
2015-12-09
1
-0
/
+13
*
i965: Clean up #includes in the compiler.
Matt Turner
2015-11-24
1
-0
/
+1
*
i965: Compile brw_cs_fill_local_id_payload() as C.
Matt Turner
2015-11-24
1
-0
/
+36
*
i965: Push down inclusion of brw_program.h.
Matt Turner
2015-11-24
1
-0
/
+1
*
i965: Rename brw_foo_emit to brw_compile_foo
Jason Ekstrand
2015-10-19
1
-3
/
+3
*
i965/cs: Rework cs_emit to take a nir_shader and a brw_compiler
Jason Ekstrand
2015-10-19
1
-2
/
+8
*
i965: Move brw_get_shader_time_index() call out of emit functions
Kristian Høgsberg Kristensen
2015-10-08
1
-1
/
+5
*
i965: Move brw_dump_ir() out of brw_*_emit() functions
Kristian Høgsberg Kristensen
2015-10-08
1
-0
/
+3
*
i965: Move prog_data uniform setup to the codegen level
Jason Ekstrand
2015-10-02
1
-1
/
+4
*
i965: Move binding table setup to codegen time.
Jason Ekstrand
2015-10-02
1
-0
/
+20
*
i965: Pull stage_prog_data.nr_params out of the NIR shader
Jason Ekstrand
2015-10-02
1
-2
/
+2
*
i965: Get rid of prog_data compare functions
Jason Ekstrand
2015-09-30
1
-21
/
+0
*
i965: Move perf_debug code to brw_codegen_*_prog()
Kristian Høgsberg Kristensen
2015-09-14
1
-5
/
+26
*
i965: Move compute shader code around
Kristian Høgsberg Kristensen
2015-09-14
1
-0
/
+194