| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: s/MALLOC/malloc/ | Brian Paul | 2012-09-01 | 1 | -1/+1 |
* | xlib: add X error handler around XGetImage() call | Brian Paul | 2012-07-26 | 1 | -0/+29 |
* | xlib: derive xmesa_renderbuffer from swrast_renderbuffer | Brian Paul | 2012-01-24 | 1 | -14/+14 |
* | xlib: remove xm_span.c and related code | Brian Paul | 2012-01-24 | 1 | -6/+0 |
* | mesa: remove gl_renderbuffer::DataType | Brian Paul | 2012-01-24 | 1 | -1/+0 |
* | mesa/drivers: use new swrast renderbuffer functions | Brian Paul | 2011-12-08 | 1 | -3/+4 |
* | xlib: remove a ton of old xlib driver cruft | Brian Paul | 2011-11-15 | 1 | -12/+1 |
* | xlib: use MESA_FORMAT_XRGB8888 for pixmap surfaces | Brian Paul | 2011-11-15 | 1 | -12/+1 |
* | xlib: set alpha to 0xff when mapping RGB pixmaps | Brian Paul | 2011-11-11 | 1 | -0/+11 |
* | xlib: implement renderbuffer mapping/unmapping | Brian Paul | 2011-11-07 | 1 | -2/+146 |
* | drivers/x11: unifdef XFree86Server | Adam Jackson | 2010-11-29 | 1 | -16/+3 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -3/+3 |
* | Rename GLvisual and __GLcontextModes to struct gl_config | Kristian Høgsberg | 2010-10-13 | 1 | -1/+1 |
* | mesa/xlib: Remove support for color-index rendering | Ian Romanick | 2010-03-03 | 1 | -12/+4 |
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -3/+3 |
* | mesa: remove a bunch of gl_renderbuffer fields | Brian Paul | 2009-10-08 | 1 | -5/+3 |
* | xmesa: set back-buffer's drawable field | Brian Paul | 2009-03-09 | 1 | -0/+1 |
* | xmesa: deprecate the "XMesa" interface | Brian Paul | 2009-01-10 | 1 | -1/+0 |
* | mesa: prefix more #includes with "main/" | Brian Paul | 2008-09-18 | 1 | -3/+3 |
* | use b->display instead of b->xm_visual->display to fix some problems detected... | Brian | 2007-04-16 | 1 | -7/+7 |
* | Clean and update XMesa/XFree86 interface. | George Sapountzis | 2007-03-30 | 1 | -12/+9 |
* | Fix some renderbuffer reference counting issues. Also fixes a mem leak. | Brian | 2007-03-25 | 1 | -12/+0 |
* | Assorted fixes for dealing with zero-size frame/renderbuffers. | Brian | 2007-03-16 | 1 | -16/+23 |
* | move CLIENT_ID code in xmesa_delete_framebuffer(), see bug 7205 | Brian | 2007-03-14 | 1 | -6/+3 |
* | fix renderbuffer mem leak | Brian | 2007-03-06 | 1 | -0/+12 |
* | fix comment | Brian | 2007-02-27 | 1 | -2/+1 |
* | Rewrite code related to buffer destruction. | Brian | 2007-02-26 | 1 | -0/+68 |
* | remove some old code that could cause infinite recursion | Brian Paul | 2006-10-16 | 1 | -7/+0 |
* | Big re-org of buffer size management. | Brian Paul | 2006-10-14 | 1 | -3/+220 |
* | assorted clean-ups, fixes | Brian Paul | 2006-04-27 | 1 | -2/+2 |
* | When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fields | Brian Paul | 2006-03-30 | 1 | -2/+7 |
* | Fix two failures encountered when running out of memory during XImage | Brian Paul | 2005-12-02 | 1 | -2/+3 |
* | Replace gl_renderbuffer.ComponentSizes[] with separate RedBits, GreenBits, | Brian Paul | 2005-09-22 | 1 | -1/+1 |
* | some clean-up and re-org for renderbuffers | Brian Paul | 2005-09-07 | 1 | -14/+39 |
* | actually free the renderbuffer in xmesa_delete_renderbuffer(), fixes a memory... | Brian Paul | 2005-08-09 | 1 | -1/+5 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -0/+111 |