aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/glx
Commit message (Expand)AuthorAgeFilesLines
* gallium: rename 'state tracker' to 'frontend'Marek Olšák2020-05-1311-5900/+0
* remove final imports.h and imports.c bitsDylan Baker2020-04-212-16/+14
* replace malloc macros in imports.h with u_memory.h versionsDylan Baker2020-04-212-0/+2
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+1
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-272-2/+2
* st/mesa: add a notify_before_flush callback param to flushPierre-Eric Pelloux-Prayer2019-12-101-3/+3
* gallium/xlib: Fix xmesa drawable creationAdam Jackson2019-10-151-6/+2
* gallium/xlib: Fix glXMakeCurrent(dpy, None, None, ctx)Adam Jackson2019-09-172-27/+40
* gallium/xlib: Remove MakeCurrent_PrevContextAdam Jackson2019-09-171-12/+5
* gallium/xlib: Remove drawable caching from the MakeCurrent pathAdam Jackson2019-09-171-32/+3
* mesa: Eliminate gl_config::rgbModeAdam Jackson2019-09-092-47/+28
* mesa: Eliminate gl_config::have{Accum,Depth,Stencil}BufferAdam Jackson2019-09-091-4/+0
* mesa: Remove unused gl_config::indexBitsAdam Jackson2019-09-091-2/+0
* gallium/xlib: Fix an obvious thinkoAdam Jackson2019-09-091-1/+1
* glx: Sync <GL/glxext.h> with KhronosAdam Jackson2019-08-221-4/+3
* gallium: remove boolean from state tracker APIsIlia Mirkin2019-07-222-13/+13
* meson: Fix missing glproto dependency for gallium-glxChuck Atkins2019-05-031-1/+1
* Delete autotoolsDylan Baker2019-04-151-39/+0
* st/xlib: Use more appropriate include guardMichał Janiszewski2018-10-181-2/+2
* Replace uses of _mesa_bitcount with util_bitcountDylan Baker2018-09-072-8/+10
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-1/+2
* gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák2018-07-311-0/+1
* st/glx: constify some variablesKonstantin Kharlamov2018-07-171-1/+1
* Fix scons buildMarek Olšák2018-04-124-1/+10
* mesa: include mtypes.h lessMarek Olšák2018-04-122-2/+1
* gallium/x11: remove empty GLX_SGIX_swap_group stubsEmil Velikov2018-03-122-15/+0
* gallium/x11: remove empty GLX_SGIX_swap_barrier stubsEmil Velikov2018-03-122-25/+0
* glx: Properly handle cases where screen creation failsChuck Atkins2018-02-223-30/+33
* autotools: include meson build files in tarballDylan Baker2018-01-191-1/+1
* gallium: Make (num_)samples an unsigned intGert Wollny2018-01-191-1/+5
* gallium/hud: update the HUD interface for multiple contextsMarek Olšák2017-11-251-3/+3
* gallium/hud: use cso_get_pipe_contextMarek Olšák2017-11-251-1/+1
* gallium/hud: split hud_draw into 3 separate functionsMarek Olšák2017-11-251-1/+1
* meson: build gallium-xlib based glxDylan Baker2017-11-101-0/+27
* st/mesa: Initialize textures array in st_framebuffer_validateMichel Dänzer2017-10-181-3/+1
* st/mesa: create framebuffer iface hash table per st managerCharmaine Lee2017-07-242-0/+4
* st/mesa: add destroy_drawable interfaceCharmaine Lee2017-07-202-0/+7
* st/glx: Add awareness for multisample pixel formats to st/glx-xlib.Bruce Cherniak2017-04-073-15/+30
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-4/+4
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-2/+2
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-071-1/+1
* gallium/util: remove pipe_static_mutex()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-071-1/+1
* st/xlib: remove always true ifdef GLX_EXTENSION guardsEmil Velikov2017-02-131-6/+0
* glx: Add missing glproto dependency for gallium-xlib glxChuck Atkins2017-01-121-0/+1
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-101-1/+1
* st/xlib: Don't destroy screen on XCloseDisplay()George Kyriazis2016-03-041-3/+7
* st/xlib: Hang off screen destructor off main XCloseDisplay() callback.George Kyriazis2016-03-043-35/+27
* st/xlib: Support unlimited number of display connectionsGeorge Kyriazis2016-03-041-19/+103
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+1