summaryrefslogtreecommitdiff
path: root/src/mesa/main/enable.c
AgeCommit message (Expand)AuthorFilesLines
2000-05-23more work on GL_ARB_texture_cube_mapBrian Paul1-31/+29
2000-05-22initial code for GL_ARB_texture_cube_mapBrian Paul1-1/+41
2000-05-07Err, initial code for GL_EXT_convolution, not histogramBrian Paul1-1/+1
2000-05-07initial code for GL_EXT_histogram extensionBrian Paul1-1/+20
2000-05-05toggle DD_LINE_SMOOTH in GL_LINE_SMOOTH caseBrian Paul1-1/+2
2000-05-04implemented GL_EXT_histogram extensionBrian Paul1-1/+11
2000-04-12more GL_SGI_color_table extension workBrian Paul1-3/+20
2000-04-07added GL_SGIX/SGIS_pixel_texture extensionBrian Paul1-1/+21
2000-04-04more GL_HP_occlusion_test workBrian Paul1-1/+5
2000-03-11initial implementation of GL_HP_occlusion_test extensionBrian Paul1-1/+24
2000-03-07removed Driver.UseGlobalTexturePalette()Brian Paul1-3/+1
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-23/+27
1999-11-10fix for colormaterialKeith Whitwell1-1/+3
1999-11-08clean-up of header includes (Daryll)Brian Paul1-4/+1
1999-10-20enable lighting even if no light sources are turned onBrian Paul1-2/+2
1999-10-08Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1-2/+8
1999-09-18Large patch:Keith Whitwell1-1/+2
1999-09-07removed TexCoordUnit from GLcontext, use Array.ActiveTexture insteadBrian Paul1-4/+4
1999-08-26various pipeline bugsKeith Whitwell1-3/+3
1999-08-19glIsEnabled(GL_TEXTURE_3D) was wrongBrian Paul1-2/+2
1999-08-19Initial revisionjtg1-0/+699