| Commit message (Expand) | Author | Age | Files | Lines |
* | Import all texture coordinate arrays. Import them only once. | Keith Whitwell | 2005-05-03 | 1 | -5/+4 |
* | Ensure all VB->AttribPtr[] are populated. Reported by Aapo Tahkola | Keith Whitwell | 2005-04-25 | 1 | -8/+18 |
* | Simplify the pipeline_stage structure | Keith Whitwell | 2005-04-22 | 1 | -48/+30 |
* | mesa-tnl-0-to-NULL.patch from Jeff Muizelaar | Keith Whitwell | 2005-02-10 | 1 | -3/+3 |
* | Give attributes with zero-stride a count of 1 to make it easier | Keith Whitwell | 2005-01-05 | 1 | -1/+1 |
* | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101... | Brian Paul | 2004-08-25 | 1 | -0/+1 |
* | Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment | Brian Paul | 2004-04-23 | 1 | -2/+2 |
* | Fix up more confusions with count vs end in array functions | Keith Whitwell | 2004-01-14 | 1 | -14/+6 |
* | Change < to <= when testing counts against ctx->Const.MaxArrayLockSize, | Brian Paul | 2004-01-09 | 1 | -5/+6 |
* | Fix generic/conventional vertex array glitches. | Brian Paul | 2003-11-29 | 1 | -55/+60 |
* | minor cast fixes | Brian Paul | 2003-11-24 | 1 | -2/+2 |
* | set the VB->FogCoordPtr with the other legacy pointers | Brian Paul | 2003-11-24 | 1 | -0/+1 |
* | Merge vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 1 | -221/+104 |
* | Initial work for bounds checking of vertex arrays and vertex buffer objects. | Brian Paul | 2003-10-22 | 1 | -7/+7 |
* | Implement GL_ELEMENT_ARRAY_BUFFER_ARB for buffer objects. | Brian Paul | 2003-09-17 | 1 | -0/+29 |
* | GL_ARB_vertex_buffer_object working now, at least for non-indexed | Brian Paul | 2003-09-17 | 1 | -16/+29 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | Added ctx->Texture._EnabledCoordUnits bitfield. | Brian Paul | 2003-04-08 | 1 | -11/+17 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -4/+3 |
* | updated email addresses | Brian Paul | 2002-10-29 | 1 | -2/+2 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -2/+2 |
* | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | 2002-06-29 | 1 | -2/+2 |
* | Vertex program attribute arrays seem to work now. This includes fallbacks | Brian Paul | 2002-04-21 | 1 | -32/+54 |
* | new casts | Brian Paul | 2002-04-19 | 1 | -3/+5 |
* | Clean-up/renaming of the per-vertex attribute bits, specifically, the | Brian Paul | 2002-01-22 | 1 | -36/+53 |
* | Another vertex program checkpoint: clean-up of vertex attribute storage | Brian Paul | 2002-01-06 | 1 | -6/+6 |
* | Vertex program checkpoint commit: converted all vertex attributes (color, | Brian Paul | 2002-01-05 | 1 | -6/+7 |
* | vertex program check-in | Brian Paul | 2001-12-14 | 1 | -22/+22 |
* | Removed optimizations (this code is now seldom used) | Keith Whitwell | 2001-08-13 | 1 | -108/+1 |
* | Comment out __FUNCTION__ usage. | Keith Whitwell | 2001-05-17 | 1 | -8/+6 |
* | Clean up _tnl_Begin/begin/hard_begin. | Keith Whitwell | 2001-05-11 | 1 | -1/+2 |
* | Clean up translation of array elements, copying of elts in pure-elt | Keith Whitwell | 2001-05-11 | 1 | -72/+49 |
* | Support for floating point color representation in tnl module. | Keith Whitwell | 2001-04-28 | 1 | -60/+54 |
* | first pass at eval fixes | Keith Whitwell | 2001-04-26 | 1 | -2/+4 |
* | fixed mis-ordered args to _math_trans_4f() in _tnl_fill_immediate_drawarrays() | Brian Paul | 2001-04-17 | 1 | -2/+2 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -72/+70 |
* | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul | 2001-03-07 | 1 | -19/+19 |
* | Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs. | Keith Whitwell | 2001-02-20 | 1 | -40/+8 |
* | Fix propogation of material values in VB's that don't reach the lighting | Keith Whitwell | 2001-02-15 | 1 | -1/+4 |
* | Lots of GLchan datatype changes. | Brian Paul | 2001-01-24 | 1 | -4/+36 |
* | Fixed 'IRound' to 'IROUND' in mmath.h | Keith Whitwell | 2001-01-08 | 1 | -7/+1 |
* | Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers | Keith Whitwell | 2001-01-08 | 1 | -2/+8 |
* | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell | 2001-01-05 | 1 | -11/+3 |
* | Add render stage for unclipped vb's to fx driver. | Keith Whitwell | 2000-12-28 | 1 | -13/+23 |
* | Fixes for compiling assembly (disable unused 'masked' versions) | Keith Whitwell | 2000-12-27 | 1 | -2/+3 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -0/+521 |