summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11
AgeCommit message (Expand)AuthorFilesLines
2013-01-29xlib: stop use _mesa_enable_extension(), just set the boolean flagsBrian Paul1-5/+4
2013-01-29xlib: fix incorrect GL_ANGLE_texture_compression_dxt enableBrian Paul1-1/+2
2013-01-23mesa: Use a single flag for the S3TC extensions that don't require on-line co...Ian Romanick1-1/+1
2013-01-21mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt1-1/+1
2013-01-21scons: Fix dependencies of generated headers.José Fonseca1-3/+1
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0
2013-01-04xlib: allow GLX_DONT_CARE for glXChooseFBConfig() attribute valuesBrian Paul1-0/+14
2012-12-31xlib: handle _mesa_initialize_visual()'s return valueBrian Paul1-9/+12
2012-12-17xlib: include headers to fix errors/warningsBrian Paul1-0/+2
2012-12-17mesa osmesa/x11: fix build error introduced in 4bea4cb9Jordan Justen1-3/+3
2012-12-16drivers: compute version and then initialize exec tableJordan Justen1-0/+7
2012-11-30mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul1-1/+1
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-1/+1
2012-11-21scons: Append x11 library path if linking x11 library.Vinson Lee1-0/+1
2012-11-16Remove OpenVMS supportMatt Turner7-78/+0
2012-10-29xlib: Do not undefine _R, _G, and _B.Vinson Lee1-3/+0
2012-10-26scons: Build xlib swrast too.José Fonseca1-0/+48
2012-10-05mesa: remove the driverCtx parameter to _mesa_create/initialize_context()Brian Paul1-1/+1
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-3/+1
2012-09-05Don't cast the return value of malloc/reallocMatt Turner5-9/+9
2012-09-05Remove Xcalloc/Xmalloc/Xfree callsMatt Turner1-9/+9
2012-09-01mesa: s/FREE/free/Brian Paul1-1/+1
2012-09-01mesa: s/MALLOC/malloc/Brian Paul3-4/+4
2012-08-24xlib: remove texture compression hackeryBrian Paul3-29/+0
2012-08-24build: Only add links to .so files if we're building themMatt Turner1-0/+2
2012-08-22build/x11: Force usage of C++ linkerMatt Turner1-0/+3
2012-08-22build/x11: Don't link against shared-glapiMatt Turner1-4/+0
2012-07-26xlib: add X error handler around XGetImage() callBrian Paul1-0/+29
2012-07-25Update mesa/drivers/x11/Makefile.am for xm_image.h removalJon TURNEY1-1/+0
2012-07-25drivers/X11: Link X11 libGL with -no-undefined libtool flagJon TURNEY1-0/+1
2012-07-23automake: Honor GL_LIB for mangled/custom lib namesBrad King1-8/+8
2012-07-13automake: convert libglapiJon TURNEY1-1/+1
2012-07-13automake: convert libmesa and libmesagalliumJon TURNEY1-1/+1
2012-06-21automake: Convert src/mesa/drivers/x11/Makefile to automake.Eric Anholt3-81/+75
2012-05-01xlib: use _mesa_is_winsys/user_fbo() helpersBrian Paul1-5/+6
2012-03-12xlib: remove clear_color() functionBrian Paul1-25/+11
2012-02-27xlib: silence unused var warningBrian Paul1-0/+1
2012-02-24xlib: remove STENCIL_BITSBrian Paul1-3/+3
2012-02-24xlib: use SWRAST_MAX_WIDTH/HEIGHTBrian Paul1-3/+3
2012-01-24xlib: derive xmesa_renderbuffer from swrast_renderbufferBrian Paul4-24/+27
2012-01-24xlib: remove xm_span.c and related codeBrian Paul6-249/+1
2012-01-24mesa: remove gl_renderbuffer::WrappedBrian Paul3-12/+12
2012-01-24mesa: rename gl_renderbuffer::Data to BufferBrian Paul1-2/+2
2012-01-24mesa: remove gl_renderbuffer::DataTypeBrian Paul1-1/+0
2012-01-24xlib: remove obsolete GetRow/PutRow codeBrian Paul1-1594/+3
2012-01-24Revert "Always build shared glapi"Matt Turner1-0/+2
2012-01-20Always build shared glapiMatt Turner1-2/+0
2012-01-11xlib: stop calling XShmQueryVersion()Brian Paul1-8/+8
2012-01-11xlib: call register_with_display() in Fake_glXChooseFBConfig()Brian Paul1-0/+3
2012-01-04Remove xmesa_xf86.hAdam Jackson1-197/+0