summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_batchbuffer.h
Commit message (Expand)AuthorAgeFilesLines
* i965: Add support for using the BLT ring on gen6.Eric Anholt2010-12-131-5/+16
* intel: For batch, use GTT mapping instead of writing to a malloc and copying.Eric Anholt2010-11-021-2/+0
* i965: Add support for streaming indirect state rather than caching objects.Eric Anholt2010-06-111-1/+3
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-2/+2
* intel: Only do batchbuffer debug if --enable-debug is used.Eric Anholt2010-03-051-0/+10
* intel: Replace batch macro contents with function calls.Eric Anholt2010-03-051-28/+39
* intel: Move the assertions about reloc delta from the macros to the function.Eric Anholt2010-03-051-2/+0
* intel: Check that the batch is mapped per BEGIN, not each OUT.Eric Anholt2010-03-051-1/+1
* i915: Tell the kernel when we actually need fence registers on our BOs.Eric Anholt2010-03-031-0/+10
* i965: Untested Sandybridge SF setup.Eric Anholt2010-02-251-0/+13
* intel: Drop batchbuffer cliprect_mode trackingKristian Høgsberg2010-01-041-53/+4
* intel: Use PIPE_CONTROL on gen4 hardware for doing pipeline flushing.Eric Anholt2009-11-061-9/+3
* intel: Disallow relocations to the byte beyond the end of the bufferChris Wilson2009-10-171-1/+1
* intel: Assert that relocation offsets are within the targetChris Wilson2009-10-031-1/+1
* intel: Add batchbuffer assertions to hopefully catch future mistakes.Eric Anholt2008-12-141-2/+20
* intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt2008-10-281-1/+11
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* intel: track move of bo_exec from drivers to bufmgr.Eric Anholt2008-09-101-2/+1
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-101-1/+1
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-7/+17
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-17/+7
* Merge branch 'master' into drm-gemIan Romanick2008-07-251-1/+3
|\
| * intel: fix batch flushing problem with cliprects handling.Dave Airlie2008-07-111-1/+3
* | intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.Eric Anholt2008-06-261-0/+8
* | [intel] update GEM api. Add bo_subdata and bo_get_subdata driver hooks.Keith Packard2008-05-111-0/+2
* | [intel] intel_batchbuffer_flush using uninit 'used' to check for buffer emptyKeith Packard2008-05-081-1/+1
* | GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt2008-05-071-3/+6
* | [intel] Fix build for GEM. TTM is now disabled, and fencing is gone.Eric Anholt2008-05-021-3/+0
|/
* [i915] Fix driver from cliprects changes, and clean up state emission.Eric Anholt2008-01-171-1/+0
* [intel] Only flush batch when changing draw buffers, not every cliprect update.Eric Anholt2008-01-101-1/+5
* [intel] Add more cliprect modes to cover other meanings for batch emits.Eric Anholt2008-01-101-19/+38
* [intel] Clean up cliprect handling in intel drivers.Eric Anholt2008-01-091-12/+24
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-1/+0
* i915: Catch cases where not all state is emitted for a new batchbuffer.Keith Whitwell2007-11-261-0/+3
* [intel] Move over files that will be shared with 965-fbo work.Eric Anholt2007-11-091-0/+109
* Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt2007-09-271-122/+0
* WIP 965 conversion to dri_bufmgr.Eric Anholt2007-09-271-0/+122