Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-06 | solved classic "char*" vs "char[]" conflict. we were mimicking a pointer ↵ | Daniel Borca | |
variable at desired location and then we took its address. using array is more intuitive, as they give us the starting address instantly. | |||
2004-11-01 | small aesthetic correction | Daniel Borca | |
2004-07-01 | Rename the various function types in t_context.h to include a tnl_ prefix. | Keith Whitwell | |
2004-05-20 | doc update; minor changes | Daniel Borca | |
2004-04-13 | updated Glide driver documentation | Daniel Borca | |
fixed SAL/SAR in assyntax.h (NASM) fixed a bug wrt NULL pointer assignment in t_vtx_api.c cosmetics to t_vtx_x86.c & t_vtx_x86_gcc.S enabled STDCALL with codegen (MinGW) | |||
2004-04-02 | got rid of the notify routine as intermediate step | Daniel Borca | |
2004-04-02 | added codegen'ed choosers | Daniel Borca | |
2004-04-01 | Rename _x86_ symbols to avoid conflict with r200 driver | Keith Whitwell | |
2004-04-01 | Define empty _tnl_x86_exec_vtxfmt_init if USE_X86_ASM is undefined. This | Felix Kuehling | |
fixes a missing symbol in libGLcore.a. | |||
2004-04-01 | codegen'ed versions of the 2nd level dispatch | Daniel Borca | |
2004-03-31 | fine-tuning x86 gcc codegen | Daniel Borca | |
2004-03-31 | dynfn --> _tnl_dynfn | Keith Whitwell | |
2004-03-29 | new files | Keith Whitwell | |
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. |