summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/bufferobj.c
Commit message (Expand)AuthorAgeFilesLines
* For _mesa_share_state(), update the context's references to the new share gro...Brian2007-08-231-71/+99
* silence C++ warningsBrian2007-01-231-2/+2
* move a conditional into an assertionBrian Paul2006-09-211-3/+6
* Error detection/reporting was broken in several places.Brian Paul2006-08-251-45/+70
* Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoidBrian Paul2006-08-231-5/+5
* remove unused varBrian Paul2006-06-121-2/+0
* Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick2006-06-121-43/+37
* Added simple lookup_bufferobj() function to wrap the _mesa_HashLookup() callBrian Paul2006-06-031-79/+86
* minor clean-upsBrian Paul2006-06-021-20/+21
* try removing need for the uintptr_t castsBrian Paul2005-12-011-2/+5
* Port Mesa to build on a P64 platform (e.g., Win64). P64 platformsKarl Schultz2005-05-051-2/+2
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-1/+1
* change gl_buffer_object's Size field to GLsizeiptrARB typeBrian Paul2005-03-031-1/+1
* unlock mutex upon error return (Jeff Muizelaar)Brian Paul2005-02-121-0/+1
* mesa-main-0-NULL.patch from Jeff MuizelaarKeith Whitwell2005-02-111-1/+1
* Update glDeletePrograms/Buffers() so that the ID is freed immediately, likeBrian Paul2005-01-201-12/+6
* Don't allow queries/etc of buffer object 0 - it's invisible to users.Brian Paul2004-11-221-23/+21
* GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul2004-11-101-3/+4
* Remove redundant error checking.Brian Paul2004-10-311-22/+48
* VBO RefCount fix (David Reveman)Brian Paul2004-09-271-0/+9
* also fix possible delete bugs with buffer objects and vertex/fragment programsBrian Paul2004-09-141-3/+6
* Update the doxygen configuration file.Jose Fonseca2004-09-091-2/+1
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-1/+13
* Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul2004-03-131-0/+76
* yet another take on VBO deleting and reference countingBrian Paul2004-03-041-1/+53
* more changes to VBO reference counting and deletionBrian Paul2004-03-031-36/+7
* set buffer object default Usage and AccessBrian Paul2004-02-131-2/+4
* Do more bookkeeping of vertex buffer object reference counts.Brian Paul2004-02-111-0/+6
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-12/+0
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-11/+11
* fix an error messageBrian Paul2003-10-211-1/+1
* Move initialization of default ctx->Driver.buffer-object-functions intoBrian Paul2003-10-191-0/+12
* minor tweaksBrian Paul2003-10-151-2/+2
* bufObj->Access wasn't being setBrian Paul2003-10-141-1/+3
* minor fix in buffer_object_get_target()Brian Paul2003-10-141-1/+1
* Assorted casts to silence g++ warnings.Brian Paul2003-09-191-1/+1
* Add casts to prevent signed/unsigned compare compiler warnings.Karl Schultz2003-09-181-4/+4
* Fixed/added some error checks.Brian Paul2003-09-171-27/+31
* unbind vertex arrays from buffer in DeleteBuffersARB()Brian Paul2003-09-171-1/+26
* More work on ARB_vertex_buffer_object.Brian Paul2003-09-171-47/+88
* Some work on ARB_vertex_buffer_object.Brian Paul2003-09-151-20/+27
* Added prototypes for internal functions to bufferobj.h.Brian Paul2003-09-091-37/+23
* Added most of the infrastructure required to supportIan Romanick2003-09-091-80/+527
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-1/+1
* fix MapBufferARB() return typeBrian Paul2003-05-101-4/+6
* basic work on GL_ARB_vertex_buffer_objectBrian Paul2003-04-091-4/+182
* Basic infrastructure for GL_ARB_vertex_buffer_object.Brian Paul2003-03-291-0/+98