summaryrefslogtreecommitdiff
path: root/src/mesa/main/state.c
AgeCommit message (Expand)AuthorFilesLines
2000-06-30NeedEyeCoords if non-uniform scale transformBrian Paul1-3/+7
2000-06-27removed bad DrawDestMask assignmentsBrian Paul1-3/+1
2000-06-26disabled some ctx->NeedEyeCoords shortcutsBrian Paul1-9/+4
2000-06-24Performance fix for unfilled triangles on mga and i810 hardware.Keith Whitwell1-6/+1
2000-06-23fixed ColorMask test in update_rasterflags()Brian Paul1-2/+2
2000-06-12added EXT version of vertex array functionsBrian Paul1-1/+9
2000-05-26more work on GL_ARB_texture_cube_mapBrian Paul1-9/+6
2000-05-24changed allocation/initialization of API dispatch tablesBrian Paul1-15/+12
2000-05-23initial work for GL_ARB_texture_compressionBrian Paul1-1/+12
2000-05-10fixed PB bugs, removed MutablePixels, MonoPixels from GLcontextBrian Paul1-17/+4
2000-05-04removed software alpha flag from GLvisual structBrian Paul1-2/+3
2000-05-04implemented GL_EXT_histogram extensionBrian Paul1-61/+68
2000-04-09removed a printfBrian Paul1-2/+1
2000-04-08added GL_SGI_color_matrix extensionBrian Paul1-1/+6
2000-04-07added GL_SGIX/SGIS_pixel_texture extensionBrian Paul1-1/+13
2000-04-01changes for GL_HP_occlusion_testBrian Paul1-11/+4
2000-03-11initial implementation of GL_HP_occlusion_test extensionBrian Paul1-2/+12
2000-02-24bunch of dispatch and extension-related changesBrian Paul1-9/+15
2000-02-11added code for all GL_MESA_window_pos functionsBrian Paul1-1/+24
2000-02-02added commentsBrian Paul1-1/+6
2000-02-02functions from context.cBrian Paul1-0/+1179