aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_buffer_objects.h
Commit message (Expand)AuthorAgeFilesLines
* i965: Align index to type size and flush if the type changesChris Wilson2011-03-041-0/+1
* intel: Use specified alignment for writes into the upload bufferChris Wilson2011-02-211-3/+3
* intel: combine short memcpy using a temporary allocated bufferChris Wilson2011-02-211-3/+5
* intel: Buffered uploadChris Wilson2011-02-211-0/+2
* i965: Combine vb upload buffer with the general upload bufferChris Wilson2011-02-211-1/+11
* intel: Pack dynamic draws togetherChris Wilson2011-02-211-0/+6
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-4/+4
* intel: Add support for FlushMappedBufferRange for ARB_map_buffer_range.Eric Anholt2009-09-021-0/+1
* intel: Add support for GL_ARB_map_buffer_range.Eric Anholt2009-08-281-0/+5
* intel: Fixups for 'mesa: create/destroy buffer objects via driver functions'.Michel Dänzer2009-06-191-5/+2
* i915: Don't put VBOs in graphics memory unless required for an operation.Eric Anholt2009-06-021-0/+2
* intel: Map write-only buffer objects through the GTT when possible.Eric Anholt2009-05-121-0/+1
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* [965] Enable EXT_framebuffer_object.Eric Anholt2007-12-201-1/+1
* [intel] Move over files that will be shared with 965-fbo work.Eric Anholt2007-11-091-0/+86