summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11
AgeCommit message (Expand)AuthorFilesLines
2013-06-28x11: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensionsIan Romanick1-10/+1
2013-06-25mesa: Remove the Initialized field from framebuffers.Eric Anholt1-1/+0
2013-06-25mesa: Remove Driver.GetBufferSize and its callers.Eric Anholt1-1/+0
2013-06-05mesa: remove outdated version lines in commentsRico Schüller15-15/+0
2013-05-24xlib: add null ctx check in glXDestroyContext()Brian Paul1-10/+12
2013-05-21xlib: check for null ctx pointer in glXIsDirect()Brian Paul1-1/+1
2013-05-01build: remove unused API_DEFINESAndreas Boll1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke15-45/+60
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke15-15/+15
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke15-15/+15
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-4/+4
2013-03-12mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner1-1/+1
2013-01-29xlib: use _mesa_generate_mipmap() for mipmap generation, not metaBrian Paul1-0/+3
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