Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-24 | Merge vtx-0-2-branch | Keith Whitwell | |
2003-10-22 | Initial work for bounds checking of vertex arrays and vertex buffer objects. | Brian Paul | |
Only glDrawArrays() done so far. Simplified glVertex/Color/etcPointer functions. Misc casts added here and there. | |||
2003-09-19 | Assorted casts to silence g++ warnings. | Brian Paul | |
2003-09-17 | GL_ARB_vertex_buffer_object working now, at least for non-indexed | Brian Paul | |
vertex arrays. | |||
2003-09-17 | More work on ARB_vertex_buffer_object. | Brian Paul | |
Use GLubyte * instead of void * for gl_client_array->Ptr to simplify upcoming pointer arithmetic changes. | |||
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | |
2003-03-01 | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | |
Moved type conversion and interpolation macros into macros.h Updated all the files that used to include mmath.h | |||
2003-01-14 | First batch of code for GL_NV_fragment_program. | Brian Paul | |
Re-org of some GL_NV_vertex_program code. Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS. | |||
2002-10-29 | updated email addresses | Brian Paul | |
2002-10-24 | Header file clean-up: | Brian Paul | |
1. Remove all.h and PC_HEADER junk. 2. Rolled mem.c and mem.h into imports.c and imports.h 3. Include imports.h instead of mem.h Restore _mesa_create/initialize_context() to be like they were in 4.0.4 New wrappers for a few std C functions: _mesa_atoi(), _mesa_strstr(), etc. | |||
2002-04-21 | added support for vertex program attribute arrays | Brian Paul | |
2001-12-14 | vertex program check-in | Brian Paul | |
2001-07-19 | Added Win32 memory debugging and fixed a few memory leaks (Gerk Huisma) | Brian Paul | |
2001-04-28 | Support for floating point color representation in tnl module. | Keith Whitwell | |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes | |
2001-02-04 | rework to correctly respect _ac_import_range() | Keith Whitwell | |
2000-12-26 | The array cache. | Keith Whitwell | |