Replace the flags Mesa was using for ctx->NewState with a new set
[mesa.git] / src / mesa / main / matrix.c
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-29 Brian Paulmore minor header file re-org (moved CONST, ASSERT...
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-09-17 Brian Paulnew comments, misc clean-up
2000-07-31 Brian Paultest against an epsilon magnitude in gl_rotation_matrix()
2000-06-27 Brian Pauladded aligned memory allocations (Gareth Hughes)
2000-04-08 Brian Pauladded GL_SGI_color_matrix extension
2000-03-03 Brian Paulruntime selectable depth buffer depth
2000-02-21 Brian Paulfixed off by one error in matrix stack depths (Eero...
2000-02-02 Brian Paulinclude buffers.h
2000-01-13 Brian Paulcommented out unused function
1999-12-10 Brian Paulimplemented GL_ARB_tranpose_matrix
1999-11-24 Brian Pauladded support for separate read/draw buffers per context
1999-11-12 Brian Paulrestored the gl_Viewport function
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-08 Brian Paulclean-up of header includes (Daryll)
1999-10-13 Brian Paulremoved GL_ prefix from memory macros
1999-10-10 Brian Paulnow using GL_MALLOC, GL_FREE
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-09-19 Keith WhitwellRasterMask was set incorrectly
1999-09-09 Miklos FazekasMore compliant error check.
1999-09-05 Keith Whitwellfixes for the mga driver
1999-08-19 jtgInitial revision