aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_batchbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Clean up stale comments in intel_batchbuffer.c.Eric Anholt2010-06-081-4/+1
* intel: Remove the non-gem paths for batchbuffer upload.Eric Anholt2010-06-081-22/+4
* intel: Initialize batch->reserved_space on allocationChris Wilson2010-05-311-2/+1
* i965: fix PIPE_CONTROL command for gen6.Zou Nan hai2010-05-281-1/+10
* i965: Don't PIPE_CONTROL instruction cache flush.Eric Anholt2010-05-261-1/+0
* intel: Throttle after doing copyregion/swapbuffers round tripKristian Høgsberg2010-05-201-2/+1
* i965: Revert accidental debug change in 562e2d114ec0cba8Eric Anholt2010-05-181-1/+1
* i965: Support INTEL_DEBUG=clip to dump the clip program.Eric Anholt2010-05-141-1/+1
* intel: Move the assertions about reloc delta from the macros to the function.Eric Anholt2010-03-051-0/+4
* i915: Tell the kernel when we actually need fence registers on our BOs.Eric Anholt2010-03-031-0/+25
* intel: Fix up INTEL_NO_HW support.Eric Anholt2010-02-251-1/+2
* intel: assert that we do not overflow the batch buffer.Chris Wilson2010-02-221-1/+2
* intel: Silence compiler format warnings.Vinson Lee2010-02-201-1/+1
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-2/+2
* intel: Clean up stale comments about cliprects.Eric Anholt2010-01-261-38/+0
* i965: Remove unnecessary malloc/free in VS binding table setup.Eric Anholt2010-01-251-1/+2
* intel: Drop batchbuffer cliprect_mode trackingKristian Høgsberg2010-01-041-24/+6
* intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg2010-01-041-18/+2
* intel: Remove non-GEM support.Eric Anholt2009-11-191-2/+2
* intel: Consistently use no_batch_wrap in intel_context struct.Eric Anholt2009-11-191-0/+3
* intel: Use PIPE_CONTROL on gen4 hardware for doing pipeline flushing.Eric Anholt2009-11-061-2/+32
* intel: Clean up merge leftover from the DRI2 swap throttling.Eric Anholt2009-10-291-5/+0
* Merge branch 'mesa_7_5_branch'Brian Paul2009-08-051-0/+5
|\
| * intel: Wait on the last swapbuffers to complete before queuing a new one.Brian Paul2009-08-041-0/+5
* | intel: Wait on the last swapbuffers to complete before queuing a new one.Eric Anholt2009-08-031-0/+5
* | intel: Make LOCK_HARDWARE recursive to avoid hand-rolling recursiveness.Eric Anholt2009-06-291-7/+2
|/
* intel: Add always_flush_cache driconf option for debugging cache flush failure.Eric Anholt2009-03-051-1/+1
* intel: reset cliprect_mode to IGNORE_CLIPRECTS.Xiang, Haihao2008-11-111-1/+3
* intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt2008-10-281-14/+16
* intel: track move of bo_exec from drivers to bufmgr.Eric Anholt2008-09-101-21/+8
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-101-8/+4
* intel: Move the bufmgr back to the screen.Eric Anholt2008-09-101-2/+2
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-57/+77
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-77/+57
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-4/+0
* i915: Accumulate the VB into a local buffer and subdata it in.Eric Anholt2008-06-231-0/+3
* [intel] Convert drivers to using libdrm bufmgr code.Eric Anholt2008-06-031-4/+4
* [intel] update GEM api. Add bo_subdata and bo_get_subdata driver hooks.Keith Packard2008-05-111-6/+20
* [intel] intel_batchbuffer_flush using uninit 'used' to check for buffer emptyKeith Packard2008-05-081-3/+7
* GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt2008-05-071-2/+4
* GEM: Don't emit an extra MI_FLUSH in the batch since GEM handles it.Eric Anholt2008-05-071-13/+18
* Make intel_{batch,exec}_ioctl return an error code so we can recover better.Eric Anholt2008-05-051-10/+15
* [intel] Fix build for GEM. TTM is now disabled, and fencing is gone.Eric Anholt2008-05-021-19/+9
* Add intel_bufmgr_gem for new graphics execution manager.Eric Anholt2008-05-021-4/+5
* [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