Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First batch of OpenGL SI related changes: | Brian Paul | 2000-09-26 | 1 | -5/+5 |
| | | | | | | | Renamed struct gl_context to struct __GLcontextRec. Include glcore.h, setup GL imports/exports. Replaced gl_ prefix with _mesa_ prefix in context.[ch] functions. GLcontext's Visual field is no longer a pointer. | ||||
* | new comments, misc clean-up | Brian Paul | 2000-09-17 | 1 | -196/+194 |
| | |||||
* | test against an epsilon magnitude in gl_rotation_matrix() | Brian Paul | 2000-07-31 | 1 | -3/+3 |
| | |||||
* | added aligned memory allocations (Gareth Hughes) | Brian Paul | 2000-06-27 | 1 | -8/+15 |
| | |||||
* | added GL_SGI_color_matrix extension | Brian Paul | 2000-04-08 | 1 | -1/+22 |
| | |||||
* | runtime selectable depth buffer depth | Brian Paul | 2000-03-03 | 1 | -5/+5 |
| | |||||
* | fixed off by one error in matrix stack depths (Eero Pajarre) | Brian Paul | 2000-02-21 | 1 | -4/+4 |
| | |||||
* | include buffers.h | Brian Paul | 2000-02-02 | 1 | -1/+2 |
| | |||||
* | commented out unused function | Brian Paul | 2000-01-13 | 1 | -3/+4 |
| | |||||
* | implemented GL_ARB_tranpose_matrix | Brian Paul | 1999-12-10 | 1 | -1/+81 |
| | |||||
* | added support for separate read/draw buffers per context | Brian Paul | 1999-11-24 | 1 | -3/+3 |
| | |||||
* | restored the gl_Viewport function | Brian Paul | 1999-11-12 | 1 | -3/+18 |
| | |||||
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 1 | -38/+85 |
| | |||||
* | clean-up of header includes (Daryll) | Brian Paul | 1999-11-08 | 1 | -4/+1 |
| | |||||
* | removed GL_ prefix from memory macros | Brian Paul | 1999-10-13 | 1 | -3/+3 |
| | |||||
* | now using GL_MALLOC, GL_FREE | Brian Paul | 1999-10-10 | 1 | -3/+3 |
| | |||||
* | Fixed includes & added a few hooks for the DRI.kw-mesa-1 | Keith Whitwell | 1999-10-08 | 1 | -2/+6 |
| | |||||
* | RasterMask was set incorrectly | Keith Whitwell | 1999-09-19 | 1 | -2/+2 |
| | |||||
* | More compliant error check. | Miklos Fazekas | 1999-09-09 | 1 | -2/+8 |
| | |||||
* | fixes for the mga driver | Keith Whitwell | 1999-09-05 | 1 | -1/+14 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+1438 |