summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11
Commit message (Expand)AuthorAgeFilesLines
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-231-1/+1
* xlib: remove MESA_GLX_VISUAL_HACKJohn Sheu2016-04-151-23/+19
* xlib: fix leaks of returned values from XGetVisualInfoJohn Sheu2016-04-151-8/+21
* xlib: fix memory leak of and remove vishandle from XMesaVisualInfoJohn Sheu2016-04-152-39/+24
* xlib: do not cache return value of glXChooseVisual/glXGetVisualFromFBConfigJohn Sheu2016-04-151-18/+8
* scons: Allow building with Address Sanitizer.Jose Fonseca2016-04-131-2/+6
* xlib: fix memory leak on Display closeJohn Sheu2016-04-122-1/+2
* xlib: add support for GLX_ARB_create_contextBrian Paul2016-03-293-0/+77
* xmesa: do not wrap header inclusion in extern "C"Emil Velikov2016-03-091-4/+4
* nir: move shader_enums.[ch] to compilerEmil Velikov2016-01-261-0/+1
* drivers/x11: scons: partially revert b9b40ef9b76Emil Velikov2015-11-291-2/+0
* scons: Build nir/glsl_types.cpp once.Jose Fonseca2015-10-191-1/+0
* nir: remove dependency on glslRob Clark2015-10-161-0/+3
* drivers/x11: drop unneeded HAVE_X11_DRIVER checkEmil Velikov2015-06-231-2/+0
* drivers/x11: fix the build against shared_glapiEmil Velikov2015-06-231-0/+7
* Fix a few typosZoë Blade2015-04-271-1/+1
* configure: nuke --with-max-{width,height}Emil Velikov2015-04-011-1/+1
* xlib: use strdup() instead of _mesa_strdup()Brian Paul2015-03-111-1/+2
* xlib: include stdio.hBrian Paul2015-03-054-1/+4
* mesa: don't include math.h in compiler.hBrian Paul2015-02-261-0/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-233-14/+14
* drivers/x11: add gallium include dirs to Makefile.amBrian Paul2015-02-201-0/+2
* drivers/x11: Add headers to distribution.Matt Turner2014-12-121-0/+2
* mesa: Add scons files to distribution.Matt Turner2014-12-121-0/+2
* Don't cast the return value of malloc/reallocMatt Turner2014-12-082-3/+2
* mesa: Drop _mesa_getenv() wrapper.Matt Turner2014-09-242-14/+14
* mesa: Use realloc() instead of _mesa_realloc() and remove the latter.Matt Turner2014-09-241-2/+1
* xlib: s/INLINE/inline/Brian Paul2014-09-041-3/+3
* xlib: fix missing mesautil build breakageBrian Paul2014-08-041-0/+1
* util: Gather some common macrosJason Ekstrand2014-08-041-0/+1
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-041-0/+1
* meta: Split _swrast_BlitFramebuffer out of the meta blit path.Kenneth Graunke2014-05-191-1/+1
* mesa: Drop _EnabledUnits.Eric Anholt2014-04-302-3/+3
* xlib: s/FREE/free/Brian Paul2014-04-101-1/+1
* automake: don't enable -Wl,--no-undefined on OpenBSDJonathan Gray2014-04-051-1/+1
* automake: ask the linker to do garbage collectionEmil Velikov2014-03-311-0/+1
* automake: add -Wl,--no-undefined to all librariesEmil Velikov2014-03-311-1/+2
* drivers/x11: GL_LIB_DEPS is not a linker/libtool flag, add it to LIBADDEmil Velikov2014-03-311-3/+4
* automake: allow only shared buildsEmil Velikov2014-03-111-2/+0
* automake: use install-lib-links.mk across all classic mesaEmil Velikov2014-03-111-6/+1
* mesa: remove empty glthread.h fileBrian Paul2014-03-031-1/+1
* xlib: remove unneeded context tracking codeBrian Paul2014-03-031-43/+4
* xlib: simplify context handlingBrian Paul2014-03-033-109/+28
* xlib: remove unused realglx.[ch] filesBrian Paul2014-03-033-517/+4
* xlib: switch to c11 mutex functionsBrian Paul2014-03-033-14/+14
* mesa: allow buffers to be mapped multiple timesMarek Olšák2014-02-251-12/+8
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-1/+1
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-4/+4
* mesa: Eliminate parameters to dd_function_table::ViewportIan Romanick2014-01-151-5/+1
* scons: Don't use -z defs ld option on Mac.José Fonseca2013-07-211-1/+2