summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_array_import.c
Commit message (Expand)AuthorAgeFilesLines
* Initial work for bounds checking of vertex arrays and vertex buffer objects.Brian Paul2003-10-221-7/+7
* Implement GL_ELEMENT_ARRAY_BUFFER_ARB for buffer objects.Brian Paul2003-09-171-0/+29
* GL_ARB_vertex_buffer_object working now, at least for non-indexedBrian Paul2003-09-171-16/+29
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul2003-04-081-11/+17
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-4/+3
* updated email addressesBrian Paul2002-10-291-2/+2
* Header file clean-up:Brian Paul2002-10-241-2/+2
* Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2002-06-291-2/+2
* Vertex program attribute arrays seem to work now. This includes fallbacksBrian Paul2002-04-211-32/+54
* new castsBrian Paul2002-04-191-3/+5
* Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul2002-01-221-36/+53
* Another vertex program checkpoint: clean-up of vertex attribute storageBrian Paul2002-01-061-6/+6
* Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul2002-01-051-6/+7
* vertex program check-inBrian Paul2001-12-141-22/+22
* Removed optimizations (this code is now seldom used)Keith Whitwell2001-08-131-108/+1
* Comment out __FUNCTION__ usage.Keith Whitwell2001-05-171-8/+6
* Clean up _tnl_Begin/begin/hard_begin.Keith Whitwell2001-05-111-1/+2
* Clean up translation of array elements, copying of elts in pure-eltKeith Whitwell2001-05-111-72/+49
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-281-60/+54
* first pass at eval fixesKeith Whitwell2001-04-261-2/+4
* fixed mis-ordered args to _math_trans_4f() in _tnl_fill_immediate_drawarrays()Brian Paul2001-04-171-2/+2
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-72/+70
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-19/+19
* Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.Keith Whitwell2001-02-201-40/+8
* Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell2001-02-151-1/+4
* Lots of GLchan datatype changes.Brian Paul2001-01-241-4/+36
* Fixed 'IRound' to 'IROUND' in mmath.hKeith Whitwell2001-01-081-7/+1
* Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell2001-01-081-2/+8
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-11/+3
* Add render stage for unclipped vb's to fx driver.Keith Whitwell2000-12-281-13/+23
* Fixes for compiling assembly (disable unused 'masked' versions)Keith Whitwell2000-12-271-2/+3
* Major rework of tnl moduleKeith Whitwell2000-12-261-0/+521