aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/xm_dd.c
Commit message (Expand)AuthorAgeFilesLines
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-2/+2
* fixed mistake in alpha buffer clear testBrian Paul2001-03-011-2/+2
* added s/w alpha buffer clearingBrian Paul2001-03-011-1/+8
* Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functionsBrian Paul2001-02-191-1/+6
* Overhaul of texture image handling.Brian Paul2001-02-061-8/+19
* 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-241-7/+8
* Fix several conformance problems. Hack solution to line stipple problem.Keith Whitwell2001-01-161-10/+11
* Modify X11 driver and fake glx to store a GLcontextKeith Whitwell2001-01-081-2/+3
* Major rework of tnl moduleKeith Whitwell2000-12-261-9/+9
* Committing in .Jouk Jansen2000-11-221-11/+11
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-2/+3
* Removed Driver.Color() and Driver.Index() functions.Brian Paul2000-11-141-31/+2
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-2/+2
* Use the new software rasterizer. Reworked optimized line,tri,pointKeith Whitwell2000-11-051-97/+61
* removed ctx->Driver.Dither functionBrian Paul2000-09-081-18/+21
* newly organized Xlib driver filesBrian Paul2000-09-071-0/+1006