summaryrefslogtreecommitdiff
path: root/src/mesa/main/eval.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-30mesa/main: Make FEATURE_evaluators follow feature conventions.Chia-I Wu1-11/+50
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-11/+11
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-4/+169
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-11/+10
2002-10-24Header file clean-up:Brian Paul1-6/+2
2002-01-05minor clean-upsBrian Paul1-12/+14
2002-01-05infrastructure for vertex program attribute evaluatorsBrian Paul1-823/+255
2001-09-18compiler warningsKarl Schultz1-36/+37
2001-05-16generate INVALID_OPERATION if active texture != 0 in glMap[12][fd]Brian Paul1-1/+13
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-9/+5
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-38/+38
2000-12-26Major rework of tnl moduleKeith Whitwell1-287/+70
2000-11-22 Committing in .Jouk Jansen1-12/+12
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell1-1396/+1
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell1-3/+9
2000-10-29More GLchan color channel changes.Brian Paul1-1/+2
2000-10-28New colormac.h file for color-related macros.Brian Paul1-4/+5
2000-09-11Removed immediate struct's maybe_transform_vb pointer.Brian Paul1-5/+5
2000-07-20fix for eval regressionKeith Whitwell1-5/+6
2000-07-17Fix for gloss and sgl eval bugs.Keith Whitwell1-12/+34
2000-01-13clean up of eval_coord1/2f()Brian Paul1-10/+12
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-164/+343
1999-11-08header includes clean-up (Daryll)Brian Paul1-4/+1
1999-10-19Changes to reduce the memory footprint of display listsKeith Whitwell1-74/+112
1999-10-13removed GL_ prefix from memory macrosBrian Paul1-28/+28
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul1-32/+28
1999-10-08Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1-45/+49
1999-08-19Initial revisionjtg1-0/+2725