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