Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-01 | Inline get_size as an interim measure to get rid of function call overhead. | Michel Dänzer | |
2004-01-15 | Cosmetic changes. | Brian Paul | |
Added a bunch of const qualifiers. Use _mesa_memcpy() instead of memcpy(), etc. | |||
2003-11-25 | fix assorted g++ warnings | Brian Paul | |
2003-11-25 | Remove unnecessary usage of __FUNCTION__. | Brian Paul | |
#define MESA_FUNCTION to __FUNCTION__ if MESA_DEBUG is defined. | |||
2003-11-24 | set the VB->FogCoordPtr with the other legacy pointers | Brian Paul | |
2003-11-24 | Merge vtx-0-2-branch | Keith Whitwell | |
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 | |||
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-06-29 | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | |
Instead of mstdio.[ch], use imports.[ch] to isolate these functions. | |||
2002-05-11 | another checkpoint of struct immediate replacement code | Keith Whitwell | |
2002-04-18 | Core of the future vertex engine. Isn't built yet, nor will be for a while... | Keith Whitwell | |
Checkpoint commit. |