summaryrefslogtreecommitdiff
path: root/src/mesa/main/matrix.c
AgeCommit message (Expand)Author
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-29more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)Brian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-09-17new comments, misc clean-upBrian Paul
2000-07-31test against an epsilon magnitude in gl_rotation_matrix()Brian Paul
2000-06-27added aligned memory allocations (Gareth Hughes)Brian Paul
2000-04-08added GL_SGI_color_matrix extensionBrian Paul
2000-03-03runtime selectable depth buffer depthBrian Paul
2000-02-21fixed off by one error in matrix stack depths (Eero Pajarre)Brian Paul
2000-02-02include buffers.hBrian Paul
2000-01-13commented out unused functionBrian Paul
1999-12-10implemented GL_ARB_tranpose_matrixBrian Paul
1999-11-24added support for separate read/draw buffers per contextBrian Paul
1999-11-12restored the gl_Viewport functionBrian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-08clean-up of header includes (Daryll)Brian Paul
1999-10-13removed GL_ prefix from memory macrosBrian Paul
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-09-19RasterMask was set incorrectlyKeith Whitwell
1999-09-09More compliant error check.Miklos Fazekas
1999-09-05fixes for the mga driverKeith Whitwell
1999-08-19Initial revisionjtg