aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_batchbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* [intel] Warnings fixes.Eric Anholt2008-05-021-1/+0
* intel/fake_bufmgr: Attempt to restrict references to objects in a batchbuffer...Dave Airlie2008-04-161-1/+9
* [i915] Fix driver from cliprects changes, and clean up state emission.Eric Anholt2008-01-171-1/+0
* [i915] Prevent recursive batchbuffer flushing.Kristian Høgsberg2008-01-151-0/+11
* [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-7/+7
* [intel] Rename lost_hardware vtbl entry to new_batch.Eric Anholt2008-01-091-1/+2
* [intel] Clean up cliprect handling in intel drivers.Eric Anholt2008-01-091-12/+17
* [intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt2007-12-121-5/+5
* Use previous buffer offsets to compute proposed relocationsKeith Packard2007-12-111-1/+6
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-0/+3
* [intel] Move batch bo_unmap from TTM code to shared, and add more asserts.Eric Anholt2007-11-301-0/+1
* i915: Catch cases where not all state is emitted for a new batchbuffer.Keith Whitwell2007-11-261-0/+2
* [i915] Add INTEL_DEBUG=sync debug flag to wait for fences after making them.Eric Anholt2007-11-161-0/+6
* [i915] Reenable batchbuffer debug under INTEL_DEBUG=bat.Eric Anholt2007-11-161-4/+4
* [intel] Move over files that will be shared with 965-fbo work.Eric Anholt2007-11-091-0/+250
* Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt2007-09-271-331/+0
* WIP 965 conversion to dri_bufmgr.Eric Anholt2007-09-271-0/+331