summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_imm_fixup.c
AgeCommit message (Expand)Author
2002-10-29updated email addressesBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul
2002-04-19pass context pointer to _tnl_free_immediate(), removed backref pointerBrian 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-06Another vertex program checkpoint: clean-up of vertex attribute storageBrian Paul
2002-01-05Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul
2001-12-15disable debug printf's, fix a crashBrian Paul
2001-12-14vertex program check-inBrian Paul
2001-12-03fx another place where PRIM_PARITY is calculatedKeith Whitwell
2001-11-26Possible fix for vtk tristrip bugKeith Whitwell
2001-08-03Fix VERT_RGBA special case.Keith Whitwell
2001-08-02Fix SGL testLights.exe bugs (interaction of copying and fixup in display lists)Keith Whitwell
2001-08-01Fix copying problem (light spots) on evaluated surfaces.Keith Whitwell
2001-07-17Fix Alan Barnett's 'try10' display list bug.Keith Whitwell
2001-06-28restore normal length optimization in dlistsKeith Whitwell
2001-06-13disabled an assertion that doesn't seem to be neededBrian Paul
2001-06-04Adaptor code that lets tnl convert compiled (display list) cassettes backKeith Whitwell
2001-05-16fix for Jouk's glplanet bugKeith Whitwell
2001-05-14typoKeith 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-03added assertion to catch infinite loop in _tnl_fixup_compiled_cassette() - mi...Brian Paul
2001-04-30Lots more eval fixesKeith Whitwell
2001-04-28Support for floating point color representation in tnl module.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-15Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell
2001-02-13gl_error clean-upsBrian Paul
2001-02-06Overhaul of texture image handling.Brian Paul
2001-01-24Lots of GLchan datatype changes.Brian Paul
2001-01-08Fixed 'IRound' to 'IROUND' in mmath.hKeith Whitwell
2000-12-28Add render stage for unclipped vb's to fx driver.Keith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell