| Commit message (Expand) | Author | Age | Files | Lines |
* | Changes for new vbo-building module. | Keith Whitwell | 2006-10-29 | 1 | -432/+0 |
* | If DEBUG, check that all array indices really do fall in [start,end] in | Brian Paul | 2006-10-26 | 1 | -1/+19 |
* | Replace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTexture[Coord/Image]Units | Brian Paul | 2006-04-14 | 1 | -3/+3 |
* | Replace GL_POLYGON+1 with PRIM_OUTSIDE_BEGIN_END | Brian Paul | 2005-11-16 | 1 | -2/+2 |
* | Wrap every place that accesses a dispatch table with a macro. A new script- | Ian Romanick | 2005-07-18 | 1 | -6/+7 |
* | Simplify the pipeline_stage structure | Keith Whitwell | 2005-04-22 | 1 | -30/+1 |
* | mesa-tnl-0-to-NULL.patch from Jeff Muizelaar | Keith Whitwell | 2005-02-10 | 1 | -5/+5 |
* | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101... | Brian Paul | 2004-08-25 | 1 | -0/+1 |
* | Convert all calls using _glapi_Dispatch to use the new GL_CALL macro. | Ian Romanick | 2004-05-27 | 1 | -6/+6 |
* | Fix calling fallback_drawarrays() with the wrong arguments | Roland Scheidegger | 2004-03-01 | 1 | -2/+2 |
* | fix another glDrawArrays indexing bug, jump through _glapi_Dispatch functions | Brian Paul | 2004-02-26 | 1 | -8/+8 |
* | add casts to quiet compiler warnings | Karl Schultz | 2004-01-15 | 1 | -2/+2 |
* | Fix up more confusions with count vs end in array functions | Keith Whitwell | 2004-01-14 | 1 | -58/+29 |
* | remove unused variable | Karl Schultz | 2004-01-13 | 1 | -1/+0 |
* | Don't call _tnl_draw_range_elements() unless start == 0. | Keith Whitwell | 2004-01-12 | 1 | -3/+12 |
* | Change < to <= when testing counts against ctx->Const.MaxArrayLockSize, | Brian Paul | 2004-01-09 | 1 | -6/+12 |
* | Fix some problems with glDrawElements and vertex buffer objects. | Brian Paul | 2003-12-04 | 1 | -12/+12 |
* | Fix generic/conventional vertex array glitches. | Brian Paul | 2003-11-29 | 1 | -4/+17 |
* | Merge vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 1 | -60/+70 |
* | s/GLuint */GLvoid */ | Brian Paul | 2003-10-23 | 1 | -1/+1 |
* | Initial work for bounds checking of vertex arrays and vertex buffer objects. | Brian Paul | 2003-10-22 | 1 | -2/+9 |
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -3/+3 |
* | Implement GL_ELEMENT_ARRAY_BUFFER_ARB for buffer objects. | Brian Paul | 2003-09-17 | 1 | -2/+20 |
* | remove a const | Brian Paul | 2003-04-10 | 1 | -3/+1 |
* | drawarrayrange fix | Keith Whitwell | 2003-04-10 | 1 | -1/+8 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -4/+3 |
* | Replace some #defines with enums. (Klaus Niederkrueger) | Brian Paul | 2003-02-17 | 1 | -2/+2 |
* | Add missing break statements | Keith Whitwell | 2002-12-19 | 1 | -1/+3 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -3/+3 |
* | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | 2002-06-29 | 1 | -5/+5 |
* | new casts | Brian Paul | 2002-04-19 | 1 | -2/+2 |
* | bring in changes from dri tcl branch | Keith Whitwell | 2002-04-09 | 1 | -29/+26 |
* | Clean-up/renaming of the per-vertex attribute bits, specifically, the | Brian Paul | 2002-01-22 | 1 | -7/+26 |
* | Vertex program checkpoint commit: converted all vertex attributes (color, | Brian Paul | 2002-01-05 | 1 | -3/+3 |
* | simplify drawarrays paths | Keith Whitwell | 2001-12-03 | 1 | -36/+29 |
* | use smaller buffer when decomposing large drawarrays, for cache goodness | Keith Whitwell | 2001-11-29 | 1 | -2/+2 |
* | Another locked drawarrys fix | Keith Whitwell | 2001-11-22 | 1 | -3/+1 |
* | silence minor warnings | Brian Paul | 2001-09-14 | 1 | -6/+5 |
* | Removed optimizations (this code is now seldom used) | Keith Whitwell | 2001-08-13 | 1 | -68/+1 |
* | Fix SGL testGeoSets.exe polygon mode problem (wrong interpretation of | Keith Whitwell | 2001-08-02 | 1 | -12/+19 |
* | Fix SGL monoindexed bug (glDrawRangeElements in dlist) | Keith Whitwell | 2001-08-02 | 1 | -5/+13 |
* | Clean up _tnl_Begin/begin/hard_begin. | Keith Whitwell | 2001-05-11 | 1 | -22/+32 |
* | Clean up translation of array elements, copying of elts in pure-elt | Keith Whitwell | 2001-05-11 | 1 | -2/+2 |
* | Replace PipelineStart, PipelineFinish with RunPipeline. Clean up | Keith Whitwell | 2001-05-10 | 1 | -9/+7 |
* | Support for floating point color representation in tnl module. | Keith Whitwell | 2001-04-28 | 1 | -4/+4 |
* | no-copy drawarrays for remaining non-fan primitives | Keith Whitwell | 2001-04-26 | 1 | -15/+75 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -25/+25 |
* | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul | 2001-03-07 | 1 | -12/+16 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -10/+10 |
* | Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs. | Keith Whitwell | 2001-02-20 | 1 | -11/+3 |