| Commit message (Expand) | Author | Age | Files | Lines |
* | check for PIXMAP in clip routine (SF bug 1323215) | Brian Paul | 2005-10-11 | 1 | -1/+1 |
* | Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places instead | Brian Paul | 2005-09-26 | 1 | -55/+55 |
* | fix some renderbuffer problems for Xserver build (Dave Reveman) | Brian Paul | 2005-06-08 | 1 | -2/+2 |
* | FBO changes | Brian Paul | 2005-05-04 | 1 | -1302/+805 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -223/+743 |
* | don't call XTranslateCoordinates() if rendering to pixmap | Brian Paul | 2005-05-04 | 1 | -1/+1 |
* | PF_8A8R8G8B pixel format (Dave Reveman) | Brian Paul | 2005-04-12 | 1 | -1/+241 |
* | check if using a PBuffer in clip_for_xgetimage() | Brian Paul | 2004-12-09 | 1 | -2/+4 |
* | silence a variety of warnings found with g++ 3.4.2 | Brian Paul | 2004-12-03 | 1 | -6/+6 |
* | do clipping prior to XGetImage, just in case the image would extend beyond th... | Brian Paul | 2004-11-09 | 1 | -1/+53 |
* | a bunch of assorted clean-ups, etc to fix warnings, etc | Brian Paul | 2004-03-04 | 1 | -2/+0 |
* | use INDEX8_SPAN_ARGS | Brian Paul | 2003-04-21 | 1 | -9/+3 |
* | use structure containment to derive xmesa_context from GLcontext | Brian Paul | 2003-04-01 | 1 | -132/+132 |
* | Replace some #defines with enums. (Klaus Niederkrueger) | Brian Paul | 2003-02-17 | 1 | -45/+45 |
* | check for NULL span argument | Brian Paul | 2002-11-13 | 1 | -4/+4 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -2/+2 |
* | Changed a number of context fields from GLchan to GLfloat (such as ClearColor). | Brian Paul | 2002-10-04 | 1 | -16/+35 |
* | Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer() | Brian Paul | 2002-07-09 | 1 | -30/+6 |
* | silence gcc warnings (Marc La France) | Brian Paul | 2002-03-01 | 1 | -3/+6 |
* | Set 'prefer_float_colors' true, now that tnl uses them natively. | Keith Whitwell | 2001-05-10 | 1 | -55/+40 |
* | applied Jeff & Keith's optimization to write_span_mono_pixmap() | Brian Paul | 2001-05-10 | 1 | -1/+22 |
* | Split driver struct into swrast/tnl/core components. | Keith Whitwell | 2001-03-19 | 1 | -153/+156 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -7/+7 |
* | removed some bogus code | Brian Paul | 2001-02-22 | 1 | -3/+1 |
* | fixed a few CI mode span bugs and a dither bug | Brian Paul | 2001-02-13 | 1 | -13/+36 |
* | fixed inverted Y coord for dithering in write_span_DITHER_5R6G5B_ximage() | Brian Paul | 2001-01-29 | 1 | -7/+8 |
* | Lots of GLchan datatype changes. | Brian Paul | 2001-01-24 | 1 | -19/+14 |
* | Modify X11 driver and fake glx to store a GLcontext | Keith Whitwell | 2001-01-08 | 1 | -2/+2 |
* | Committing in . | Jouk Jansen | 2000-11-22 | 1 | -10/+10 |
* | Move the transform and lighting code to two new directories | Keith Whitwell | 2000-11-16 | 1 | -2/+1 |
* | Removed Driver.Color() and Driver.Index() functions. | Brian Paul | 2000-11-14 | 1 | -214/+235 |
* | newly organized Xlib driver files | Brian Paul | 2000-09-07 | 1 | -0/+4447 |