summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_imm_dlist.c
Commit message (Expand)AuthorAgeFilesLines
* Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul2003-05-011-1/+1
* commentsBrian Paul2003-04-011-2/+1
* minor clean-ups, const qualifiersBrian Paul2003-03-311-10/+6
* reduce memory needed for vertex attributes (allocate on demand)Brian Paul2003-03-311-2/+10
* minor clean-ups, comments, etcBrian Paul2003-03-281-16/+32
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-3/+3
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-141-3/+3
* updated email addressesBrian Paul2002-10-291-2/+2
* Header file clean-up:Brian Paul2002-10-241-2/+2
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-4/+4
* more removal of fprintf() callsBrian Paul2002-06-131-8/+7
* new castsBrian Paul2002-04-191-3/+3
* bring in changes from dri tcl branchKeith Whitwell2002-04-091-1/+4
* More suport for t&l driversKeith Whitwell2002-02-131-1/+2
* Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul2002-01-221-30/+30
* removed api_compat stuffBrian Paul2002-01-151-4/+3
* Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul2002-01-051-13/+16
* Further help with dri libGL version skewKeith Whitwell2001-12-201-17/+7
* vertex program check-inBrian Paul2001-12-141-9/+9
* fix primitive calculation in 1-line dlist immediates (molecules)Keith Whitwell2001-12-131-2/+2
* further tweak to dlist changeKeith Whitwell2001-12-041-2/+2
* correctly reset input after dlist executionKeith Whitwell2001-12-031-3/+9
* more warning fixes (Karl Schultz)Brian Paul2001-09-141-9/+9
* Fix SGL testLights.exe bugs (interaction of copying and fixup in display lists)Keith Whitwell2001-08-021-3/+5
* Fix core in fixup_normal_lengthsKeith Whitwell2001-07-281-4/+6
* more GLAPIENTRY fixes (Karl Schultz)Brian Paul2001-07-271-3/+3
* use GLAPIENTRY when declaring a couple function pointers (Gerk Huisma)Brian Paul2001-07-261-3/+3
* fix some Win32 warnings (Gerk Huisma)Brian Paul2001-07-231-4/+4
* Fix Alan Barnett's 'try10' display list bug.Keith Whitwell2001-07-171-6/+10
* silence an uninitialized var warningBrian Paul2001-07-131-2/+2
* restore normal length optimization in dlistsKeith Whitwell2001-06-281-4/+62
* Adaptor code that lets tnl convert compiled (display list) cassettes backKeith Whitwell2001-06-041-15/+280
* Fix for glean texgen test.Keith Whitwell2001-05-141-3/+3
* Clean up _tnl_Begin/begin/hard_begin.Keith Whitwell2001-05-111-1/+8
* Clean up translation of array elements, copying of elts in pure-eltKeith Whitwell2001-05-111-25/+5
* fix for moebius infinite loopKeith Whitwell2001-05-031-5/+5
* Lots more eval fixesKeith Whitwell2001-04-301-37/+10
* Restore optimization for cva glArrayElement operation.Keith Whitwell2001-04-301-1/+2
* first pass at eval fixesKeith Whitwell2001-04-261-2/+6
* Perform fixup on material valuesKeith Whitwell2001-04-091-1/+5
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-36/+35
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-3/+3
* Fixed conform problems with recent material tracking change.Keith Whitwell2001-02-161-1/+3
* Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell2001-02-151-66/+13
* gl_error clean-upsBrian Paul2001-02-131-1/+2
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-291-2/+5
* Fixed 'IRound' to 'IROUND' in mmath.hKeith Whitwell2001-01-081-45/+1
* Add render stage for unclipped vb's to fx driver.Keith Whitwell2000-12-281-12/+41
* fix sproingies bugKeith Whitwell2000-12-271-5/+7
* fix xscreensaver coresKeith Whitwell2000-12-261-2/+3