summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11
Commit message (Expand)AuthorAgeFilesLines
* scons: Prune out unnecessary targets.Jose Fonseca2020-03-301-61/+0
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-276-6/+6
* vbo: merge use_buffer_objects into vbo_CreateContext to skip the big mallocMarek Olšák2020-02-111-1/+1
* mesa: Silence unused parameter warningIan Romanick2019-12-041-2/+2
* Call shmget() with permission 0600 instead of 0777Brian Paul2019-11-181-1/+2
* GL: drop symbols mangling supportEric Engestrom2019-10-101-4/+0
* scons: Make scons and meson agree about path to glapi generated headersDylan Baker2019-09-162-1/+2
* mesa: Eliminate gl_config::rgbModeAdam Jackson2019-09-091-15/+3
* mesa: Eliminate gl_config::have{Accum,Depth,Stencil}BufferAdam Jackson2019-09-091-3/+3
* mesa: Remove unused gl_config::indexBitsAdam Jackson2019-09-091-1/+0
* glx: Fix incompatible function pointer types.Jose Fonseca2019-08-281-1/+1
* glx: Sync <GL/glxext.h> with KhronosAdam Jackson2019-08-223-9/+8
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-031-2/+2
* st/mesa/radeonsi: fix race between destruction of types and shader compilationTimothy Arceri2019-04-241-2/+2
* Delete autotoolsDylan Baker2019-04-151-82/+0
* mesa: fold _glapi_check_multithread() back into _mesa_make_currentEmil Velikov2018-10-031-5/+0
* Replace uses of _mesa_bitcount with util_bitcountDylan Baker2018-09-074-12/+15
* xlib: remove unused Fake_glXGetAGPOffsetMESA() functionBrian Paul2018-08-081-10/+0
* xlib: fix build break from _swrast_map_soft_renderbuffer() callBrian Paul2018-07-271-1/+1
* mesa: GL_MESA_framebuffer_flip_y extension [v4]Fritz Koenig2018-07-272-2/+4
* Fix scons buildMarek Olšák2018-04-121-0/+1
* tnl: Push down the gl_vertex_array inputs into tnl drivers.Mathias Fröhlich2018-03-311-0/+1
* spirv: Fix building with SConsNeil Roberts2018-03-301-0/+2
* x11: remove empty GLX_SGIX_swap_group stubsEmil Velikov2018-03-123-34/+0
* x11: remove empty GLX_SGIX_swap_barrier stubsEmil Velikov2018-03-123-57/+0
* mesa: change ctx->Color.ColorMask into a 32-bit bitmaskMarek Olšák2018-02-041-2/+2
* autotools: include meson build files in tarballDylan Baker2018-01-191-1/+1
* mesa: remove unneeded #includes of main/compiler.hBrian Paul2018-01-171-1/+0
* xlib: call _mesa_warning() instead of fprintf()Brian Paul2017-12-121-1/+2
* xlib: remove dummy GLX_MESA_set_3dfx_mode implementationEmil Velikov2017-12-015-65/+0
* xlib: remove empty GLX_MESA_agp_offset stubsEmil Velikov2017-12-013-23/+0
* xlib: remove empty GLX_NV_vertex_array_range stubsEmil Velikov2017-12-013-68/+0
* mesa: split extensions overrides and glGetString(GL_EXTENSIONS)Emil Velikov2017-11-161-0/+1
* meson: add support for xlib glxDylan Baker2017-11-101-0/+39
* mesa: add missing includeEric Engestrom2017-06-271-0/+1
* mesa: don't update draw buffer bounds in _mesa_update_stateMarek Olšák2017-06-221-0/+3
* mesa: inline vbo_exec_invalidate_state() and call from mesa coreTimothy Arceri2017-06-091-1/+0
* mesa: stop passing state bitfield to UpdateState()Timothy Arceri2017-06-092-6/+3
* tree-wide: remove trailing backslashEric Engestrom2017-06-071-1/+1
* xlib: fix glXGetCurrentDisplay() failureBrian Paul2017-06-024-5/+18
* automake: Link all libGL.so variants with -Bsymbolic.Jose Fonseca2017-06-011-0/+1
* drivers/x11: remove unneeded GLX_SHARED_GLAPI defineEmil Velikov2017-05-041-2/+0
* mesa: rename _mesa_add_renderbuffer* functionsTimothy Arceri2017-04-181-4/+4
* x11: take ownership rather than adding reference for new renderbuffersTimothy Arceri2017-04-101-4/+4
* xlib: remove always true ifdef GLX_EXTENSION guardsEmil Velikov2017-02-132-26/+0
* xlib: Unify the style of function pointer calls in structsBoyan Ding2017-01-131-74/+74
* 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