summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/varray.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | C++ and NASM. This includes lots of _ASMAPI macros to ensure that assembler functions are prototyped as __cdecl, as Watcom C++ uses register calling conventions by default. . Misc fixes to files to remove warnings generated by Watcom C++.
* 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.kw-mesa-1Keith 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