summaryrefslogtreecommitdiff
path: root/src/mesa/main/state.c
AgeCommit message (Expand)Author
2000-10-02more work to support N texture unitsBrian Paul
2000-09-28removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled insteadBrian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-09-08removed unused NEW_DRVSTATE flagsBrian Paul
2000-09-08removed ctx->Driver.Dither functionBrian Paul
2000-09-08changed gl_frame_buffer Xmax and Ymax to be exclusive boundary valuesBrian Paul
2000-09-07Removed ctx->Driver.LogicOp().Brian Paul
2000-08-23added convolve.h headerBrian Paul
2000-08-21implemented new ImageTransferState bitmaskBrian Paul
2000-06-30NeedEyeCoords if non-uniform scale transformBrian Paul
2000-06-27removed bad DrawDestMask assignmentsBrian Paul
2000-06-26disabled some ctx->NeedEyeCoords shortcutsBrian Paul
2000-06-24Performance fix for unfilled triangles on mga and i810 hardware.Keith Whitwell
2000-06-23fixed ColorMask test in update_rasterflags()Brian Paul
2000-06-12added EXT version of vertex array functionsBrian Paul
2000-05-26more work on GL_ARB_texture_cube_mapBrian Paul
2000-05-24changed allocation/initialization of API dispatch tablesBrian Paul
2000-05-23initial work for GL_ARB_texture_compressionBrian Paul
2000-05-10fixed PB bugs, removed MutablePixels, MonoPixels from GLcontextBrian Paul
2000-05-04removed software alpha flag from GLvisual structBrian Paul
2000-05-04implemented GL_EXT_histogram extensionBrian Paul
2000-04-09removed a printfBrian Paul
2000-04-08added GL_SGI_color_matrix extensionBrian Paul
2000-04-07added GL_SGIX/SGIS_pixel_texture extensionBrian Paul
2000-04-01changes for GL_HP_occlusion_testBrian Paul
2000-03-11initial implementation of GL_HP_occlusion_test extensionBrian Paul
2000-02-24bunch of dispatch and extension-related changesBrian Paul
2000-02-11added code for all GL_MESA_window_pos functionsBrian Paul
2000-02-02added commentsBrian Paul
2000-02-02functions from context.cBrian Paul