summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_compute.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-26i965: Replace draw_aux_buffer_disabled with draw_aux_usageJason Ekstrand1-1/+1
2017-10-24i965: Don't disable CCS for RT dependencies when dispatching compute.Kenneth Graunke1-1/+1
2017-10-13i965: Rename brw->no_batch_wrap to intel_batchbuffer::no_wrapKenneth Graunke1-2/+2
2017-09-14i965: Disentangle batch and state buffer flushing.Kenneth Graunke1-14/+4
2017-08-30i965: drop brw->gen in favor of devinfo->genLionel Landwerlin1-6/+8
2017-08-04i965: Reduce passing 2x32b of reloc_domains to 2 bitsChris Wilson1-18/+6
2017-07-13i965: Add a "write" parameter to intel_bufferobj_buffer.Kenneth Graunke1-1/+1
2017-07-05i965: Move surface resolves back to draw/dispatch timeJason Ekstrand1-0/+2
2017-04-10i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke1-2/+2
2017-04-10i965/drm: Rewrite relocation handling.Kenneth Graunke1-1/+1
2017-04-10i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke1-3/+3
2017-03-30i965: Stop using legacy dri_bufmgr_* and intel_* names.Kenneth Graunke1-1/+1
2017-03-30i965: Use WARN_ONCE instead of open coding it.Kenneth Graunke1-9/+4
2016-11-11i965: rename brw_state_cache_check_size() to brw_program_cache_check_size()Timothy Arceri1-1/+1
2016-10-05i965: Eliminate brw->cs.prog_data pointer.Kenneth Graunke1-1/+2
2016-10-05i965: fix unused variable warning in brw_emit_gpgpu_walker()Timothy Arceri1-2/+1
2016-09-23i965: get rid of duplicated values from gen_device_infoLionel Landwerlin1-1/+2
2016-02-17i965/gen7: Use predicated rendering for indirect computeJordan Justen1-14/+82
2015-11-24i965: Drop #include of main/glheader.h.Matt Turner1-1/+0
2015-09-29i965/cs: Setup surface binding for gl_NumWorkGroupsJordan Justen1-0/+2
2015-09-29i965/cs: Store compute invocation information in brw contextJordan Justen1-24/+26
2015-09-24i965/cs: Implement DispatchComputeIndirect supportJordan Justen1-4/+53
2015-06-18i965/compute: Fix undefined code with right_mask for SIMD32Jordan Justen1-1/+1
2015-05-02i965/cs: Emit MEDIA_STATE_FLUSH after WALKERJordan Justen1-0/+5
2015-05-02i965/cs: Implement brw_emit_gpgpu_walkerJordan Justen1-1/+38
2015-05-02i965: Implement DispatchCompute() back-endPaul Berry1-0/+121