summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/eval.c
Commit message (Expand)AuthorAgeFilesLines
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-11/+11
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-4/+169
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-11/+10
* Header file clean-up:Brian Paul2002-10-241-6/+2
* minor clean-upsBrian Paul2002-01-051-12/+14
* infrastructure for vertex program attribute evaluatorsBrian Paul2002-01-051-823/+255
* compiler warningsKarl Schultz2001-09-181-36/+37
* generate INVALID_OPERATION if active texture != 0 in glMap[12][fd]Brian Paul2001-05-161-1/+13
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-9/+5
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-38/+38
* Major rework of tnl moduleKeith Whitwell2000-12-261-287/+70
* Committing in .Jouk Jansen2000-11-221-12/+12
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-1396/+1
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-3/+9
* More GLchan color channel changes.Brian Paul2000-10-291-1/+2
* New colormac.h file for color-related macros.Brian Paul2000-10-281-4/+5
* Removed immediate struct's maybe_transform_vb pointer.Brian Paul2000-09-111-5/+5
* fix for eval regressionKeith Whitwell2000-07-201-5/+6
* Fix for gloss and sgl eval bugs.Keith Whitwell2000-07-171-12/+34
* clean up of eval_coord1/2f()Brian Paul2000-01-131-10/+12
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-164/+343
* header includes clean-up (Daryll)Brian Paul1999-11-081-4/+1
* Changes to reduce the memory footprint of display listsKeith Whitwell1999-10-191-74/+112
* removed GL_ prefix from memory macrosBrian Paul1999-10-131-28/+28
* now using GL_MALLOC, GL_FREEBrian Paul1999-10-101-32/+28
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-45/+49
* Initial revisionjtg1999-08-191-0/+2725