summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/glx
AgeCommit message (Expand)AuthorFilesLines
2018-10-18st/xlib: Use more appropriate include guardMichał Janiszewski1-2/+2
2018-09-07Replace uses of _mesa_bitcount with util_bitcountDylan Baker2-8/+10
2018-07-31gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák1-1/+2
2018-07-31gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák1-0/+1
2018-07-17st/glx: constify some variablesKonstantin Kharlamov1-1/+1
2018-04-12Fix scons buildMarek Olšák4-1/+10
2018-04-12mesa: include mtypes.h lessMarek Olšák2-2/+1
2018-03-12gallium/x11: remove empty GLX_SGIX_swap_group stubsEmil Velikov2-15/+0
2018-03-12gallium/x11: remove empty GLX_SGIX_swap_barrier stubsEmil Velikov2-25/+0
2018-02-22glx: Properly handle cases where screen creation failsChuck Atkins3-30/+33
2018-01-19autotools: include meson build files in tarballDylan Baker1-1/+1
2018-01-19gallium: Make (num_)samples an unsigned intGert Wollny1-1/+5
2017-11-25gallium/hud: update the HUD interface for multiple contextsMarek Olšák1-3/+3
2017-11-25gallium/hud: use cso_get_pipe_contextMarek Olšák1-1/+1
2017-11-25gallium/hud: split hud_draw into 3 separate functionsMarek Olšák1-1/+1
2017-11-10meson: build gallium-xlib based glxDylan Baker1-0/+27
2017-10-18st/mesa: Initialize textures array in st_framebuffer_validateMichel Dänzer1-3/+1
2017-07-24st/mesa: create framebuffer iface hash table per st managerCharmaine Lee2-0/+4
2017-07-20st/mesa: add destroy_drawable interfaceCharmaine Lee2-0/+7
2017-04-07st/glx: Add awareness for multisample pixel formats to st/glx-xlib.Bruce Cherniak3-15/+30
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri1-4/+4
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri1-2/+2
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri1-1/+1
2017-03-07gallium/util: remove pipe_static_mutex()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy Arceri1-1/+1
2017-02-13st/xlib: remove always true ifdef GLX_EXTENSION guardsEmil Velikov1-6/+0
2017-01-12glx: Add missing glproto dependency for gallium-xlib glxChuck Atkins1-0/+1
2016-08-10gallium: add a pipe_context parameter to fence_finishMarek Olšák1-1/+1
2016-03-04st/xlib: Don't destroy screen on XCloseDisplay()George Kyriazis1-3/+7
2016-03-04st/xlib: Hang off screen destructor off main XCloseDisplay() callback.George Kyriazis3-35/+27
2016-03-04st/xlib: Support unlimited number of display connectionsGeorge Kyriazis1-19/+103
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák1-1/+1
2015-07-21gallium: replace INLINE with inlineIlia Mirkin2-3/+3
2015-05-26xlib: fix X_GLXCreateContextAtrribs/Attribs typoBrian Paul1-10/+17
2015-04-27Fix a few typosZoë Blade1-1/+1
2015-04-01configure: nuke --with-max-{width,height}Emil Velikov1-1/+1
2015-03-11st/glx: use strdup() instead of _mesa_strdup()Brian Paul1-1/+2
2015-03-05st/xlib: include stdio.hBrian Paul2-0/+2
2015-03-05st/xlib: include stdio.hBrian Paul1-0/+1
2015-03-04st/xlib: include p_compiler.h to get PUBLIC definitionBrian Paul1-0/+1
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner2-3/+3
2014-12-08Don't cast the return value of malloc/reallocMatt Turner3-9/+7
2014-11-14st/xlib: Generate errors as specified.José Fonseca1-16/+109
2014-11-12st/glx: Implement GLX_EXT_create_context_es2_profile.José Fonseca2-37/+54
2014-09-24mesa: Drop _mesa_getenv() wrapper.Matt Turner2-12/+12
2014-09-24mesa: Use realloc() instead of _mesa_realloc() and remove the latter.Matt Turner1-2/+1
2014-09-05st/glx/xlib: ship the SConscript in the release tarballEmil Velikov1-0/+2
2014-08-28st/xlib: Include the headers in the sources list.Emil Velikov2-2/+4
2014-08-04util: Gather some common macrosJason Ekstrand1-0/+1
2014-04-24st/xlib: Do minimal version checking in glXCreateContextAttribsARB.José Fonseca1-19/+1