summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/attrib.c
Commit message (Collapse)AuthorAgeFilesLines
* another typoKeith Whitwell1999-11-231-2/+2
|
* fixed shade model bug (A.Borrmann)Brian Paul1999-11-221-2/+8
|
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-20/+43
|
* changes to silence MSVC warningsBrian Paul1999-11-081-3/+3
|
* clean-up of header includes (Daryll)Brian Paul1999-11-081-5/+1
|
* removed GL_ prefix from memory macrosBrian Paul1999-10-131-29/+29
|
* #include <stdlib.h>Jouk Jansen1999-10-111-2/+2
|
* now using GL_MALLOC, GL_FREEBrian Paul1999-10-101-35/+29
|
* Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1999-10-081-2/+6
|
* Cleaning upKeith Whitwell1999-09-191-1/+2
|
* Large patch:Keith Whitwell1999-09-181-4/+4
| | | | | | | | | | - FX bug fixes. - Polygon mode and edgeflag work properly. - Clipping works with edgeflag. - Driver.ReducedPrimitiveChange() callback so drivers that implement lines & points as triangles can turn culling off before rendering groups of these primitives. - Cleaned up feedback & select primitives.
* Do pop for GL_VIEWPORT_BIT via. the apiKeith Whitwell1999-09-161-13/+14
|
* Initial revisionjtg1999-08-191-0/+863