Replace the flags Mesa was using for ctx->NewState with a new set
[mesa.git] / src / mesa / main / enable.c
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-29 Brian Paulrenamed Current.ByteColor Current.Color
2000-10-27 Keith WhitwellImplement EXT_fog_coord and EXT_secondary_color.
2000-10-21 Brian Paulfixed a texture enable bug
2000-10-05 Brian Paulupdate TriangleCaps in GL_POINT/POLYGON_SMOOTH cases
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-08-30 Brian Pauladded more extensions testing code
2000-08-21 Brian Paulimplemented new ImageTransferState bitmask
2000-05-23 Brian Paulmore work on GL_ARB_texture_cube_map
2000-05-22 Brian Paulinitial code for GL_ARB_texture_cube_map
2000-05-07 Brian PaulErr, initial code for GL_EXT_convolution, not histogram
2000-05-07 Brian Paulinitial code for GL_EXT_histogram extension
2000-05-05 Brian Paultoggle DD_LINE_SMOOTH in GL_LINE_SMOOTH case
2000-05-04 Brian Paulimplemented GL_EXT_histogram extension
2000-04-12 Brian Paulmore GL_SGI_color_table extension work
2000-04-07 Brian Pauladded GL_SGIX/SGIS_pixel_texture extension
2000-04-04 Brian Paulmore GL_HP_occlusion_test work
2000-03-11 Brian Paulinitial implementation of GL_HP_occlusion_test extension
2000-03-07 Brian Paulremoved Driver.UseGlobalTexturePalette()
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-10 Keith Whitwellfix for colormaterial
1999-11-08 Brian Paulclean-up of header includes (Daryll)
1999-10-20 Brian Paulenable lighting even if no light sources are turned on
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-09-18 Keith WhitwellLarge patch:
1999-09-07 Brian Paulremoved TexCoordUnit from GLcontext, use Array.ActiveTe...
1999-08-26 Keith Whitwellvarious pipeline bugs
1999-08-19 Brian PaulglIsEnabled(GL_TEXTURE_3D) was wrong
1999-08-19 jtgInitial revision