summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_imm_exec.c
AgeCommit message (Expand)Author
2001-11-30Don't reset _tnl_CurrentInput when in DestroyContext.Alan Hourihane
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-06-28restore normal length optimization in dlistsKeith Whitwell
2001-05-16fix for Jouk's glplanet bugKeith Whitwell
2001-05-14Fix for glean texgen test.Keith Whitwell
2001-05-11Clean up translation of array elements, copying of elts in pure-eltKeith Whitwell
2001-05-10Replace PipelineStart, PipelineFinish with RunPipeline. Clean upKeith Whitwell
2001-05-09fix possible segfault on destroy contextKeith Whitwell
2001-05-03fix for moebius infinite loopKeith Whitwell
2001-05-01removed debugKeith Whitwell
2001-04-30Lots more eval fixesKeith Whitwell
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell
2001-04-09Perform fixup on material valuesKeith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-08More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-20Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.Keith Whitwell
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-06Overhaul of texture image handling.Brian Paul
2001-01-24Lots of GLchan datatype changes.Brian Paul
2001-01-14Fixed conform feedback and drawelements tests.Keith Whitwell
2001-01-13Fix crash in book/stencil.Keith Whitwell
2001-01-08Fixed 'IRound' to 'IROUND' in mmath.hKeith Whitwell
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell
2000-12-28Add render stage for unclipped vb's to fx driver.Keith Whitwell
2000-12-27fix demos/fire, enable lazy vertex flushingKeith Whitwell
2000-12-27fix sproingies bugKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell