summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/glx
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: replace INLINE with inlineIlia Mirkin2015-07-212-3/+3
* xlib: fix X_GLXCreateContextAtrribs/Attribs typoBrian Paul2015-05-261-10/+17
* Fix a few typosZoë Blade2015-04-271-1/+1
* configure: nuke --with-max-{width,height}Emil Velikov2015-04-011-1/+1
* st/glx: use strdup() instead of _mesa_strdup()Brian Paul2015-03-111-1/+2
* st/xlib: include stdio.hBrian Paul2015-03-052-0/+2
* st/xlib: include stdio.hBrian Paul2015-03-051-0/+1
* st/xlib: include p_compiler.h to get PUBLIC definitionBrian Paul2015-03-041-0/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-232-3/+3
* Don't cast the return value of malloc/reallocMatt Turner2014-12-083-9/+7
* st/xlib: Generate errors as specified.José Fonseca2014-11-141-16/+109
* st/glx: Implement GLX_EXT_create_context_es2_profile.José Fonseca2014-11-122-37/+54
* mesa: Drop _mesa_getenv() wrapper.Matt Turner2014-09-242-12/+12
* mesa: Use realloc() instead of _mesa_realloc() and remove the latter.Matt Turner2014-09-241-2/+1
* st/glx/xlib: ship the SConscript in the release tarballEmil Velikov2014-09-051-0/+2
* st/xlib: Include the headers in the sources list.Emil Velikov2014-08-282-2/+4
* util: Gather some common macrosJason Ekstrand2014-08-041-0/+1
* st/xlib: Do minimal version checking in glXCreateContextAttribsARB.José Fonseca2014-04-241-19/+1