summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/bufferobj.h
Commit message (Expand)AuthorAgeFilesLines
* 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