summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11
AgeCommit message (Expand)AuthorFilesLines
2017-06-27mesa: add missing includeEric Engestrom1-0/+1
2017-06-22mesa: don't update draw buffer bounds in _mesa_update_stateMarek Olšák1-0/+3
2017-06-09mesa: inline vbo_exec_invalidate_state() and call from mesa coreTimothy Arceri1-1/+0
2017-06-09mesa: stop passing state bitfield to UpdateState()Timothy Arceri2-6/+3
2017-06-07tree-wide: remove trailing backslashEric Engestrom1-1/+1
2017-06-02xlib: fix glXGetCurrentDisplay() failureBrian Paul4-5/+18
2017-06-01automake: Link all libGL.so variants with -Bsymbolic.Jose Fonseca1-0/+1
2017-05-04drivers/x11: remove unneeded GLX_SHARED_GLAPI defineEmil Velikov1-2/+0
2017-04-18mesa: rename _mesa_add_renderbuffer* functionsTimothy Arceri1-4/+4
2017-04-10x11: take ownership rather than adding reference for new renderbuffersTimothy Arceri1-4/+4
2017-02-13xlib: remove always true ifdef GLX_EXTENSION guardsEmil Velikov2-26/+0
2017-01-13xlib: Unify the style of function pointer calls in structsBoyan Ding1-74/+74
2016-06-23Remove wrongly repeated words in commentsGiuseppe Bilotta1-1/+1
2016-04-15xlib: remove MESA_GLX_VISUAL_HACKJohn Sheu1-23/+19
2016-04-15xlib: fix leaks of returned values from XGetVisualInfoJohn Sheu1-8/+21
2016-04-15xlib: fix memory leak of and remove vishandle from XMesaVisualInfoJohn Sheu2-39/+24
2016-04-15xlib: do not cache return value of glXChooseVisual/glXGetVisualFromFBConfigJohn Sheu1-18/+8
2016-04-13scons: Allow building with Address Sanitizer.Jose Fonseca1-2/+6
2016-04-12xlib: fix memory leak on Display closeJohn Sheu2-1/+2
2016-03-29xlib: add support for GLX_ARB_create_contextBrian Paul3-0/+77
2016-03-09xmesa: do not wrap header inclusion in extern "C"Emil Velikov1-4/+4
2016-01-26nir: move shader_enums.[ch] to compilerEmil Velikov1-0/+1
2015-11-29drivers/x11: scons: partially revert b9b40ef9b76Emil Velikov1-2/+0
2015-10-19scons: Build nir/glsl_types.cpp once.Jose Fonseca1-1/+0
2015-10-16nir: remove dependency on glslRob Clark1-0/+3
2015-06-23drivers/x11: drop unneeded HAVE_X11_DRIVER checkEmil Velikov1-2/+0
2015-06-23drivers/x11: fix the build against shared_glapiEmil Velikov1-0/+7
2015-04-27Fix a few typosZoë Blade1-1/+1
2015-04-01configure: nuke --with-max-{width,height}Emil Velikov1-1/+1
2015-03-11xlib: use strdup() instead of _mesa_strdup()Brian Paul1-1/+2
2015-03-05xlib: include stdio.hBrian Paul4-1/+4
2015-02-26mesa: don't include math.h in compiler.hBrian Paul1-0/+1
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner3-14/+14
2015-02-20drivers/x11: add gallium include dirs to Makefile.amBrian Paul1-0/+2
2014-12-12drivers/x11: Add headers to distribution.Matt Turner1-0/+2
2014-12-12mesa: Add scons files to distribution.Matt Turner1-0/+2
2014-12-08Don't cast the return value of malloc/reallocMatt Turner2-3/+2
2014-09-24mesa: Drop _mesa_getenv() wrapper.Matt Turner2-14/+14
2014-09-24mesa: Use realloc() instead of _mesa_realloc() and remove the latter.Matt Turner1-2/+1
2014-09-04xlib: s/INLINE/inline/Brian Paul1-3/+3
2014-08-04xlib: fix missing mesautil build breakageBrian Paul1-0/+1
2014-08-04util: Gather some common macrosJason Ekstrand1-0/+1
2014-08-04util: Move ralloc to a new src/util directory.Kenneth Graunke1-0/+1
2014-05-19meta: Split _swrast_BlitFramebuffer out of the meta blit path.Kenneth Graunke1-1/+1
2014-04-30mesa: Drop _EnabledUnits.Eric Anholt2-3/+3
2014-04-10xlib: s/FREE/free/Brian Paul1-1/+1
2014-04-05automake: don't enable -Wl,--no-undefined on OpenBSDJonathan Gray1-1/+1
2014-03-31automake: ask the linker to do garbage collectionEmil Velikov1-0/+1
2014-03-31automake: add -Wl,--no-undefined to all librariesEmil Velikov1-1/+2
2014-03-31drivers/x11: GL_LIB_DEPS is not a linker/libtool flag, add it to LIBADDEmil Velikov1-3/+4