summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_batchbuffer.c
AgeCommit message (Expand)Author
2010-12-04intel: Add an env var override to execute for a different GPU revision.Eric Anholt
2010-11-03intel: Annotate debug printout checks with unlikely().Eric Anholt
2010-11-02intel: For batch, use GTT mapping instead of writing to a malloc and copying.Eric Anholt
2010-09-28i965: sandybridge pipe control workaround before write cache flushZhenyu Wang
2010-07-08intel: Update intel_decode.c from intel-gpu-tools.Eric Anholt
2010-06-11i965: Add support for streaming indirect state rather than caching objects.Eric Anholt
2010-06-08intel: Convert remaining dri_bo_emit_reloc to drm_intel_bo_emit_reloc.Eric Anholt
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt
2010-06-08intel: Clean up stale comments in intel_batchbuffer.c.Eric Anholt
2010-06-08intel: Remove the non-gem paths for batchbuffer upload.Eric Anholt
2010-05-31intel: Initialize batch->reserved_space on allocationChris Wilson
2010-05-28i965: fix PIPE_CONTROL command for gen6.Zou Nan hai
2010-05-26i965: Don't PIPE_CONTROL instruction cache flush.Eric Anholt
2010-05-20intel: Throttle after doing copyregion/swapbuffers round tripKristian Høgsberg
2010-05-18i965: Revert accidental debug change in 562e2d114ec0cba8Eric Anholt
2010-05-14i965: Support INTEL_DEBUG=clip to dump the clip program.Eric Anholt
2010-03-05intel: Move the assertions about reloc delta from the macros to the function.Eric Anholt
2010-03-03i915: Tell the kernel when we actually need fence registers on our BOs.Eric Anholt
2010-02-25intel: Fix up INTEL_NO_HW support.Eric Anholt
2010-02-22intel: assert that we do not overflow the batch buffer.Chris Wilson
2010-02-20intel: Silence compiler format warnings.Vinson Lee
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-01-26intel: Clean up stale comments about cliprects.Eric Anholt
2010-01-25i965: Remove unnecessary malloc/free in VS binding table setup.Eric Anholt
2010-01-04intel: Drop batchbuffer cliprect_mode trackingKristian Høgsberg
2010-01-04intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg
2009-11-19intel: Remove non-GEM support.Eric Anholt
2009-11-19intel: Consistently use no_batch_wrap in intel_context struct.Eric Anholt
2009-11-06intel: Use PIPE_CONTROL on gen4 hardware for doing pipeline flushing.Eric Anholt
2009-10-29intel: Clean up merge leftover from the DRI2 swap throttling.Eric Anholt
2009-08-05Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-04intel: Wait on the last swapbuffers to complete before queuing a new one.Brian Paul
2009-08-03intel: Wait on the last swapbuffers to complete before queuing a new one.Eric Anholt
2009-06-29intel: Make LOCK_HARDWARE recursive to avoid hand-rolling recursiveness.Eric Anholt
2009-03-05intel: Add always_flush_cache driconf option for debugging cache flush failure.Eric Anholt
2008-11-11intel: reset cliprect_mode to IGNORE_CLIPRECTS.Xiang, Haihao
2008-10-28intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt
2008-09-10intel: track move of bo_exec from drivers to bufmgr.Eric Anholt
2008-09-10intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt
2008-09-10intel: Move the bufmgr back to the screen.Eric Anholt
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie
2008-08-08intel-gem: Update to new check_aperture API for classic mode.Eric Anholt
2008-06-23i915: Accumulate the VB into a local buffer and subdata it in.Eric Anholt
2008-06-03[intel] Convert drivers to using libdrm bufmgr code.Eric Anholt
2008-05-11[intel] update GEM api. Add bo_subdata and bo_get_subdata driver hooks.Keith Packard
2008-05-08[intel] intel_batchbuffer_flush using uninit 'used' to check for buffer emptyKeith Packard
2008-05-07GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt
2008-05-07GEM: Don't emit an extra MI_FLUSH in the batch since GEM handles it.Eric Anholt
2008-05-05Make intel_{batch,exec}_ioctl return an error code so we can recover better.Eric Anholt