summaryrefslogtreecommitdiff
path: root/src/mesa/array_cache/ac_context.c
AgeCommit message (Expand)Author
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick
2006-04-25Put color index attribute into the 6th attribute slot.Brian Paul
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-10-22Initial work for bounds checking of vertex arrays and vertex buffer objects.Brian Paul
2003-09-19Assorted casts to silence g++ warnings.Brian Paul
2003-09-17GL_ARB_vertex_buffer_object working now, at least for non-indexedBrian Paul
2003-09-17More work on ARB_vertex_buffer_object.Brian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul
2002-10-29updated email addressesBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-04-21added support for vertex program attribute arraysBrian Paul
2001-12-14vertex program check-inBrian Paul
2001-07-19Added Win32 memory debugging and fixed a few memory leaks (Gerk Huisma)Brian Paul
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-02-04rework to correctly respect _ac_import_range()Keith Whitwell
2000-12-26The array cache.Keith Whitwell