summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11
Commit message (Expand)AuthorAgeFilesLines
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-034-16/+16
* fixed mistake in alpha buffer clear testBrian Paul2001-03-011-2/+2
* added s/w alpha buffer clearingBrian Paul2001-03-011-1/+8
* removed some bogus codeBrian Paul2001-02-221-3/+1
* Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functionsBrian Paul2001-02-191-1/+6
* added MESA_GLX_FORCE_CI env var (useful for conformance testing)Brian Paul2001-02-171-17/+35
* fixed a few CI mode span bugs and a dither bugBrian Paul2001-02-131-13/+36
* Overhaul of texture image handling.Brian Paul2001-02-061-8/+19
* Use a lookup table to compute exponents in tnl fogging code. SlightlyKeith Whitwell2001-02-061-2/+2
* fixed inverted Y coord for dithering in write_span_DITHER_5R6G5B_ximage()Brian Paul2001-01-291-7/+8
* Update implementations of Driver.Clear().Keith Whitwell2001-01-291-15/+13
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-291-7/+31
* Lots of GLchan datatype changes.Brian Paul2001-01-242-26/+22
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-234-107/+154
* Fix several conformance problems. Hack solution to line stipple problem.Keith Whitwell2001-01-161-10/+11
* revert XMesaCreateContext changesKeith Whitwell2001-01-082-90/+85
* Modify X11 driver and fake glx to store a GLcontextKeith Whitwell2001-01-088-97/+103
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-052-58/+58
* Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul2001-01-022-2/+4
* Major rework of tnl moduleKeith Whitwell2000-12-263-13/+15
* added more GLX extension function stubsBrian Paul2000-12-153-94/+702
* added some more GLX extension entrypoints (fix GLUT link problems when using ...Brian Paul2000-12-143-11/+147
* use inverted Y coordinate for choosing dither value (conformance fixes)Brian Paul2000-12-132-23/+31
* tweaked truecolor dither kernel setup codeBrian Paul2000-12-131-6/+6
* fixed bug 123918: glXCopySubBuffer() y position off by oneBrian Paul2000-12-081-3/+3
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-3/+3
* Modified Files:Jouk Jansen2000-11-221-9/+9
* Committing in .Jouk Jansen2000-11-226-99/+99
* * More work on the auto* build systemJon Taylor2000-11-192-3/+4
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-192-153/+153
* Minor header file changes to silence warnings.Brian Paul2000-11-171-4/+2
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-165-15/+10
* Removed Driver.Color() and Driver.Index() functions.Brian Paul2000-11-146-340/+249
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-2/+2
* patched to silence compiler warnings (Martin Lindhe)Brian Paul2000-11-102-4/+4
* test ctx->RenderMode in chooser functions, removed dead codeBrian Paul2000-11-062-205/+36
* added buffer test to xmesa_choose_point(), fixes X protocol errorBrian Paul2000-11-061-4/+6
* Use the new software rasterizer. Reworked optimized line,tri,pointKeith Whitwell2000-11-055-417/+489
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-313-65/+73
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-302-2/+40
* Committing in .Jouk Jansen2000-10-301-2/+2
* better handling of GLX_DEPTH_SIZE in glXChooseVisual()Brian Paul2000-10-051-6/+7
* removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled insteadBrian Paul2000-09-282-5/+5
* renamed gl_copy_context to _mesa_copy_contextBrian Paul2000-09-261-2/+2
* First batch of OpenGL SI related changes:Brian Paul2000-09-264-33/+33
* added some casts (Takaaki Nomura)Brian Paul2000-09-122-32/+32
* removed ctx->Driver.Dither functionBrian Paul2000-09-081-18/+21
* added xmesa_update_span_funcs()Brian Paul2000-09-071-2/+6
* newly organized Xlib driver filesBrian Paul2000-09-075-0/+10515
* Committing in .Jouk Jansen2000-08-223-3/+12