summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_batchbuffer.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-18i965: Drop some more dead code from the old CACHED_BATCH feature.Eric Anholt1-1/+0
2014-01-20i965: Create a helper function for emitting PIPE_CONTROL writes.Kenneth Graunke1-0/+3
2014-01-20i965: Create a helper function for emitting PIPE_CONTROL flushes.Kenneth Graunke1-0/+1
2014-01-20i965: Introduce an OUT_RELOC64 macro.Kenneth Graunke1-0/+10
2014-01-20i965: Delete intel_batchbuffer_emit_reloc_fenced.Kenneth Graunke1-5/+0
2014-01-17i965: Remove CACHED_BATCH support altogether.Kenneth Graunke1-3/+0
2013-12-09i965: Replace OUT_RELOC_FENCED with OUT_RELOC.Kenneth Graunke1-4/+0
2013-12-05i965: Replace non-standard INLINE macro with "inline".Kenneth Graunke1-7/+7
2013-11-21i965: Reserve batchbuffer space for a closing MI_REPORT_PERF_COUNT.Kenneth Graunke1-1/+7
2013-11-21i965: Start and stop OA counters as necessary.Kenneth Graunke1-1/+2
2013-11-21i965: Introduce a "render ring prelude" hook.Kenneth Graunke1-0/+5
2013-11-21i965: Introduce an UNKNOWN_RING state.Kenneth Graunke1-3/+8
2013-11-21i965: Convert brw->batch.is_blit to a BLT_RING/RENDER_RING enum.Kenneth Graunke1-9/+11
2013-11-18i965/gen7: Emit workaround flush when changing GS enable state.Paul Berry1-0/+1
2013-08-30i965: Add missing state reset at the end of blorp.Eric Anholt1-0/+1
2013-08-01i965: Delete the BATCH_LOCALS macro.Kenneth Graunke1-4/+0
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-2/+1
2013-07-09i965: Move intel_context::batch to brw_context.Kenneth Graunke1-12/+8
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-35/+38
2013-07-09i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke1-1/+1
2013-07-03i965: Replace maxBatchSize variable with BATCH_SZ define.Kenneth Graunke1-1/+1
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-0/+173
2007-12-07[965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt1-133/+0
2007-10-04Replace bmBufferOffset usage in batchbuffer setup with OUT_RELOC.Eric Anholt1-0/+6
2007-09-27Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt1-2/+2
2007-09-27WIP 965 conversion to dri_bufmgr.Eric Anholt1-2/+2
2006-10-13Use unsigned long batchbuffer offset, fixes x64 warnings.Keith Whitwell1-1/+1
2006-09-07Cope with memory pool fragmentation by allowing a second attempt atKeith Whitwell1-2/+2
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt1-0/+127