aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vtx_exec.c
Commit message (Collapse)AuthorAgeFilesLines
* mesa-tnl-0-to-NULL.patch from Jeff MuizelaarKeith Whitwell2005-02-101-4/+4
|
* Catch no-op vertex buffers consisting only of vertices which willKeith Whitwell2005-02-101-12/+14
| | | | also appear in a future buffer.
* Give attributes with zero-stride a count of 1 to make it easierKeith Whitwell2005-01-051-1/+1
| | | | | | to avoid transforming the same attribute multiple times. Don't light a single normal multiple times in light_fast_rgba*
* Inline get_size as an interim measure to get rid of function call overhead.Michel Dänzer2004-03-011-1/+1
|
* Cosmetic changes.Brian Paul2004-01-151-8/+8
| | | | | Added a bunch of const qualifiers. Use _mesa_memcpy() instead of memcpy(), etc.
* fix assorted g++ warningsBrian Paul2003-11-251-2/+2
|
* Remove unnecessary usage of __FUNCTION__.Brian Paul2003-11-251-16/+5
| | | | #define MESA_FUNCTION to __FUNCTION__ if MESA_DEBUG is defined.
* set the VB->FogCoordPtr with the other legacy pointersBrian Paul2003-11-241-0/+1
|
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-529/+197
|
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-1/+0
| | | | | Moved type conversion and interpolation macros into macros.h Updated all the files that used to include mmath.h
* Header file clean-up:Brian Paul2002-10-241-1/+1
| | | | | | | | 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.
* Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2002-06-291-18/+18
| | | | Instead of mstdio.[ch], use imports.[ch] to isolate these functions.
* another checkpoint of struct immediate replacement codeKeith Whitwell2002-05-111-4/+0
|
* Core of the future vertex engine. Isn't built yet, nor will be for a while...Keith Whitwell2002-04-181-0/+636
Checkpoint commit.