aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/xm_span.c
Commit message (Expand)AuthorAgeFilesLines
* xmesa: pass pixmap to clip_for_xgetimage()Brian Paul2009-11-051-4/+4
* mesa: comments and code documenting a bug with depth 32 TrueColor drawing/rea...Brian Paul2009-03-021-0/+18
* mesa: prefix more #includes with "main/"Brian Paul2008-09-181-9/+9
* Fix some && (logical) that should clearly have been & (bitwise).Adam Jackson2006-11-091-4/+4
* replace a bunch of casts with GET_XRB macroBrian Paul2006-04-271-134/+136
* remove old XFree86 tagBrian Paul2006-04-261-1/+0
* check for PIXMAP in clip routine (SF bug 1323215)Brian Paul2005-10-111-1/+1
* Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places insteadBrian Paul2005-09-261-55/+55
* fix some renderbuffer problems for Xserver build (Dave Reveman)Brian Paul2005-06-081-2/+2
* FBO changesBrian Paul2005-05-041-1302/+805
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-223/+743
* don't call XTranslateCoordinates() if rendering to pixmapBrian Paul2005-05-041-1/+1
* PF_8A8R8G8B pixel format (Dave Reveman)Brian Paul2005-04-121-1/+241
* 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