summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/eval.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-5/+5
* mesa: trim down some #includesBrian Paul2014-09-101-1/+0
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: remove GLvertexformat::EvalMesh1(), EvalMesh2()Brian Paul2013-05-021-9/+1
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: Don't install glEvalMesh in the beginend dispatch tableIan Romanick2013-02-201-3/+8
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-10/+0
* dispatch: Delete unused init_dispatch functions.Paul Berry2012-11-061-22/+0
* dispatch: Make all API functions non-static.Paul Berry2012-11-061-14/+14
* mesa: Remove support for NV_vertex_program's attribute evaluation.Eric Anholt2012-10-151-66/+0
* mesa: remove FEATURE_evaluators define.Oliver McFadden2012-09-151-6/+0
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-8/+8
* mesa: add missing return statements after recording errorsBrian Paul2012-09-031-0/+2
* mesa: remove null pointer checks before free() callsBrian Paul2012-09-031-44/+24
* mesa: s/FREE/free/Brian Paul2012-09-011-22/+22
* mesa: s/MALLOC/malloc/Brian Paul2012-09-011-8/+8
* Squashed commit of the following:Brian Paul2011-04-261-3/+92
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-4/+4
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-251-1/+1
* mesa: replace old MEMSET macro with memsetBrian Paul2010-02-191-2/+2
* mesa/main: Make FEATURE_evaluators follow feature conventions.Chia-I Wu2009-09-301-11/+50
* 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