| Commit message (Expand) | Author | Age | Files | Lines |
* | i965: Move brw_cs_fill_local_id_payload() to libi965_compiler | Kristian Høgsberg Kristensen | 2015-12-11 | 1 | -4/+0 |
* | i965: Push down inclusion of brw_program.h. | Matt Turner | 2015-11-24 | 1 | -2/+0 |
* | i965: Move the entire compiler API into a single file | Jason Ekstrand | 2015-10-19 | 1 | -17/+0 |
* | i965: Rename brw_foo_emit to brw_compile_foo | Jason Ekstrand | 2015-10-19 | 1 | -8/+8 |
* | i965/cs: Rework cs_emit to take a nir_shader and a brw_compiler | Jason Ekstrand | 2015-10-19 | 1 | -4/+6 |
* | i965: Move brw_get_shader_time_index() call out of emit functions | Kristian Høgsberg Kristensen | 2015-10-08 | 1 | -0/+1 |
* | i965/cs: Split out helper for building local id payload | Kristian Høgsberg Kristensen | 2015-10-08 | 1 | -2/+3 |
* | i965/cs: Remove the prog argument from local_id_payload_dwords | Jason Ekstrand | 2015-10-02 | 1 | -2/+1 |
* | i965: Get rid of prog_data compare functions | Jason Ekstrand | 2015-09-30 | 1 | -2/+0 |
* | i965: Move compute shader code around | Kristian Høgsberg Kristensen | 2015-09-14 | 1 | -1/+9 |
* | i965/cs: Reserve local invocation id in payload regs | Jordan Justen | 2015-09-13 | 1 | -0/+5 |
* | i965/cache: Add support for CS in program state cache | Jordan Justen | 2015-05-02 | 1 | -0/+2 |
* | i965/cs: Add brw_cs_prog_data, brw_cs_prog_key and brw_context::cs. | Paul Berry | 2015-05-02 | 1 | -0/+46 |