summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/matrix.c
Commit message (Expand)AuthorAgeFilesLines
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-5/+5
* new comments, misc clean-upBrian Paul2000-09-171-196/+194
* test against an epsilon magnitude in gl_rotation_matrix()Brian Paul2000-07-311-3/+3
* added aligned memory allocations (Gareth Hughes)Brian Paul2000-06-271-8/+15
* added GL_SGI_color_matrix extensionBrian Paul2000-04-081-1/+22
* runtime selectable depth buffer depthBrian Paul2000-03-031-5/+5
* fixed off by one error in matrix stack depths (Eero Pajarre)Brian Paul2000-02-211-4/+4
* include buffers.hBrian Paul2000-02-021-1/+2
* commented out unused functionBrian Paul2000-01-131-3/+4
* implemented GL_ARB_tranpose_matrixBrian Paul1999-12-101-1/+81
* added support for separate read/draw buffers per contextBrian Paul1999-11-241-3/+3
* restored the gl_Viewport functionBrian Paul1999-11-121-3/+18
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-38/+85
* clean-up of header includes (Daryll)Brian Paul1999-11-081-4/+1
* removed GL_ prefix from memory macrosBrian Paul1999-10-131-3/+3
* now using GL_MALLOC, GL_FREEBrian Paul1999-10-101-3/+3
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-2/+6
* RasterMask was set incorrectlyKeith Whitwell1999-09-191-2/+2
* More compliant error check.Miklos Fazekas1999-09-091-2/+8
* fixes for the mga driverKeith Whitwell1999-09-051-1/+14
* Initial revisionjtg1999-08-191-0/+1438