summaryrefslogtreecommitdiff
path: root/src/mesa/main/eval.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-5/+5
2014-09-10mesa: trim down some #includesBrian Paul1-1/+0
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-02mesa: remove GLvertexformat::EvalMesh1(), EvalMesh2()Brian Paul1-9/+1
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-02-20mesa: Don't install glEvalMesh in the beginend dispatch tableIan Romanick1-3/+8
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-10/+0
2012-11-06dispatch: Delete unused init_dispatch functions.Paul Berry1-22/+0
2012-11-06dispatch: Make all API functions non-static.Paul Berry1-14/+14
2012-10-15mesa: Remove support for NV_vertex_program's attribute evaluation.Eric Anholt1-66/+0
2012-09-15mesa: remove FEATURE_evaluators define.Oliver McFadden1-6/+0
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-8/+8
2012-09-03mesa: add missing return statements after recording errorsBrian Paul1-0/+2
2012-09-03mesa: remove null pointer checks before free() callsBrian Paul1-44/+24
2012-09-01mesa: s/FREE/free/Brian Paul1-22/+22
2012-09-01mesa: s/MALLOC/malloc/Brian Paul1-8/+8
2011-04-26Squashed commit of the following:Brian Paul1-3/+92
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-4/+4
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu1-1/+1
2010-02-19mesa: replace old MEMSET macro with memsetBrian Paul1-2/+2
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