summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_imm_dlist.c
AgeCommit message (Expand)Author
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-08-05Store material attributes in an Attrib[] style array. This is aKeith Whitwell
2003-05-01Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul
2003-04-01commentsBrian Paul
2003-03-31minor clean-ups, const qualifiersBrian Paul
2003-03-31reduce memory needed for vertex attributes (allocate on demand)Brian Paul
2003-03-28minor clean-ups, comments, etcBrian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul
2002-10-29updated email addressesBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-06-13more removal of fprintf() callsBrian Paul
2002-04-19new castsBrian Paul
2002-04-09bring in changes from dri tcl branchKeith Whitwell
2002-02-13More suport for t&l driversKeith Whitwell
2002-01-22Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul
2002-01-15removed api_compat stuffBrian Paul
2002-01-05Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul
2001-12-20Further help with dri libGL version skewKeith Whitwell
2001-12-14vertex program check-inBrian Paul
2001-12-13fix primitive calculation in 1-line dlist immediates (molecules)Keith Whitwell
2001-12-04further tweak to dlist changeKeith Whitwell
2001-12-03correctly reset input after dlist executionKeith Whitwell
2001-09-14more warning fixes (Karl Schultz)Brian Paul
2001-08-02Fix SGL testLights.exe bugs (interaction of copying and fixup in display lists)Keith Whitwell
2001-07-28Fix core in fixup_normal_lengthsKeith Whitwell
2001-07-27more GLAPIENTRY fixes (Karl Schultz)Brian Paul
2001-07-26use GLAPIENTRY when declaring a couple function pointers (Gerk Huisma)Brian Paul
2001-07-23fix some Win32 warnings (Gerk Huisma)Brian Paul
2001-07-17Fix Alan Barnett's 'try10' display list bug.Keith Whitwell
2001-07-13silence an uninitialized var warningBrian Paul
2001-06-28restore normal length optimization in dlistsKeith Whitwell
2001-06-04Adaptor code that lets tnl convert compiled (display list) cassettes backKeith Whitwell
2001-05-14Fix for glean texgen test.Keith Whitwell
2001-05-11Clean up _tnl_Begin/begin/hard_begin.Keith Whitwell
2001-05-11Clean up translation of array elements, copying of elts in pure-eltKeith Whitwell
2001-05-03fix for moebius infinite loopKeith Whitwell
2001-04-30Lots more eval fixesKeith Whitwell
2001-04-30Restore optimization for cva glArrayElement operation.Keith Whitwell
2001-04-26first pass at eval fixesKeith Whitwell
2001-04-09Perform fixup on material valuesKeith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-16Fixed conform problems with recent material tracking change.Keith Whitwell
2001-02-15Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell
2001-02-13gl_error clean-upsBrian Paul
2001-01-29Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell
2001-01-08Fixed 'IRound' to 'IROUND' in mmath.hKeith Whitwell
2000-12-28Add render stage for unclipped vb's to fx driver.Keith Whitwell