summaryrefslogtreecommitdiff
path: root/src/mesa/main/bufferobj.h
AgeCommit message (Expand)Author
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-07-29mesa: Reduce bufferobj.h header file inclusion.Vinson Lee
2010-03-05APPLE_object_purgeable: coreChris Wilson
2010-02-09mesa: Enable true refcounting for NullBufferObj.Michal Krol
2010-01-02mesa: added _mesa_GetBufferParameteri64v()Brian Paul
2009-09-03mesa: combined PBO validate/map helpersBrian Paul
2009-09-03mesa: consolidate PBO map/unmap helpersBrian Paul
2009-08-12mesa: const qualifiersBrian Paul
2009-08-12mesa: new _mesa_is_bufferobj() functionBrian Paul
2009-08-07mesa: new _mesa_bufferobj_mapped() helper functionBrian Paul
2009-06-19mesa: make buffer object-related driver fallback functions staticBrian Paul
2009-06-08mesa: implement GL_ARB_map_buffer_rangeBrian Paul
2009-06-02mesa: _mesa_CopyBufferSubData() function, and driver fall-backBrian Paul
2008-09-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul
2008-04-25gallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_drawpix_pbo/Brian Paul
2008-03-21Refactor PBO validate/map code.Brian
2008-03-21Refactor PBO validate/map code.Brian
2008-03-21add a number of PBO validate/map/unmap functionsBrian Paul
2008-03-21add a number of PBO validate/map/unmap functionsBrian
2007-08-23For _mesa_share_state(), update the context's references to the new share gro...Brian
2006-08-23Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoidBrian Paul
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul
2004-10-31Remove redundant error checking.Brian Paul
2004-03-13Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul
2003-12-04remove duplicate declarationAlan Hourihane
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-10-15minor tweaksBrian Paul
2003-09-17More work on ARB_vertex_buffer_object.Brian Paul
2003-09-09Added prototypes for internal functions to bufferobj.h.Brian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-05-10fix MapBufferARB() return typeBrian Paul
2003-03-29Basic infrastructure for GL_ARB_vertex_buffer_object.Brian Paul