summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/varray.c
Commit message (Expand)AuthorAgeFilesLines
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-3/+3
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-4/+5
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-27/+27
* various compilation/warning fixesKeith Whitwell2001-01-051-3/+3
* Add render stage for unclipped vb's to fx driver.Keith Whitwell2000-12-281-1/+3
* Major rework of tnl moduleKeith Whitwell2000-12-261-30/+32
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-1/+46
* Committing in .Jouk Jansen2000-11-221-20/+20
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-719/+26
* - Changes for new software rasterizer modulesKeith Whitwell2000-11-051-87/+89
* Rearrange VERT_* flags to support 4 texture units.Keith Whitwell2000-10-301-3/+3
* Removed references to gcc's __FUNCTION__ macro.Keith Whitwell2000-10-301-3/+1
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-9/+9
* Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell2000-10-271-35/+153
* Changes for multitexture > 3, code clean-ups.Brian Paul2000-10-201-2/+16
* More fixes for MAX_TEXTURE_UNITS > 2. Seems to work now.Brian Paul2000-10-181-41/+53
* Removed immediate struct's maybe_transform_vb pointer.Brian Paul2000-09-111-5/+5
* added EXT version of vertex array functionsBrian Paul2000-06-121-2/+59
* Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell2000-02-251-2/+3
* disabled locked arrays in glDrawRangeElements()Brian Paul2000-02-051-1/+11
* updated includes for source file reorgBrian Paul2000-02-021-1/+2
* minor clean-upBrian Paul2000-01-131-5/+7
* fixes for andree's drawarrays problemsKeith Whitwell1999-11-191-7/+18
* two fixes in gl_DrawArrays (Andree Borrman)Brian Paul1999-11-181-1/+4
* . Updates to get X86, MXX and 3DNow assembler code working with WatcomKendall Bennett1999-11-121-2/+2
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-98/+90
* use glClientActiveTexture in interleaved setupKeith Whitwell1999-11-091-13/+7
* more fixes for glDrawArraysKeith Whitwell1999-11-091-44/+56
* second try at drawarrays fixKeith Whitwell1999-11-091-117/+63
* fix for (some of?) the vertex array problemsKeith Whitwell1999-11-091-75/+13
* fixed typo: replaced |= with != in conditionalBrian Paul1999-11-091-2/+2
* clean-up of header includes (Daryll)Brian Paul1999-11-081-4/+1
* clean-up to reduce MSVC warningsBrian Paul1999-11-051-3/+3
* Fix for glerror on compilation of list containing gldrawelements callsKeith Whitwell1999-11-041-7/+22
* Changes to reduce the memory footprint of display listsKeith Whitwell1999-10-191-23/+22
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-1/+10
* removed TexCoordUnit from GLcontext, use Array.ActiveTexture insteadBrian Paul1999-09-071-3/+3
* various pipeline bugsKeith Whitwell1999-08-261-6/+3
* Initial revisionjtg1999-08-191-0/+1259