Replace the flags Mesa was using for ctx->NewState with a new set
[mesa.git] / src / mesa / main / state.c
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-29 Brian PaulMore GLchan color channel changes.
2000-10-27 Brian PaulEnabled GL_EXT_secondary_color. Fixed a bunch of typos...
2000-10-27 Keith WhitwellImplement EXT_fog_coord and EXT_secondary_color.
2000-10-21 Brian Paulfixed a texture enable bug
2000-10-20 Brian PaulChanges for multitexture > 3, code clean-ups.
2000-10-18 Brian PaulMore fixes for MAX_TEXTURE_UNITS > 2. Seems to work...
2000-10-02 Brian Paulmore work to support N texture units
2000-09-28 Brian Paulremoved ctx->Texture.Enabled, use ctx->Texture.ReallyEn...
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-09-08 Brian Paulremoved unused NEW_DRVSTATE flags
2000-09-08 Brian Paulremoved ctx->Driver.Dither function
2000-09-08 Brian Paulchanged gl_frame_buffer Xmax and Ymax to be exclusive...
2000-09-07 Brian PaulRemoved ctx->Driver.LogicOp().
2000-08-23 Brian Pauladded convolve.h header
2000-08-21 Brian Paulimplemented new ImageTransferState bitmask
2000-06-30 Brian PaulNeedEyeCoords if non-uniform scale transform
2000-06-27 Brian Paulremoved bad DrawDestMask assignments
2000-06-26 Brian Pauldisabled some ctx->NeedEyeCoords shortcuts
2000-06-24 Keith WhitwellPerformance fix for unfilled triangles on mga and i810...
2000-06-23 Brian Paulfixed ColorMask test in update_rasterflags()
2000-06-12 Brian Pauladded EXT version of vertex array functions
2000-05-26 Brian Paulmore work on GL_ARB_texture_cube_map
2000-05-24 Brian Paulchanged allocation/initialization of API dispatch tables
2000-05-23 Brian Paulinitial work for GL_ARB_texture_compression
2000-05-10 Brian Paulfixed PB bugs, removed MutablePixels, MonoPixels from...
2000-05-04 Brian Paulremoved software alpha flag from GLvisual struct
2000-05-04 Brian Paulimplemented GL_EXT_histogram extension
2000-04-09 Brian Paulremoved a printf
2000-04-08 Brian Pauladded GL_SGI_color_matrix extension
2000-04-07 Brian Pauladded GL_SGIX/SGIS_pixel_texture extension
2000-04-01 Brian Paulchanges for GL_HP_occlusion_test
2000-03-11 Brian Paulinitial implementation of GL_HP_occlusion_test extension
2000-02-24 Brian Paulbunch of dispatch and extension-related changes
2000-02-11 Brian Pauladded code for all GL_MESA_window_pos functions
2000-02-02 Brian Pauladded comments
2000-02-02 Brian Paulfunctions from context.c