summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/varray.h
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: added _mesa_print_arrays() for debuggingBrian Paul2009-05-211-12/+5
* Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-0/+18
|\
| * mesa: point size arraysBrian Paul2008-06-251-0/+4
| * mesa: added _mesa_DrawArrays, DrawElements, DrawRangeElements() wrappers for ...Brian Paul2008-06-051-0/+14
* | Allow first != 0 in mesa CVA handling, and add more error checking.Eric Anholt2008-02-041-0/+5
|/
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-23/+23
* Added support for GL_IBM_multimode_draw_arrays.Ian Romanick2003-08-221-0/+13
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-0/+19
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul2003-05-011-1/+7
* Implemented GL_EXT_multi_draw_arrays: glMultiDrawArraysEXT() and glMultiDrawE...Brian Paul2002-06-301-1/+10
* Moved _mesa_VertexAttribPointerNV into varray.c.Brian Paul2002-01-111-4/+9
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-3/+3
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-1/+7
* Committing in .Jouk Jansen2000-11-221-7/+7
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-45/+1
* Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell2000-10-271-1/+6
* added EXT version of vertex array functionsBrian Paul2000-06-121-2/+34
* added _mesa_ArrayElement() protoBrian Paul2000-01-131-2/+6
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-41/+39
* Changes to reduce the memory footprint of display listsKeith Whitwell1999-10-191-2/+4
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-2/+5
* moved gl_GetPointerv() into get.hBrian Paul1999-09-091-12/+2
* Initial revisionjtg1999-08-191-0/+113