summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_imm_exec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-586/+0
* GL_ARB_vertex_buffer_object working now, at least for non-indexedBrian Paul2003-09-171-0/+2
* More work on ARB_vertex_buffer_object.Brian Paul2003-09-171-3/+3
* Store material attributes in an Attrib[] style array. This is aKeith Whitwell2003-08-051-3/+5
* Fix typo (& instead of &&) to fix olympic.c bugKeith Whitwell2003-08-011-1/+1
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-1/+1
* added null pointer check in tnl_copy_to_current()Brian Paul2003-06-111-1/+1
* clean up _tnl_copy_to_current()Brian Paul2003-06-111-37/+12
* add missing vertex attribs in _tnl_copy_to_current()Brian Paul2003-06-101-6/+12
* Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul2003-05-011-5/+3
* Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul2003-04-081-3/+7
* Don't unset FLUSH_STORED_VERTICES in _tnl_execute_cassette as this mayKeith Whitwell2003-04-071-3/+5
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-4/+3
* Header file clean-up:Brian Paul2002-10-241-2/+2
* init tmp->Normal.size = 3Brian Paul2002-08-081-1/+2
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-2/+2
* more removal of fprintf() callsBrian Paul2002-06-131-10/+2
* pass context pointer to _tnl_free_immediate(), removed backref pointerBrian Paul2002-04-191-3/+3
* bring in changes from dri tcl branchKeith Whitwell2002-04-091-2/+9
* Remove debugKeith Whitwell2002-02-131-2/+2
* More suport for t&l driversKeith Whitwell2002-02-131-5/+5
* Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul2002-01-221-56/+66
* Another vertex program checkpoint: clean-up of vertex attribute storageBrian Paul2002-01-061-7/+4
* Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul2002-01-051-24/+34
* disable debug printf's, fix a crashBrian Paul2001-12-151-4/+1
* vertex program check-inBrian Paul2001-12-141-33/+50
* Don't reset _tnl_CurrentInput when in DestroyContext.Alan Hourihane2001-11-301-2/+9
* 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