Age | Commit message (Expand) | Author |
2009-02-27 | mesa: set bufObj->Pointer = NULL after unmapping | Brian Paul |
2009-02-27 | mesa: if a buffer object is mapped when glDeleteBuffers() is called, unmap it | Brian Paul |
2009-02-27 | mesa: updated comments | Brian Paul |
2009-02-27 | mesa: fix incorrect error handling in glBufferDataARB() | Brian Paul |
2009-01-02 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2008-12-31 | mesa: increase max texture image units and GLSL samplers to 16 | Brian Paul |
2008-09-26 | mesa: fix default buffer object access value | Brian Paul |
2008-09-18 | Merge commit 'origin/master' into gallium-0.2 | Keith Whitwell |
2008-09-15 | mesa: remove some assertions that are invalid during context tear-down | Brian Paul |
2008-09-11 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal... | Alan Hourihane |
2008-09-11 | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-09-04 | mesa: improved gl_buffer_object reference counting | Brian Paul |
2008-04-25 | gallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_drawpix_pbo/ | Brian Paul |
2008-03-21 | Refactor PBO validate/map code. | Brian |
2008-03-21 | Refactor PBO validate/map code. | Brian |
2008-03-21 | add a number of PBO validate/map/unmap functions | Brian Paul |
2008-03-21 | add a number of PBO validate/map/unmap functions | Brian |
2007-08-23 | For _mesa_share_state(), update the context's references to the new share gro... | Brian |
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 |