summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_batchbuffer.h
Commit message (Expand)AuthorAgeFilesLines
* 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