Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-31 | Moved the software rasterizer to a new directory. | Keith Whitwell | |
2000-10-30 | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell | |
based on the GL attribute groups. Introduced constants describing the circumstances under which some key derived values can change: _SWRAST_NEW_RASTERMASK -- ctx->RasterMask _SWRAST_NEW_TRIANGLE -- The software rasterizer's triangle function _DD_NEW_FEEDBACK -- the 'DD_FEEDBACK' bit in ctx->TriangleCaps These are helpful in deciding whether you need to recalculate state if your recalculation involves reference to a derived value. | |||
2000-10-29 | more minor header file re-org (moved CONST, ASSERT, INLINE to config.h) | 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-09-08 | changed gl_frame_buffer Xmax and Ymax to be exclusive boundary values | Brian Paul | |
2000-08-30 | added more extensions testing code | Brian Paul | |
2000-04-11 | renamed stencil functions | Brian Paul | |
2000-04-11 | clip depth/stencil spans to window bounds | Brian Paul | |
2000-02-02 | replaced gl_ prefix with _mesa_ prefix on depth funcs | Brian Paul | |
1999-12-10 | changes in hardware depth buffer support | Brian Paul | |
1999-12-10 | updated for hardware stencil support | Brian Paul | |
1999-12-04 | Clearing stencil buffer now observes the stencil write mask | Brian Paul | |
Optimized gl_depth_stencil_span/pixels() functions | |||
1999-11-24 | added support for separate read/draw buffers per context | 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-05 | clean-up to reduce MSVC warnings | Brian Paul | |
1999-10-13 | removed GL_ prefix from memory macros | Brian Paul | |
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 | More Win32 build compliance fixups | Ted Jump | |
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-08-19 | Initial revision | jtg | |