summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_compute.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Eliminate brw->cs.prog_data pointer.Kenneth Graunke2016-10-051-1/+2
* i965: fix unused variable warning in brw_emit_gpgpu_walker()Timothy Arceri2016-10-051-2/+1
* i965: get rid of duplicated values from gen_device_infoLionel Landwerlin2016-09-231-1/+2
* i965/gen7: Use predicated rendering for indirect computeJordan Justen2016-02-171-14/+82
* i965: Drop #include of main/glheader.h.Matt Turner2015-11-241-1/+0
* i965/cs: Setup surface binding for gl_NumWorkGroupsJordan Justen2015-09-291-0/+2
* i965/cs: Store compute invocation information in brw contextJordan Justen2015-09-291-24/+26
* i965/cs: Implement DispatchComputeIndirect supportJordan Justen2015-09-241-4/+53
* i965/compute: Fix undefined code with right_mask for SIMD32Jordan Justen2015-06-181-1/+1
* i965/cs: Emit MEDIA_STATE_FLUSH after WALKERJordan Justen2015-05-021-0/+5
* i965/cs: Implement brw_emit_gpgpu_walkerJordan Justen2015-05-021-1/+38
* i965: Implement DispatchCompute() back-endPaul Berry2015-05-021-0/+121