Age | Commit message (Expand) | Author |
2010-03-05 | APPLE_object_purgeable: core | Chris Wilson |
2010-02-09 | mesa: Enable true refcounting for NullBufferObj. | Michal Krol |
2010-01-02 | mesa: added _mesa_GetBufferParameteri64v() | Brian Paul |
2009-09-03 | mesa: combined PBO validate/map helpers | Brian Paul |
2009-09-03 | mesa: consolidate PBO map/unmap helpers | Brian Paul |
2009-08-12 | mesa: const qualifiers | Brian Paul |
2009-08-12 | mesa: new _mesa_is_bufferobj() function | Brian Paul |
2009-08-07 | mesa: new _mesa_bufferobj_mapped() helper function | Brian Paul |
2009-06-19 | mesa: make buffer object-related driver fallback functions static | Brian Paul |
2009-06-08 | mesa: implement GL_ARB_map_buffer_range | Brian Paul |
2009-06-02 | mesa: _mesa_CopyBufferSubData() function, and driver fall-back | 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 |
2006-08-23 | Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoid | Brian Paul |
2006-06-12 | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick |
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-03-13 | Implementation of GL_EXT_pixel_buffer_object extension. | Brian Paul |
2003-12-04 | remove duplicate declaration | Alan Hourihane |
2003-10-21 | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett |
2003-10-15 | minor tweaks | Brian Paul |
2003-09-17 | More work on ARB_vertex_buffer_object. | Brian Paul |
2003-09-09 | Added prototypes for internal functions to bufferobj.h. | Brian Paul |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick |
2003-05-10 | fix MapBufferARB() return type | Brian Paul |
2003-03-29 | Basic infrastructure for GL_ARB_vertex_buffer_object. | Brian Paul |