summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_buffer_objects.h
AgeCommit message (Expand)AuthorFilesLines
2012-03-21intel: Drop the tracking of bo_map vs bo_map_gtt for unmapping.Eric Anholt1-1/+0
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-2/+2
2011-09-22intel: Remove stale comment about non-intel gl_buffer_objects.Eric Anholt1-8/+1
2011-09-22intel: Remove the pbo zero-copy code.Eric Anholt1-12/+0
2011-09-09intel: Silence "warning: unused parameter ‘intel’"Ian Romanick1-2/+1
2011-03-04i965: Align index to type size and flush if the type changesChris Wilson1-0/+1
2011-02-21intel: Use specified alignment for writes into the upload bufferChris Wilson1-3/+3
2011-02-21intel: combine short memcpy using a temporary allocated bufferChris Wilson1-3/+5
2011-02-21intel: Buffered uploadChris Wilson1-0/+2
2011-02-21i965: Combine vb upload buffer with the general upload bufferChris Wilson1-1/+11
2011-02-21intel: Pack dynamic draws togetherChris Wilson1-0/+6
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt1-4/+4
2009-09-02intel: Add support for FlushMappedBufferRange for ARB_map_buffer_range.Eric Anholt1-0/+1
2009-08-28intel: Add support for GL_ARB_map_buffer_range.Eric Anholt1-0/+5
2009-06-19intel: Fixups for 'mesa: create/destroy buffer objects via driver functions'.Michel Dänzer1-5/+2
2009-06-02i915: Don't put VBOs in graphics memory unless required for an operation.Eric Anholt1-0/+2
2009-05-12intel: Map write-only buffer objects through the GTT when possible.Eric Anholt1-0/+1
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-1/+1
2007-12-20[965] Enable EXT_framebuffer_object.Eric Anholt1-1/+1
2007-11-09[intel] Move over files that will be shared with 965-fbo work.Eric Anholt1-0/+86