summaryrefslogtreecommitdiff
path: root/src/mesa/main/enable.c
AgeCommit message (Expand)Author
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell
2000-10-21fixed a texture enable bugBrian Paul
2000-10-05update TriangleCaps in GL_POINT/POLYGON_SMOOTH casesBrian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-08-30added more extensions testing codeBrian Paul
2000-08-21implemented new ImageTransferState bitmaskBrian Paul
2000-05-23more work on GL_ARB_texture_cube_mapBrian Paul
2000-05-22initial code for GL_ARB_texture_cube_mapBrian Paul
2000-05-07Err, initial code for GL_EXT_convolution, not histogramBrian Paul
2000-05-07initial code for GL_EXT_histogram extensionBrian Paul
2000-05-05toggle DD_LINE_SMOOTH in GL_LINE_SMOOTH caseBrian Paul
2000-05-04implemented GL_EXT_histogram extensionBrian Paul
2000-04-12more GL_SGI_color_table extension workBrian Paul
2000-04-07added GL_SGIX/SGIS_pixel_texture extensionBrian Paul
2000-04-04more GL_HP_occlusion_test workBrian Paul
2000-03-11initial implementation of GL_HP_occlusion_test extensionBrian Paul
2000-03-07removed Driver.UseGlobalTexturePalette()Brian Paul
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
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