summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_buffer_objects.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-281-1/+4
|\
| * i915: Fix GetBufferSubData in the case of a system-memory BO.Eric Anholt2009-09-241-1/+4
| * i915: Fix assertion failure on remapping a non-BO-backed VBO.Eric Anholt2009-06-301-1/+4
* | intel: Flush the batch when we're about to subdata into a VBO.Eric Anholt2009-09-241-1/+5
* | mesa: change ctx->Driver.BufferData() to return GLboolean for success/failureBrian Paul2009-09-031-3/+8
* | intel: Add support for FlushMappedBufferRange for ARB_map_buffer_range.Eric Anholt2009-09-021-15/+58
* | intel: Sync a synchronized READ_BIT map buffer range with GL drawing to it.Eric Anholt2009-09-021-1/+1
* | intel: Move MapBufferRange mesa state setting up to cover the 915 case.Eric Anholt2009-09-021-7/+7
* | intel: fix incorrect parameter type for intel_bufferobj_map_range()Brian Paul2009-09-011-1/+1
* | intel: set Length/Offset fields in intel_bufferobj_map()Brian Paul2009-09-011-0/+3
* | intel: clear buffer fields in intel_bufferobj_unmap()Brian Paul2009-08-311-0/+2
* | intel: Add support for GL_ARB_map_buffer_range.Eric Anholt2009-08-281-35/+136
* | intel: Add support for ARB_copy_buffer.Eric Anholt2009-08-271-2/+91
* | intel: Flush when mapping buffer objects so writes don't get reordered.Eric Anholt2009-07-021-0/+3
* | i915: Fix assertion failure on remapping a non-BO-backed VBO.Eric Anholt2009-06-301-1/+4
* | intel: fix additional merge conflicts missed in previous commitBrian Paul2009-06-241-14/+0
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-241-0/+15
|\ \ | |/
| * i915: Don't put VBOs in graphics memory unless required for an operation.Eric Anholt2009-06-171-1/+38
| * intel: Map write-only buffer objects through the GTT when possible.Eric Anholt2009-06-171-2/+14
* | intel: Fix migration from sys_buffer in intel_bufferobj_buffer.Chia-I Wu2009-06-191-3/+7
* | intel: Fixups for 'mesa: create/destroy buffer objects via driver functions'.Michel Dänzer2009-06-191-10/+8
* | i915: Don't put VBOs in graphics memory unless required for an operation.Eric Anholt2009-06-021-1/+38
* | intel: Map write-only buffer objects through the GTT when possible.Eric Anholt2009-05-121-2/+14
* | intel: Unmap buffers if needed at DeleteBuffer time.Eric Anholt2009-05-061-1/+10
|/
* intel: Take advantage of GL_READ_ONLY_ARB to map to GEM bo_map write flag.Eric Anholt2009-04-231-3/+2
* intel: remove some unneeded buffer unmap callsBrian Paul2009-02-271-14/+2
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-3/+3
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-101-1/+0
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-2/+2
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-2/+2
* intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.Eric Anholt2008-06-261-0/+1
* [intel] Convert drivers to using libdrm bufmgr code.Eric Anholt2008-06-031-2/+1
* [intel] Bug #14575: Unmap buffers when deleting/dataing as required.Eric Anholt2008-02-281-0/+16
* [intel] Re-allocate backing buffer objects on BufferData.Eric Anholt2008-01-091-9/+2
* [intel] Merge intel_buffer_objects to shared.Eric Anholt2007-12-151-4/+12
* [intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt2007-12-121-2/+2
* [intel] Move over files that will be shared with 965-fbo work.Eric Anholt2007-11-091-0/+268