Age | Commit message (Expand) | Author |
2007-01-23 | silence C++ warnings | Brian |
2006-09-21 | move a conditional into an assertion | Brian Paul |
2006-08-25 | Error detection/reporting was broken in several places. | Brian Paul |
2006-08-23 | Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoid | Brian Paul |
2006-06-12 | remove unused var | Brian Paul |
2006-06-12 | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick |
2006-06-03 | Added simple lookup_bufferobj() function to wrap the _mesa_HashLookup() call | Brian Paul |
2006-06-02 | minor clean-ups | Brian Paul |
2005-12-01 | try removing need for the uintptr_t casts | Brian Paul |
2005-05-05 | Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms | Karl Schultz |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul |
2005-03-03 | change gl_buffer_object's Size field to GLsizeiptrARB type | Brian Paul |
2005-02-12 | unlock mutex upon error return (Jeff Muizelaar) | Brian Paul |
2005-02-11 | mesa-main-0-NULL.patch from Jeff Muizelaar | Keith Whitwell |
2005-01-20 | Update glDeletePrograms/Buffers() so that the ID is freed immediately, like | Brian Paul |
2004-11-22 | Don't allow queries/etc of buffer object 0 - it's invisible to users. | Brian Paul |
2004-11-10 | GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking | Brian Paul |
2004-10-31 | Remove redundant error checking. | Brian Paul |
2004-09-27 | VBO RefCount fix (David Reveman) | Brian Paul |
2004-09-14 | also fix possible delete bugs with buffer objects and vertex/fragment programs | Brian Paul |
2004-09-09 | Update the doxygen configuration file. | Jose Fonseca |
2004-08-25 | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101... | Brian Paul |
2004-03-13 | Implementation of GL_EXT_pixel_buffer_object extension. | Brian Paul |
2004-03-04 | yet another take on VBO deleting and reference counting | Brian Paul |
2004-03-03 | more changes to VBO reference counting and deletion | Brian Paul |
2004-02-13 | set buffer object default Usage and Access | Brian Paul |
2004-02-11 | Do more bookkeeping of vertex buffer object reference counts. | Brian Paul |
2004-01-20 | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul |
2003-10-21 | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett |
2003-10-21 | fix an error message | Brian Paul |
2003-10-19 | Move initialization of default ctx->Driver.buffer-object-functions into | Brian Paul |
2003-10-15 | minor tweaks | Brian Paul |
2003-10-14 | bufObj->Access wasn't being set | Brian Paul |
2003-10-14 | minor fix in buffer_object_get_target() | Brian Paul |
2003-09-19 | Assorted casts to silence g++ warnings. | Brian Paul |
2003-09-18 | Add casts to prevent signed/unsigned compare compiler warnings. | Karl Schultz |
2003-09-17 | Fixed/added some error checks. | Brian Paul |
2003-09-17 | unbind vertex arrays from buffer in DeleteBuffersARB() | Brian Paul |
2003-09-17 | More work on ARB_vertex_buffer_object. | Brian Paul |
2003-09-15 | Some work on ARB_vertex_buffer_object. | Brian Paul |
2003-09-09 | Added prototypes for internal functions to bufferobj.h. | Brian Paul |
2003-09-09 | Added most of the infrastructure required to support | Ian Romanick |
2003-07-17 | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell |
2003-05-10 | fix MapBufferARB() return type | Brian Paul |
2003-04-09 | basic work on GL_ARB_vertex_buffer_object | Brian Paul |
2003-03-29 | Basic infrastructure for GL_ARB_vertex_buffer_object. | Brian Paul |