summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11
Commit message (Expand)AuthorAgeFilesLines
* xlib: Do not undefine _R, _G, and _B.Vinson Lee2012-10-291-3/+0
* scons: Build xlib swrast too.José Fonseca2012-10-261-0/+48
* mesa: remove the driverCtx parameter to _mesa_create/initialize_context()Brian Paul2012-10-051-1/+1
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-3/+1
* Don't cast the return value of malloc/reallocMatt Turner2012-09-055-9/+9
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-051-9/+9
* mesa: s/FREE/free/Brian Paul2012-09-011-1/+1
* mesa: s/MALLOC/malloc/Brian Paul2012-09-013-4/+4
* xlib: remove texture compression hackeryBrian Paul2012-08-243-29/+0
* build: Only add links to .so files if we're building themMatt Turner2012-08-241-0/+2
* build/x11: Force usage of C++ linkerMatt Turner2012-08-221-0/+3
* build/x11: Don't link against shared-glapiMatt Turner2012-08-221-4/+0
* xlib: add X error handler around XGetImage() callBrian Paul2012-07-261-0/+29
* Update mesa/drivers/x11/Makefile.am for xm_image.h removalJon TURNEY2012-07-251-1/+0
* drivers/X11: Link X11 libGL with -no-undefined libtool flagJon TURNEY2012-07-251-0/+1
* automake: Honor GL_LIB for mangled/custom lib namesBrad King2012-07-231-8/+8
* automake: convert libglapiJon TURNEY2012-07-131-1/+1
* automake: convert libmesa and libmesagalliumJon TURNEY2012-07-131-1/+1
* automake: Convert src/mesa/drivers/x11/Makefile to automake.Eric Anholt2012-06-213-81/+75
* xlib: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-011-5/+6
* xlib: remove clear_color() functionBrian Paul2012-03-121-25/+11
* xlib: silence unused var warningBrian Paul2012-02-271-0/+1
* xlib: remove STENCIL_BITSBrian Paul2012-02-241-3/+3
* xlib: use SWRAST_MAX_WIDTH/HEIGHTBrian Paul2012-02-241-3/+3
* xlib: derive xmesa_renderbuffer from swrast_renderbufferBrian Paul2012-01-244-24/+27
* xlib: remove xm_span.c and related codeBrian Paul2012-01-246-249/+1
* mesa: remove gl_renderbuffer::WrappedBrian Paul2012-01-243-12/+12
* mesa: rename gl_renderbuffer::Data to BufferBrian Paul2012-01-241-2/+2
* mesa: remove gl_renderbuffer::DataTypeBrian Paul2012-01-241-1/+0
* xlib: remove obsolete GetRow/PutRow codeBrian Paul2012-01-241-1594/+3
* Revert "Always build shared glapi"Matt Turner2012-01-241-0/+2
* Always build shared glapiMatt Turner2012-01-201-2/+0
* xlib: stop calling XShmQueryVersion()Brian Paul2012-01-111-8/+8
* xlib: call register_with_display() in Fake_glXChooseFBConfig()Brian Paul2012-01-111-0/+3
* Remove xmesa_xf86.hAdam Jackson2012-01-041-197/+0
* mesa: remove gl_renderbuffer::PutRowRGB()Brian Paul2011-12-241-601/+0
* mesa: remove gl_renderbufer::PutMonoRow() and PutMonoValues()Brian Paul2011-12-241-450/+1
* mesa/drivers: use new swrast renderbuffer functionsBrian Paul2011-12-082-10/+12
* xlib: remove xm_image.[ch] filesBrian Paul2011-11-153-117/+0
* xlib: remove a ton of old xlib driver cruftBrian Paul2011-11-159-3409/+4
* xlib: use MESA_FORMAT_XRGB8888 for pixmap surfacesBrian Paul2011-11-151-12/+1
* xlib: remove software alpha buffer supportBrian Paul2011-11-154-26/+1
* xlib: set alpha to 0xff when mapping RGB pixmapsBrian Paul2011-11-111-0/+11
* xlib: implement renderbuffer mapping/unmappingBrian Paul2011-11-074-5/+167
* Remove remnants of legacy glide supportGuillem Jover2011-10-043-44/+0
* mesa/colormac: introduce inline helper for 4 unclamped float to ubyte.Dave Airlie2011-09-141-12/+3
* mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie2011-09-141-17/+20
* Drop some Glide remnantsAdam Jackson2011-09-065-407/+0
* Remove an AmiWin leftoverAdam Jackson2011-09-061-6/+0
* mesa: Remove support for BeOSIan Romanick2011-08-261-11/+0