summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/bufferobj.h
Commit message (Expand)AuthorAgeFilesLines
* APPLE_object_purgeable: coreChris Wilson2010-03-051-0/+11
* mesa: Enable true refcounting for NullBufferObj.Michal Krol2010-02-091-0/+3
* mesa: added _mesa_GetBufferParameteri64v()Brian Paul2010-01-021-0/+3
* mesa: combined PBO validate/map helpersBrian Paul2009-09-031-0/+16
* mesa: consolidate PBO map/unmap helpersBrian Paul2009-09-031-18/+9
* mesa: const qualifiersBrian Paul2009-08-121-2/+2
* mesa: new _mesa_is_bufferobj() functionBrian Paul2009-08-121-0/+12
* mesa: new _mesa_bufferobj_mapped() helper functionBrian Paul2009-08-071-0/+8
* mesa: make buffer object-related driver fallback functions staticBrian Paul2009-06-191-45/+3
* mesa: implement GL_ARB_map_buffer_rangeBrian Paul2009-06-081-0/+17
* mesa: _mesa_CopyBufferSubData() function, and driver fall-backBrian Paul2009-06-021-1/+14
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane2008-09-111-7/+4
|\
| * mesa: improved gl_buffer_object reference countingBrian Paul2008-09-041-7/+4
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-3/+2
|\ \ | |/ |/|
| * gallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_drawpix_pbo/Brian Paul2008-04-251-2/+2
| * Refactor PBO validate/map code.Brian2008-03-211-15/+9
| * add a number of PBO validate/map/unmap functionsBrian Paul2008-03-211-2/+37
* | Refactor PBO validate/map code.Brian2008-03-211-15/+9
* | add a number of PBO validate/map/unmap functionsBrian2008-03-211-2/+37
* | For _mesa_share_state(), update the context's references to the new share gro...Brian2007-08-231-0/+3
|/
* Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoidBrian Paul2006-08-231-0/+3
* Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick2006-06-121-0/+2
* GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul2004-11-101-1/+2
* Remove redundant error checking.Brian Paul2004-10-311-1/+4
* Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul2004-03-131-3/+7
* remove duplicate declarationAlan Hourihane2003-12-041-4/+0
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-11/+11
* minor tweaksBrian Paul2003-10-151-2/+2
* More work on ARB_vertex_buffer_object.Brian Paul2003-09-171-0/+9
* Added prototypes for internal functions to bufferobj.h.Brian Paul2003-09-091-0/+46
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* fix MapBufferARB() return typeBrian Paul2003-05-101-2/+2
* Basic infrastructure for GL_ARB_vertex_buffer_object.Brian Paul2003-03-291-0/+66