summaryrefslogtreecommitdiff
path: root/src/mesa/main/bufferobj.h
AgeCommit message (Expand)AuthorFilesLines
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
2003-09-09Added prototypes for internal functions to bufferobj.h.Brian Paul1-0/+46
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-05-10fix MapBufferARB() return typeBrian Paul1-2/+2
2003-03-29Basic infrastructure for GL_ARB_vertex_buffer_object.Brian Paul1-0/+66