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