summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_buffer_objects.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-24i915: Fix GetBufferSubData in the case of a system-memory BO.mesa_7_5_2_rc1Eric Anholt1-1/+4
2009-06-30i915: Fix assertion failure on remapping a non-BO-backed VBO.Eric Anholt1-1/+4
2009-06-17i915: Don't put VBOs in graphics memory unless required for an operation.Eric Anholt1-1/+38
2009-06-17intel: Map write-only buffer objects through the GTT when possible.Eric Anholt1-2/+14
2009-04-23intel: Take advantage of GL_READ_ONLY_ARB to map to GEM bo_map write flag.Eric Anholt1-3/+2
2009-02-27intel: remove some unneeded buffer unmap callsBrian Paul1-14/+2
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-3/+3
2008-09-10intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt1-1/+0
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie1-2/+2
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie1-2/+2
2008-06-26intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.Eric Anholt1-0/+1
2008-06-03[intel] Convert drivers to using libdrm bufmgr code.Eric Anholt1-2/+1
2008-02-28[intel] Bug #14575: Unmap buffers when deleting/dataing as required.Eric Anholt1-0/+16
2008-01-09[intel] Re-allocate backing buffer objects on BufferData.Eric Anholt1-9/+2
2007-12-15[intel] Merge intel_buffer_objects to shared.Eric Anholt1-4/+12
2007-12-12[intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt1-2/+2
2007-11-09[intel] Move over files that will be shared with 965-fbo work.Eric Anholt1-0/+268