summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11
AgeCommit message (Expand)Author
2001-03-23minor tweak to visual setup for accum buffersBrian Paul
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell
2001-03-08do fog interpolation if INTERP_FOG is defined, not when INTERP_Z is definedBrian Paul
2001-03-08More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-03-01fixed mistake in alpha buffer clear testBrian Paul
2001-03-01added s/w alpha buffer clearingBrian Paul
2001-02-22removed some bogus codeBrian Paul
2001-02-19Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functionsBrian Paul
2001-02-17added MESA_GLX_FORCE_CI env var (useful for conformance testing)Brian Paul
2001-02-13fixed a few CI mode span bugs and a dither bugBrian Paul
2001-02-06Overhaul of texture image handling.Brian Paul
2001-02-06Use a lookup table to compute exponents in tnl fogging code. SlightlyKeith Whitwell
2001-01-29fixed inverted Y coord for dithering in write_span_DITHER_5R6G5B_ximage()Brian Paul
2001-01-29Update implementations of Driver.Clear().Keith Whitwell
2001-01-29Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell
2001-01-24Lots of GLchan datatype changes.Brian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2001-01-16Fix several conformance problems. Hack solution to line stipple problem.Keith Whitwell
2001-01-08revert XMesaCreateContext changesKeith Whitwell
2001-01-08Modify X11 driver and fake glx to store a GLcontextKeith Whitwell
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell
2001-01-02Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul
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