summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_imm_exec.c
Commit message (Expand)AuthorAgeFilesLines
* Fix SGL testLights.exe bugs (interaction of copying and fixup in display lists)Keith Whitwell2001-08-021-9/+14
* Fix copying problem (light spots) on evaluated surfaces.Keith Whitwell2001-08-011-1/+2
* restore normal length optimization in dlistsKeith Whitwell2001-06-281-1/+4
* fix for Jouk's glplanet bugKeith Whitwell2001-05-161-1/+2
* Fix for glean texgen test.Keith Whitwell2001-05-141-4/+4
* Clean up translation of array elements, copying of elts in pure-eltKeith Whitwell2001-05-111-27/+16
* Replace PipelineStart, PipelineFinish with RunPipeline. Clean upKeith Whitwell2001-05-101-3/+3
* fix possible segfault on destroy contextKeith Whitwell2001-05-091-2/+3
* fix for moebius infinite loopKeith Whitwell2001-05-031-23/+44
* removed debugKeith Whitwell2001-05-011-2/+2
* Lots more eval fixesKeith Whitwell2001-04-301-66/+76
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-281-11/+37
* Perform fixup on material valuesKeith Whitwell2001-04-091-2/+6
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-41/+41
* More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul2001-03-081-3/+4
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-13/+13
* Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.Keith Whitwell2001-02-201-11/+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-37/+22
* Overhaul of texture image handling.Brian Paul2001-02-061-2/+1
* Lots of GLchan datatype changes.Brian Paul2001-01-241-4/+12
* Fixed conform feedback and drawelements tests.Keith Whitwell2001-01-141-3/+3
* Fix crash in book/stencil.Keith Whitwell2001-01-131-8/+13
* Fixed 'IRound' to 'IROUND' in mmath.hKeith Whitwell2001-01-081-5/+2
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-8/+5
* Add render stage for unclipped vb's to fx driver.Keith Whitwell2000-12-281-1/+5
* fix demos/fire, enable lazy vertex flushingKeith Whitwell2000-12-271-1/+3
* fix sproingies bugKeith Whitwell2000-12-271-7/+7
* Major rework of tnl moduleKeith Whitwell2000-12-261-0/+507