summaryrefslogtreecommitdiffstats
path: root/src/mesa/array_cache/ac_context.c
Commit message (Expand)AuthorAgeFilesLines
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-3/+3
* Initial work for bounds checking of vertex arrays and vertex buffer objects.Brian Paul2003-10-221-9/+9
* Assorted casts to silence g++ warnings.Brian Paul2003-09-191-17/+17
* GL_ARB_vertex_buffer_object working now, at least for non-indexedBrian Paul2003-09-171-10/+22
* More work on ARB_vertex_buffer_object.Brian Paul2003-09-171-1/+51
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-2/+1
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-141-6/+6
* updated email addressesBrian Paul2002-10-291-2/+2
* Header file clean-up:Brian Paul2002-10-241-2/+2
* added support for vertex program attribute arraysBrian Paul2002-04-211-4/+43
* vertex program check-inBrian Paul2001-12-141-6/+6
* Added Win32 memory debugging and fixed a few memory leaks (Gerk Huisma)Brian Paul2001-07-191-1/+5
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-281-7/+22
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-5/+5
* rework to correctly respect _ac_import_range()Keith Whitwell2001-02-041-20/+20
* The array cache.Keith Whitwell2000-12-261-0/+257