summaryrefslogtreecommitdiff
path: root/src/mesa/main/bufferobj.c
AgeCommit message (Expand)Author
2004-02-11Do more bookkeeping of vertex buffer object reference counts.Brian Paul
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-10-21fix an error messageBrian Paul
2003-10-19Move initialization of default ctx->Driver.buffer-object-functions intoBrian Paul
2003-10-15minor tweaksBrian Paul
2003-10-14bufObj->Access wasn't being setBrian Paul
2003-10-14minor fix in buffer_object_get_target()Brian Paul
2003-09-19Assorted casts to silence g++ warnings.Brian Paul
2003-09-18Add casts to prevent signed/unsigned compare compiler warnings.Karl Schultz
2003-09-17Fixed/added some error checks.Brian Paul
2003-09-17unbind vertex arrays from buffer in DeleteBuffersARB()Brian Paul
2003-09-17More work on ARB_vertex_buffer_object.Brian Paul
2003-09-15Some work on ARB_vertex_buffer_object.Brian Paul
2003-09-09Added prototypes for internal functions to bufferobj.h.Brian Paul
2003-09-09Added most of the infrastructure required to supportIan Romanick
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-05-10fix MapBufferARB() return typeBrian Paul
2003-04-09basic work on GL_ARB_vertex_buffer_objectBrian Paul
2003-03-29Basic infrastructure for GL_ARB_vertex_buffer_object.Brian Paul