summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/xm_span.c
Commit message (Expand)AuthorAgeFilesLines
* check if using a PBuffer in clip_for_xgetimage()Brian Paul2004-12-091-2/+4
* silence a variety of warnings found with g++ 3.4.2Brian Paul2004-12-031-6/+6
* do clipping prior to XGetImage, just in case the image would extend beyond th...Brian Paul2004-11-091-1/+53
* a bunch of assorted clean-ups, etc to fix warnings, etcBrian Paul2004-03-041-2/+0
* use INDEX8_SPAN_ARGSBrian Paul2003-04-211-9/+3
* use structure containment to derive xmesa_context from GLcontextBrian Paul2003-04-011-132/+132
* Replace some #defines with enums. (Klaus Niederkrueger)Brian Paul2003-02-171-45/+45
* check for NULL span argumentBrian Paul2002-11-131-4/+4
* Header file clean-up:Brian Paul2002-10-241-2/+2
* Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul2002-10-041-16/+35
* Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul2002-07-091-30/+6
* silence gcc warnings (Marc La France)Brian Paul2002-03-011-3/+6
* Set 'prefer_float_colors' true, now that tnl uses them natively.Keith Whitwell2001-05-101-55/+40
* applied Jeff & Keith's optimization to write_span_mono_pixmap()Brian Paul2001-05-101-1/+22
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-153/+156
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-7/+7
* removed some bogus codeBrian Paul2001-02-221-3/+1
* fixed a few CI mode span bugs and a dither bugBrian Paul2001-02-131-13/+36
* fixed inverted Y coord for dithering in write_span_DITHER_5R6G5B_ximage()Brian Paul2001-01-291-7/+8
* Lots of GLchan datatype changes.Brian Paul2001-01-241-19/+14
* Modify X11 driver and fake glx to store a GLcontextKeith Whitwell2001-01-081-2/+2
* Committing in .Jouk Jansen2000-11-221-10/+10
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-2/+1
* Removed Driver.Color() and Driver.Index() functions.Brian Paul2000-11-141-214/+235
* newly organized Xlib driver filesBrian Paul2000-09-071-0/+4447