summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11
Commit message (Expand)AuthorAgeFilesLines
...
* scons: Disallow undefined symbols in Xlib libGL.so.José Fonseca2013-07-191-0/+3
* glx: Validate the GLX_RENDER_TYPE valueTomasz Lis2013-07-181-1/+4
* glx: Changes to visual configs initialization.Tomasz Lis2013-07-181-1/+6
* x11: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensionsIan Romanick2013-06-281-10/+1
* mesa: Remove the Initialized field from framebuffers.Eric Anholt2013-06-251-1/+0
* mesa: Remove Driver.GetBufferSize and its callers.Eric Anholt2013-06-251-1/+0
* mesa: remove outdated version lines in commentsRico Schüller2013-06-0515-15/+0
* xlib: add null ctx check in glXDestroyContext()Brian Paul2013-05-241-10/+12
* xlib: check for null ctx pointer in glXIsDirect()Brian Paul2013-05-211-1/+1
* build: remove unused API_DEFINESAndreas Boll2013-05-011-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-2315-45/+60
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-2315-15/+15
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-2315-15/+15
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-4/+4
* mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner2013-03-121-1/+1
* xlib: use _mesa_generate_mipmap() for mipmap generation, not metaBrian Paul2013-01-291-0/+3
* xlib: stop use _mesa_enable_extension(), just set the boolean flagsBrian Paul2013-01-291-5/+4
* xlib: fix incorrect GL_ANGLE_texture_compression_dxt enableBrian Paul2013-01-291-1/+2
* mesa: Use a single flag for the S3TC extensions that don't require on-line co...Ian Romanick2013-01-231-1/+1
* mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt2013-01-211-1/+1
* scons: Fix dependencies of generated headers.José Fonseca2013-01-211-3/+1
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* xlib: allow GLX_DONT_CARE for glXChooseFBConfig() attribute valuesBrian Paul2013-01-041-0/+14
* xlib: handle _mesa_initialize_visual()'s return valueBrian Paul2012-12-311-9/+12
* xlib: include headers to fix errors/warningsBrian Paul2012-12-171-0/+2
* mesa osmesa/x11: fix build error introduced in 4bea4cb9Jordan Justen2012-12-171-3/+3
* drivers: compute version and then initialize exec tableJordan Justen2012-12-161-0/+7
* mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul2012-11-301-1/+1
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-1/+1
* scons: Append x11 library path if linking x11 library.Vinson Lee2012-11-211-0/+1
* Remove OpenVMS supportMatt Turner2012-11-167-78/+0
* 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