summaryrefslogtreecommitdiff
path: root/src/mesa/main/varray.h
AgeCommit message (Expand)Author
2002-06-30Implemented GL_EXT_multi_draw_arrays: glMultiDrawArraysEXT() and glMultiDrawE...Brian Paul
2002-01-11Moved _mesa_VertexAttribPointerNV into varray.c.Brian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
2000-11-22 Committing in .Jouk Jansen
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell
2000-06-12added EXT version of vertex array functionsBrian Paul
2000-01-13added _mesa_ArrayElement() protoBrian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-10-19Changes to reduce the memory footprint of display listsKeith Whitwell
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-09-09moved gl_GetPointerv() into get.hBrian Paul
1999-08-19Initial revisionjtg