summaryrefslogtreecommitdiff
path: root/src/mesa/main/bufferobj.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-11/+11
2012-11-06dispatch: Delete unused init_dispatch functions.Paul Berry1-4/+0
2012-11-06dispatch: Make all API functions non-static.Paul Berry1-39/+27
2012-09-15mesa: remove FEATURE_APPLE_object_purgeable define.Oliver McFadden1-2/+0
2012-08-14mesa/es: Pass context to _mesa_init_bufferobj_dispatchIan Romanick1-1/+2
2012-06-21mesa: Move glBindBufferBase and glBindBufferRange() to bufferobj.Eric Anholt1-0/+7
2012-06-21mesa: Move buffer object dispatch setup to bufferobj.c.Eric Anholt1-0/+3
2012-04-11mesa: new _mesa_total_buffer_object_memory() debug functionBrian Paul1-0/+2
2012-01-19mesa: Set default access flags based on the run-time APIIan Romanick1-1/+2
2011-11-28mesa: check for null ptr in _mesa_is_bufferobj()Brian Paul1-1/+1
2011-10-01mesa: s/INLINE/inline/Brian Paul1-3/+3
2011-07-14main: use inline function wrapper for _mesa_reference_buffer_object()Brian Paul1-1/+11
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul1-41/+0
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-11/+11
2010-07-29mesa: Reduce bufferobj.h header file inclusion.Vinson Lee1-1/+1
2010-03-05APPLE_object_purgeable: coreChris Wilson1-0/+11
2010-02-09mesa: Enable true refcounting for NullBufferObj.Michal Krol1-0/+3
2010-01-02mesa: added _mesa_GetBufferParameteri64v()Brian Paul1-0/+3
2009-09-03mesa: combined PBO validate/map helpersBrian Paul1-0/+16
2009-09-03mesa: consolidate PBO map/unmap helpersBrian Paul1-18/+9
2009-08-12mesa: const qualifiersBrian Paul1-2/+2
2009-08-12mesa: new _mesa_is_bufferobj() functionBrian Paul1-0/+12
2009-08-07mesa: new _mesa_bufferobj_mapped() helper functionBrian Paul1-0/+8
2009-06-19mesa: make buffer object-related driver fallback functions staticBrian Paul1-45/+3
2009-06-08mesa: implement GL_ARB_map_buffer_rangeBrian Paul1-0/+17
2009-06-02mesa: _mesa_CopyBufferSubData() function, and driver fall-backBrian Paul1-1/+14
2008-09-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane1-7/+4
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-3/+2
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul1-7/+4
2008-04-25gallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_drawpix_pbo/Brian Paul1-2/+2
2008-03-21Refactor PBO validate/map code.Brian1-15/+9
2008-03-21Refactor PBO validate/map code.Brian1-15/+9
2008-03-21add a number of PBO validate/map/unmap functionsBrian Paul1-2/+37
2008-03-21add a number of PBO validate/map/unmap functionsBrian1-2/+37
2007-08-23For _mesa_share_state(), update the context's references to the new share gro...Brian1-0/+3
2006-08-23Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoidBrian Paul1-0/+3
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick1-0/+2
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul1-1/+2
2004-10-31Remove redundant error checking.Brian Paul1-1/+4
2004-03-13Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul1-3/+7
2003-12-04remove duplicate declarationAlan Hourihane1-4/+0
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-11/+11
2003-10-15minor tweaksBrian Paul1-2/+2
2003-09-17More work on ARB_vertex_buffer_object.Brian Paul1-0/+9