summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11
Commit message (Expand)AuthorAgeFilesLines
* 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
* x11: add missing comma to fix compilationBrian Paul2011-08-241-1/+1
* mesa: Eliminate dd_function_table::MapBufferIan Romanick2011-08-231-7/+8
* mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick2011-08-231-1/+0
* mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick2011-08-231-4/+2
* glx: add a few missing glXChooseFBConfig() attributesBrian Paul2011-07-111-0/+4
* Squashed commit of the following:Brian Paul2011-04-261-5/+5
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-281-0/+1
* xlib: pass Display pointer to XMesaGarbageCollect()Andy Skinner2011-02-223-7/+7
* mesa: remove _mesa_initialize_context_for_api()Brian Paul2011-02-081-1/+1
* glapi: Fix OpenGL and OpenGL ES interop.Chia-I Wu2011-01-201-0/+3
* drivers/x11: unifdef XFree86ServerAdam Jackson2010-11-2910-374/+9
* x11: remove test_proxy_teximage() functionBrian Paul2010-11-241-38/+1
* glapi: Do not use glapidispatch.h.Chia-I Wu2010-10-271-3/+2
* xlib: silence unused var warningBrian Paul2010-10-251-0/+1
* mesa: fix mesa version string constructionBrian Paul2010-10-191-1/+1
* x11: fix breakage from gl_config::visualType removalBrian Paul2010-10-133-5/+6
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-137-68/+68
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-132-5/+5
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-132-4/+4
* gl: Remove unused GLcontextModes fieldsKristian Høgsberg2010-10-133-5/+6
* make: Use C++ compiler to link stdc++ library.Brian Paul2010-08-241-2/+3
* glx: Drop support for GLX_MESA_allocate_memoryKristian Høgsberg2010-07-191-30/+0
* mesa: Remove _mesa_pow(), which is always just pow().Eric Anholt2010-05-131-4/+4
* glapi: Move to src/mapi/.Chia-I Wu2010-05-071-1/+2
* drivers/x11: add PUBLIC qualifier to more API functionsBrian Paul2010-03-191-7/+8
* Grammar and spelling fixesJeff Smith2010-03-122-2/+2
* mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick2010-03-031-34/+0
* mesa: Remove support for creating color-index visualsIan Romanick2010-03-031-2/+1
* mesa/xlib: Remove support for color-index renderingIan Romanick2010-03-033-318/+153
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-193-57/+57
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-193-25/+25