Age | Commit message (Expand) | Author |
2000-12-15 | added more GLX extension function stubs | Brian Paul |
2000-12-14 | added some more GLX extension entrypoints (fix GLUT link problems when using ... | Brian Paul |
2000-12-13 | use inverted Y coordinate for choosing dither value (conformance fixes) | Brian Paul |
2000-12-13 | tweaked truecolor dither kernel setup code | Brian Paul |
2000-12-08 | fixed bug 123918: glXCopySubBuffer() y position off by one | Brian Paul |
2000-11-27 | minor changes to fix compiler warnings | Brian Paul |
2000-11-24 | Support for swappable t&l modules, including an example one in the FX | Keith Whitwell |
2000-11-23 | More auto* build system updates | Jon Taylor |
2000-11-22 | Modified Files: | Jouk Jansen |
2000-11-22 | Modified Files: | Jouk Jansen |
2000-11-22 | Committing in . | Jouk Jansen |
2000-11-22 | More auto* build system fixes | Jon Taylor |
2000-11-22 | swrast setup fixes | Jon Taylor |
2000-11-21 | More auto* build fixes | Jon Taylor |
2000-11-19 | * More work on the auto* build system | Jon Taylor |
2000-11-19 | Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars. | Brian Paul |
2000-11-18 | * Auto* build fixes | Jon Taylor |
2000-11-17 | Minor header file changes to silence warnings. | Brian Paul |
2000-11-16 | Move the transform and lighting code to two new directories | Keith Whitwell |
2000-11-16 | Small compile fix | Jon Taylor |
2000-11-14 | more Driver.Color, Driver.Index updates | Brian Paul |
2000-11-14 | removed unused set_color() and set_index() functions | Brian Paul |
2000-11-14 | Removed Driver.Color() and Driver.Index() functions. | Brian Paul |
2000-11-13 | Cleanup of derived state calculation prior to seperating software T&L | Keith Whitwell |
2000-11-13 | removed unused var | Brian Paul |
2000-11-13 | * Updated the autoconf/automake/libtool build system | Jon Taylor |
2000-11-10 | minor changes to silence compiler warnings | Brian Paul |
2000-11-10 | patched to silence compiler warnings (Martin Lindhe) | Brian Paul |
2000-11-06 | test ctx->RenderMode in chooser functions | Brian Paul |
2000-11-06 | test ctx->RenderMode in chooser functions, removed dead code | Brian Paul |
2000-11-06 | added buffer test to xmesa_choose_point(), fixes X protocol error | Brian Paul |
2000-11-05 | removed obsolete VB vars | Brian Paul |
2000-11-05 | - Changes for new software rasterizer modules | Keith Whitwell |
2000-11-05 | Reworked to use the new software rasterizer. Optimized line/tri functions | Keith Whitwell |
2000-11-05 | Use the new software rasterizer. Reworked optimized line,tri,point | Keith Whitwell |
2000-11-05 | Lots of changes: | Keith Whitwell |
2000-10-31 | Moved the software rasterizer to a new directory. | Keith Whitwell |
2000-10-31 | Remove dead code in FX driver. | Keith Whitwell |
2000-10-30 | Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead. | Brian Paul |
2000-10-30 | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell |
2000-10-30 | Committing in . | Jouk Jansen |
2000-10-29 | more minor header file re-org (moved CONST, ASSERT, INLINE to config.h) | Brian Paul |
2000-10-28 | Basic work to support deep color channels: | Brian Paul |
2000-10-28 | Lots of misc. bugfixes to bring GGIMesa in sync with the latest Mesa sources. | Jon Taylor |
2000-10-27 | Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.c | Brian Paul |
2000-10-27 | Implement EXT_fog_coord and EXT_secondary_color. | Keith Whitwell |
2000-10-05 | better handling of GLX_DEPTH_SIZE in glXChooseVisual() | Brian Paul |
2000-09-28 | removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead | Brian Paul |
2000-09-26 | renamed gl_copy_context to _mesa_copy_context | Brian Paul |
2000-09-26 | First batch of OpenGL SI related changes: | Brian Paul |