summaryrefslogtreecommitdiff
path: root/src/mesa/main/enable.c
AgeCommit message (Collapse)Author
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-10fix for colormaterialKeith Whitwell
1999-11-08clean-up of header includes (Daryll)Brian Paul
1999-10-20enable lighting even if no light sources are turned onBrian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-09-18Large patch:Keith Whitwell
- 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.
1999-09-07removed TexCoordUnit from GLcontext, use Array.ActiveTexture insteadBrian Paul
1999-08-26various pipeline bugsKeith Whitwell
1999-08-19glIsEnabled(GL_TEXTURE_3D) was wrongBrian Paul
1999-08-19Initial revisionjtg