| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | automake: Convert src/mesa/drivers/x11/Makefile to automake. | Eric Anholt | 2012-06-21 | 3 | -81/+75 |
* | xlib: use _mesa_is_winsys/user_fbo() helpers | Brian Paul | 2012-05-01 | 1 | -5/+6 |
* | xlib: remove clear_color() function | Brian Paul | 2012-03-12 | 1 | -25/+11 |
* | xlib: silence unused var warning | Brian Paul | 2012-02-27 | 1 | -0/+1 |
* | xlib: remove STENCIL_BITS | Brian Paul | 2012-02-24 | 1 | -3/+3 |
* | xlib: use SWRAST_MAX_WIDTH/HEIGHT | Brian Paul | 2012-02-24 | 1 | -3/+3 |
* | xlib: derive xmesa_renderbuffer from swrast_renderbuffer | Brian Paul | 2012-01-24 | 4 | -24/+27 |
* | xlib: remove xm_span.c and related code | Brian Paul | 2012-01-24 | 6 | -249/+1 |
* | mesa: remove gl_renderbuffer::Wrapped | Brian Paul | 2012-01-24 | 3 | -12/+12 |
* | mesa: rename gl_renderbuffer::Data to Buffer | Brian Paul | 2012-01-24 | 1 | -2/+2 |
* | mesa: remove gl_renderbuffer::DataType | Brian Paul | 2012-01-24 | 1 | -1/+0 |
* | xlib: remove obsolete GetRow/PutRow code | Brian Paul | 2012-01-24 | 1 | -1594/+3 |
* | Revert "Always build shared glapi" | Matt Turner | 2012-01-24 | 1 | -0/+2 |
* | Always build shared glapi | Matt Turner | 2012-01-20 | 1 | -2/+0 |
* | xlib: stop calling XShmQueryVersion() | Brian Paul | 2012-01-11 | 1 | -8/+8 |
* | xlib: call register_with_display() in Fake_glXChooseFBConfig() | Brian Paul | 2012-01-11 | 1 | -0/+3 |
* | Remove xmesa_xf86.h | Adam Jackson | 2012-01-04 | 1 | -197/+0 |
* | mesa: remove gl_renderbuffer::PutRowRGB() | Brian Paul | 2011-12-24 | 1 | -601/+0 |
* | mesa: remove gl_renderbufer::PutMonoRow() and PutMonoValues() | Brian Paul | 2011-12-24 | 1 | -450/+1 |
* | mesa/drivers: use new swrast renderbuffer functions | Brian Paul | 2011-12-08 | 2 | -10/+12 |
* | xlib: remove xm_image.[ch] files | Brian Paul | 2011-11-15 | 3 | -117/+0 |
* | xlib: remove a ton of old xlib driver cruft | Brian Paul | 2011-11-15 | 9 | -3409/+4 |
* | xlib: use MESA_FORMAT_XRGB8888 for pixmap surfaces | Brian Paul | 2011-11-15 | 1 | -12/+1 |
* | xlib: remove software alpha buffer support | Brian Paul | 2011-11-15 | 4 | -26/+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 | 4 | -5/+167 |
* | Remove remnants of legacy glide support | Guillem Jover | 2011-10-04 | 3 | -44/+0 |
* | mesa/colormac: introduce inline helper for 4 unclamped float to ubyte. | Dave Airlie | 2011-09-14 | 1 | -12/+3 |
* | mesa: introduce a clear color union to be used for int/unsigned buffers | Dave Airlie | 2011-09-14 | 1 | -17/+20 |
* | Drop some Glide remnants | Adam Jackson | 2011-09-06 | 5 | -407/+0 |
* | Remove an AmiWin leftover | Adam Jackson | 2011-09-06 | 1 | -6/+0 |
* | mesa: Remove support for BeOS | Ian Romanick | 2011-08-26 | 1 | -11/+0 |
* | x11: add missing comma to fix compilation | Brian Paul | 2011-08-24 | 1 | -1/+1 |
* | mesa: Eliminate dd_function_table::MapBuffer | Ian Romanick | 2011-08-23 | 1 | -7/+8 |
* | mesa: Remove target parameter from dd_function_table::MapBuffer | Ian Romanick | 2011-08-23 | 1 | -1/+0 |
* | mesa: Remove target parameter from dd_function_table::UnmapBuffer | Ian Romanick | 2011-08-23 | 1 | -4/+2 |
* | glx: add a few missing glXChooseFBConfig() attributes | Brian Paul | 2011-07-11 | 1 | -0/+4 |
* | Squashed commit of the following: | Brian Paul | 2011-04-26 | 1 | -5/+5 |
* | mesa: move PBO-related functions into a new file | Brian Paul | 2011-02-28 | 1 | -0/+1 |
* | xlib: pass Display pointer to XMesaGarbageCollect() | Andy Skinner | 2011-02-22 | 3 | -7/+7 |
* | mesa: remove _mesa_initialize_context_for_api() | Brian Paul | 2011-02-08 | 1 | -1/+1 |
* | glapi: Fix OpenGL and OpenGL ES interop. | Chia-I Wu | 2011-01-20 | 1 | -0/+3 |
* | drivers/x11: unifdef XFree86Server | Adam Jackson | 2010-11-29 | 10 | -374/+9 |
* | x11: remove test_proxy_teximage() function | Brian Paul | 2010-11-24 | 1 | -38/+1 |
* | glapi: Do not use glapidispatch.h. | Chia-I Wu | 2010-10-27 | 1 | -3/+2 |
* | xlib: silence unused var warning | Brian Paul | 2010-10-25 | 1 | -0/+1 |
* | mesa: fix mesa version string construction | Brian Paul | 2010-10-19 | 1 | -1/+1 |
* | x11: fix breakage from gl_config::visualType removal | Brian Paul | 2010-10-13 | 3 | -5/+6 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 7 | -68/+68 |
* | Drop GLframebuffer typedef and just use struct gl_framebuffer | Kristian Høgsberg | 2010-10-13 | 2 | -5/+5 |