Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-09-28 | removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead | Brian Paul | |
2000-09-26 | First batch of OpenGL SI related changes: | Brian Paul | |
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. | |||
2000-08-21 | implemented new ImageTransferState bitmask | Brian Paul | |
2000-07-19 | restore driver depth test enable/disable state in PopAttrib() | Brian Paul | |
2000-07-05 | added texture cube map state save/restore | Brian Paul | |
2000-05-07 | Err, initial code for GL_EXT_convolution, not histogram | Brian Paul | |
2000-05-07 | initial code for GL_EXT_histogram extension | Brian Paul | |
2000-04-07 | added GL_SGIX/SGIS_pixel_texture extension | Brian Paul | |
2000-03-19 | fixed compiler warnings on BeOS R4 | Brian Paul | |
2000-03-10 | glPopAttrib() now calls Driver's ClearColor, ClearIndex and ColorMask functions | Brian Paul | |
2000-03-03 | added LineWidth device driver function | Brian Paul | |
2000-02-27 | add callbacks for stipple | Keith Whitwell | |
2000-02-25 | Fog coordinate stage which drivers may use to replace standard fogging | Keith Whitwell | |
mechanism. LogicOp state change callback | |||
2000-02-02 | replaced gl_ prefix with _mesa_ prefix | Brian Paul | |
2000-02-02 | updated includes for source file reorg | Brian Paul | |
1999-11-23 | another typo | Keith Whitwell | |
1999-11-22 | fixed shade model bug (A.Borrmann) | Brian Paul | |
1999-11-11 | first big check-in of new Mesa 3.3 code | Brian Paul | |
1999-11-08 | changes to silence MSVC warnings | Brian Paul | |
1999-11-08 | clean-up of header includes (Daryll) | Brian Paul | |
1999-10-13 | removed GL_ prefix from memory macros | Brian Paul | |
1999-10-11 | #include <stdlib.h> | Jouk Jansen | |
1999-10-10 | now using GL_MALLOC, GL_FREE | Brian Paul | |
1999-10-08 | Fixed includes & added a few hooks for the DRI. | Keith Whitwell | |
1999-09-19 | Cleaning up | Keith Whitwell | |
1999-09-18 | Large patch: | Keith Whitwell | |
- FX bug fixes. - Polygon mode and edgeflag work properly. - Clipping works with edgeflag. - Driver.ReducedPrimitiveChange() callback so drivers that implement lines & points as triangles can turn culling off before rendering groups of these primitives. - Cleaned up feedback & select primitives. | |||
1999-09-16 | Do pop for GL_VIEWPORT_BIT via. the api | Keith Whitwell | |
1999-08-19 | Initial revision | jtg | |