summaryrefslogtreecommitdiff
path: root/src/mesa/main/varray.h
AgeCommit message (Expand)AuthorFilesLines
2009-08-07mesa: new _mesa_copy_client_array() functionBrian Paul1-0/+6
2009-06-19mesa: move vertex array objects from shared state to per-contextBrian Paul1-0/+4
2009-05-21mesa: added _mesa_print_arrays() for debuggingBrian Paul1-12/+5
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-0/+18
2008-06-25mesa: point size arraysBrian Paul1-0/+4
2008-06-05mesa: added _mesa_DrawArrays, DrawElements, DrawRangeElements() wrappers for ...Brian Paul1-0/+14
2008-02-04Allow first != 0 in mesa CVA handling, and add more error checking.Eric Anholt1-0/+5
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-23/+23
2003-08-22Added support for GL_IBM_multimode_draw_arrays.Ian Romanick1-0/+13
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-0/+19
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-05-01Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul1-1/+7
2002-06-30Implemented GL_EXT_multi_draw_arrays: glMultiDrawArraysEXT() and glMultiDrawE...Brian Paul1-1/+10
2002-01-11Moved _mesa_VertexAttribPointerNV into varray.c.Brian Paul1-4/+9
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-3/+3
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell1-1/+7
2000-11-22 Committing in .Jouk Jansen1-7/+7
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell1-45/+1
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell1-1/+6
2000-06-12added EXT version of vertex array functionsBrian Paul1-2/+34
2000-01-13added _mesa_ArrayElement() protoBrian Paul1-2/+6
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-41/+39
1999-10-19Changes to reduce the memory footprint of display listsKeith Whitwell1-2/+4
1999-10-08Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1-2/+5
1999-09-09moved gl_GetPointerv() into get.hBrian Paul1-12/+2
1999-08-19Initial revisionjtg1-0/+113