summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_buffer_objects.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-10intel: Drop intelFlush()Kristian Høgsberg1-2/+2
2010-03-05Merge branch 'object-purgeable'Chris Wilson1-1/+133
2010-03-05APPLE_object_purgeable: intelChris Wilson1-1/+133
2010-03-04intel: Remove non-kernel-exec-fencing support.Eric Anholt1-5/+3
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-6/+6
2009-11-30Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick1-0/+2
2009-11-23i915: Initialize Length and Offset fields when mapping a buffer objectIan Romanick1-0/+2
2009-11-13intel: When subdataing a busy buffer, use a temporary and blit in.Eric Anholt1-3/+16
2009-10-08intel: Use new drm_intel_bo_references() to avoid flushing.Eric Anholt1-6/+7
2009-09-28Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul1-1/+4
2009-09-24i915: Fix GetBufferSubData in the case of a system-memory BO.mesa_7_5_2_rc1Eric Anholt1-1/+4
2009-09-24intel: Flush the batch when we're about to subdata into a VBO.mesa_7_6_rc1Eric Anholt1-1/+5
2009-09-03mesa: change ctx->Driver.BufferData() to return GLboolean for success/failureBrian Paul1-3/+8
2009-09-02intel: Add support for FlushMappedBufferRange for ARB_map_buffer_range.Eric Anholt1-15/+58
2009-09-02intel: Sync a synchronized READ_BIT map buffer range with GL drawing to it.Eric Anholt1-1/+1
2009-09-02intel: Move MapBufferRange mesa state setting up to cover the 915 case.Eric Anholt1-7/+7
2009-09-01intel: fix incorrect parameter type for intel_bufferobj_map_range()Brian Paul1-1/+1
2009-09-01intel: set Length/Offset fields in intel_bufferobj_map()Brian Paul1-0/+3
2009-08-31intel: clear buffer fields in intel_bufferobj_unmap()Brian Paul1-0/+2
2009-08-28intel: Add support for GL_ARB_map_buffer_range.Eric Anholt1-35/+136
2009-08-27intel: Add support for ARB_copy_buffer.Eric Anholt1-2/+91
2009-07-02intel: Flush when mapping buffer objects so writes don't get reordered.Eric Anholt1-0/+3
2009-06-30i915: Fix assertion failure on remapping a non-BO-backed VBO.Eric 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-06-24intel: fix additional merge conflicts missed in previous commitBrian Paul1-14/+0
2009-06-24Merge branch 'mesa_7_5_branch'Brian Paul1-0/+15
2009-06-19intel: Fix migration from sys_buffer in intel_bufferobj_buffer.Chia-I Wu1-3/+7
2009-06-19intel: Fixups for 'mesa: create/destroy buffer objects via driver functions'.Michel Dänzer1-10/+8
2009-06-02i915: Don't put VBOs in graphics memory unless required for an operation.Eric Anholt1-1/+38
2009-05-12intel: Map write-only buffer objects through the GTT when possible.Eric Anholt1-2/+14
2009-05-06intel: Unmap buffers if needed at DeleteBuffer time.Eric Anholt1-1/+10
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