cosmetic changes;
[mesa.git] / src / mesa / tnl / t_array_api.c
2005-02-10 Keith Whitwellmesa-tnl-0-to-NULL.patch from Jeff Muizelaar
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-05-27 Ian RomanickConvert all calls using _glapi_Dispatch to use the...
2004-03-01 Roland ScheideggerFix calling fallback_drawarrays() with the wrong arguments
2004-02-26 Brian Paulfix another glDrawArrays indexing bug, jump through...
2004-01-15 Karl Schultzadd casts to quiet compiler warnings
2004-01-14 Keith WhitwellFix up more confusions with count vs end in array functions
2004-01-13 Karl Schultzremove unused variable
2004-01-12 Keith WhitwellDon't call _tnl_draw_range_elements() unless start...
2004-01-09 Brian PaulChange < to <= when testing counts against ctx->Const...
2003-12-04 Brian PaulFix some problems with glDrawElements and vertex buffer...
2003-11-29 Brian PaulFix generic/conventional vertex array glitches.
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-10-23 Brian Pauls/GLuint */GLvoid */
2003-10-22 Brian PaulInitial work for bounds checking of vertex arrays and...
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-09-17 Brian PaulImplement GL_ELEMENT_ARRAY_BUFFER_ARB for buffer objects.
2003-04-10 Brian Paulremove a const
2003-04-10 Keith Whitwelldrawarrayrange fix
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-02-17 Brian PaulReplace some #defines with enums. (Klaus Niederkrueger)
2002-12-19 Keith WhitwellAdd missing break statements
2002-10-24 Brian PaulHeader file clean-up:
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-04-19 Brian Paulnew casts
2002-04-09 Keith Whitwellbring in changes from dri tcl branch
2002-01-22 Brian PaulClean-up/renaming of the per-vertex attribute bits...
2002-01-05 Brian PaulVertex program checkpoint commit: converted all vertex...
2001-12-03 Keith Whitwellsimplify drawarrays paths
2001-11-29 Keith Whitwelluse smaller buffer when decomposing large drawarrays...
2001-11-22 Keith WhitwellAnother locked drawarrys fix
2001-09-14 Brian Paulsilence minor warnings
2001-08-13 Keith WhitwellRemoved optimizations (this code is now seldom used)
2001-08-02 Keith WhitwellFix SGL testGeoSets.exe polygon mode problem (wrong...
2001-08-02 Keith WhitwellFix SGL monoindexed bug (glDrawRangeElements in dlist)
2001-05-11 Keith WhitwellClean up _tnl_Begin/begin/hard_begin.
2001-05-11 Keith WhitwellClean up translation of array elements, copying of...
2001-05-10 Keith WhitwellReplace PipelineStart, PipelineFinish with RunPipeline...
2001-04-28 Keith WhitwellSupport for floating point color representation in...
2001-04-26 Keith Whitwellno-copy drawarrays for remaining non-fan primitives
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-20 Keith WhitwellAdded GLvector4chan type, removed lots of CHAN_TYPE...
2001-02-15 Keith WhitwellFix propogation of material values in VB's that don...
2001-02-04 Keith WhitwellFast no-copy drawarrays for large tristrips
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-14 Keith WhitwellFixed conform feedback and drawelements tests.
2001-01-08 Keith WhitwellFixed 'IRound' to 'IROUND' in mmath.h
2000-12-26 Keith WhitwellMajor rework of tnl module