summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_batchbuffer.h
Commit message (Expand)AuthorAgeFilesLines
* i965: Roll intel_reg.h into brw_defines.hJason Ekstrand2016-08-191-1/+0
* i965: Make room in the batch epilogue for three more pipe controls.Francisco Jerez2016-07-071-5/+5
* i965: Don't inline intel_batchbuffer_require_space().Matt Turner2016-03-301-26/+2
* i965: Work around L3 state leaks during context switches.Francisco Jerez2015-12-091-1/+5
* i915, i965: Silence unused parameter warnings in intel_batchbuffer_advanceIan Romanick2015-09-101-0/+2
* i965: Optimize batchbuffer macros.Matt Turner2015-07-151-17/+38
* i965: Add and use USED_BATCH macro.Matt Turner2015-07-151-3/+6
* i965: Split batch emission from relocation functions.Matt Turner2015-07-151-16/+18
* i965: Set brw->batch.emit only #ifdef DEBUG.Matt Turner2015-07-091-1/+1
* i965/hsw: Implement end of batch workaroundBen Widawsky2015-07-091-0/+4
* i965: Reserve more batch space to accomodate Gen6 perfmonitors.Kenneth Graunke2015-07-061-2/+2
* i965: Transplant PIPE_CONTROL routines to brw_pipe_controlChris Wilson2015-06-241-10/+0
* i965: Drop some more dead code from the old CACHED_BATCH feature.Eric Anholt2014-03-181-1/+0
* i965: Create a helper function for emitting PIPE_CONTROL writes.Kenneth Graunke2014-01-201-0/+3
* i965: Create a helper function for emitting PIPE_CONTROL flushes.Kenneth Graunke2014-01-201-0/+1
* i965: Introduce an OUT_RELOC64 macro.Kenneth Graunke2014-01-201-0/+10
* i965: Delete intel_batchbuffer_emit_reloc_fenced.Kenneth Graunke2014-01-201-5/+0
* i965: Remove CACHED_BATCH support altogether.Kenneth Graunke2014-01-171-3/+0
* i965: Replace OUT_RELOC_FENCED with OUT_RELOC.Kenneth Graunke2013-12-091-4/+0
* i965: Replace non-standard INLINE macro with "inline".Kenneth Graunke2013-12-051-7/+7
* i965: Reserve batchbuffer space for a closing MI_REPORT_PERF_COUNT.Kenneth Graunke2013-11-211-1/+7
* i965: Start and stop OA counters as necessary.Kenneth Graunke2013-11-211-1/+2
* i965: Introduce a "render ring prelude" hook.Kenneth Graunke2013-11-211-0/+5
* i965: Introduce an UNKNOWN_RING state.Kenneth Graunke2013-11-211-3/+8
* i965: Convert brw->batch.is_blit to a BLT_RING/RENDER_RING enum.Kenneth Graunke2013-11-211-9/+11
* i965/gen7: Emit workaround flush when changing GS enable state.Paul Berry2013-11-181-0/+1
* i965: Add missing state reset at the end of blorp.Eric Anholt2013-08-301-0/+1
* i965: Delete the BATCH_LOCALS macro.Kenneth Graunke2013-08-011-4/+0
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-2/+1
* i965: Move intel_context::batch to brw_context.Kenneth Graunke2013-07-091-12/+8
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-35/+38
* i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke2013-07-091-1/+1
* i965: Replace maxBatchSize variable with BATCH_SZ define.Kenneth Graunke2013-07-031-1/+1
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-0/+173
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-133/+0
* Replace bmBufferOffset usage in batchbuffer setup with OUT_RELOC.Eric Anholt2007-10-041-0/+6
* Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt2007-09-271-2/+2
* WIP 965 conversion to dri_bufmgr.Eric Anholt2007-09-271-2/+2
* Use unsigned long batchbuffer offset, fixes x64 warnings.Keith Whitwell2006-10-131-1/+1
* Cope with memory pool fragmentation by allowing a second attempt atKeith Whitwell2006-09-071-2/+2
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+127