summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/xm_span.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-29drivers/x11: unifdef XFree86ServerAdam Jackson1-23/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-10/+10
2009-11-05xmesa: pass pixmap to clip_for_xgetimage()Brian Paul1-4/+4
2009-03-02mesa: comments and code documenting a bug with depth 32 TrueColor drawing/rea...Brian Paul1-0/+18
2008-09-18mesa: prefix more #includes with "main/"Brian Paul1-9/+9
2006-11-09Fix some && (logical) that should clearly have been & (bitwise).Adam Jackson1-4/+4
2006-04-27replace a bunch of casts with GET_XRB macroBrian Paul1-134/+136
2006-04-26remove old XFree86 tagBrian Paul1-1/+0
2005-10-11check for PIXMAP in clip routine (SF bug 1323215)Brian Paul1-1/+1
2005-09-26Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places insteadBrian Paul1-55/+55
2005-06-08fix some renderbuffer problems for Xserver build (Dave Reveman)Brian Paul1-2/+2
2005-05-04FBO changesBrian Paul1-1302/+805
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-223/+743
2005-05-04don't call XTranslateCoordinates() if rendering to pixmapBrian Paul1-1/+1
2005-04-12PF_8A8R8G8B pixel format (Dave Reveman)Brian Paul1-1/+241
2004-12-09check if using a PBuffer in clip_for_xgetimage()Brian Paul1-2/+4
2004-12-03silence a variety of warnings found with g++ 3.4.2Brian Paul1-6/+6
2004-11-09do clipping prior to XGetImage, just in case the image would extend beyond th...Brian Paul1-1/+53
2004-03-04a bunch of assorted clean-ups, etc to fix warnings, etcBrian Paul1-2/+0
2003-04-21use INDEX8_SPAN_ARGSBrian Paul1-9/+3
2003-04-01use structure containment to derive xmesa_context from GLcontextBrian Paul1-132/+132
2003-02-17Replace some #defines with enums. (Klaus Niederkrueger)Brian Paul1-45/+45
2002-11-13check for NULL span argumentBrian Paul1-4/+4
2002-10-24Header file clean-up:Brian Paul1-2/+2
2002-10-04Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul1-16/+35
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul1-30/+6
2002-03-01silence gcc warnings (Marc La France)Brian Paul1-3/+6
2001-05-10Set 'prefer_float_colors' true, now that tnl uses them natively.Keith Whitwell1-55/+40
2001-05-10applied Jeff & Keith's optimization to write_span_mono_pixmap()Brian Paul1-1/+22
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell1-153/+156
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-7/+7
2001-02-22removed some bogus codeBrian Paul1-3/+1
2001-02-13fixed a few CI mode span bugs and a dither bugBrian Paul1-13/+36
2001-01-29fixed inverted Y coord for dithering in write_span_DITHER_5R6G5B_ximage()Brian Paul1-7/+8
2001-01-24Lots of GLchan datatype changes.Brian Paul1-19/+14
2001-01-08Modify X11 driver and fake glx to store a GLcontextKeith Whitwell1-2/+2
2000-11-22 Committing in .Jouk Jansen1-10/+10
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell1-2/+1
2000-11-14Removed Driver.Color() and Driver.Index() functions.Brian Paul1-214/+235
2000-09-07newly organized Xlib driver filesBrian Paul1-0/+4447