summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11
AgeCommit message (Expand)Author
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-12-15added more GLX extension function stubsBrian Paul
2000-12-14added some more GLX extension entrypoints (fix GLUT link problems when using ...Brian Paul
2000-12-13use inverted Y coordinate for choosing dither value (conformance fixes)Brian Paul
2000-12-13tweaked truecolor dither kernel setup codeBrian Paul
2000-12-08fixed bug 123918: glXCopySubBuffer() y position off by oneBrian Paul
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
2000-11-22 Modified Files:Jouk Jansen
2000-11-22 Committing in .Jouk Jansen
2000-11-19* More work on the auto* build systemJon Taylor
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul
2000-11-17Minor header file changes to silence warnings.Brian Paul
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-11-14Removed Driver.Color() and Driver.Index() functions.Brian Paul
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell
2000-11-10patched to silence compiler warnings (Martin Lindhe)Brian Paul
2000-11-06test ctx->RenderMode in chooser functions, removed dead codeBrian Paul
2000-11-06added buffer test to xmesa_choose_point(), fixes X protocol errorBrian Paul
2000-11-05Use the new software rasterizer. Reworked optimized line,tri,pointKeith Whitwell
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-30 Committing in .Jouk Jansen
2000-10-05better handling of GLX_DEPTH_SIZE in glXChooseVisual()Brian Paul
2000-09-28removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled insteadBrian Paul
2000-09-26renamed gl_copy_context to _mesa_copy_contextBrian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-09-12added some casts (Takaaki Nomura)Brian Paul
2000-09-08removed ctx->Driver.Dither functionBrian Paul
2000-09-07added xmesa_update_span_funcs()Brian Paul
2000-09-07newly organized Xlib driver filesBrian Paul
2000-08-22 Committing in .Jouk Jansen
2000-08-13removed all dependencies on XMesaBrian Paul
2000-08-13fixed segfault problem when using MESA_GLX_FXBrian Paul
2000-08-08updated version to 3.5Brian Paul
2000-08-02updated Phil's email addressBrian Paul
2000-07-19a bunch of thread-safety changesBrian Paul
2000-06-08variety of updates to better conform to real GLXBrian Paul
2000-05-19Pass pixel format to xmesa_color_to_pixel(). Compute clearpixel without ditherBrian Paul
2000-04-19minor clean-upBrian Paul
2000-04-10added glXGetFBConfigs(), fixed glXChooseFBConfig()Brian Paul
2000-04-05new arguments to XMesaCreateVisual()Brian Paul
2000-03-31fixed mistake in glXGetConfig(GLX_VISUAL_CAVEAT_EXT)Brian Paul
2000-03-31added rest of GLX_EXT_visual_rating extensionBrian Paul
2000-03-31minor tweak to GLX_VISUAL_CAVEAT_EXT queryBrian Paul
2000-03-31updates for separate R/G/B/A accum buffer sizesBrian Paul
2000-03-17silence some warningsBrian Paul
2000-03-03runtime selectable depth buffer depthBrian Paul
2000-02-27changed glXCopyContext() mask to unsigned long, per GLX specBrian Paul
2000-02-25inserted a tabBrian Paul
2000-02-25changed glXCopyContext mask back to GLuintBrian Paul