summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_imm_exec.c
AgeCommit message (Expand)Author
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2002-10-24Header file clean-up:Brian Paul
2002-08-08init tmp->Normal.size = 3Brian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-06-13more removal of fprintf() callsBrian 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-13Remove debugKeith 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-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