index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-29
glx: Remove usage of USE_ELF_TLS
Yonggang Luo
3
-68
/
+0
2022-07-29
glx: Convert tab to space in applegl_glx.c
Yonggang Luo
1
-15
/
+19
2022-07-29
glx: __glX_tls_Context should use __THREAD_INITIAL_EXEC
Yonggang Luo
1
-1
/
+1
2022-07-18
build(glx): Fix build by adding missing deps
jheaff1
1
-1
/
+1
2022-07-18
kopper: Implement {EGL,GLX}_EXT_buffer_age
Adam Jackson
1
-0
/
+16
2022-07-13
glx: Fix drawable refcounting for naked Windows
Adam Jackson
1
-1
/
+8
2022-07-12
kopper: Respect the vblank_mode env var.
Emma Anholt
2
-1
/
+11
2022-07-12
glx: Unify dri2/dri3 vblank_mode logic.
Emma Anholt
3
-64
/
+7
2022-07-12
kopper: Fix the return value of kopperSetSwapInterval().
Emma Anholt
1
-1
/
+1
2022-07-12
glx: Fix return values from __glXGetDrawableAttribute
Adam Jackson
1
-4
/
+4
2022-07-12
glx/dri2: Stop tracking the protocol version in the display state
Adam Jackson
1
-15
/
+3
2022-07-12
glx: Remove excess screen parameter from CreateContext
Adam Jackson
1
-10
/
+8
2022-07-12
glx: Remove unused __glXSetupForCommand from __glXIsDirect
Adam Jackson
1
-6
/
+0
2022-07-12
glx: Remove some can't-happen checks from protocolDestroyDrawable
Adam Jackson
1
-4
/
+0
2022-07-12
glx: Remove the remains of GLX_MESA_multithread_makecurrent
Adam Jackson
4
-18
/
+6
2022-06-27
glx/dri: Fix DRI drawable release at MakeCurrent time
Adam Jackson
5
-5
/
+5
2022-06-22
glx/drisw: use xcb instead of X to query connection
Dave Airlie
1
-2
/
+9
2022-06-22
glx/drisw: invalidate drawables upon binding context if flush extension exists
Mike Blumenkrantz
1
-3
/
+9
2022-06-22
glx/drisw: store the flush extension to the screen
Mike Blumenkrantz
2
-0
/
+3
2022-06-15
glx: using C++11 keyword thread_local
Yonggang Luo
1
-1
/
+1
2022-05-17
glx/dri2: Require DRI2 >= 1.3 for working buffer invalidation
Adam Jackson
1
-84
/
+25
2022-05-17
glx: set max values for pbuffer width / height
Pierre-Eric Pelloux-Prayer
1
-2
/
+2
2022-05-04
glx/kopper: Enable GLX_EXT_swap_control etc.
Adam Jackson
6
-2
/
+43
2022-04-27
glx/kopper: Wire up a way for SwapBuffers to fail
Adam Jackson
2
-1
/
+5
2022-04-07
glx: Learn about kopper
Adam Jackson
5
-20
/
+83
2022-03-21
glx/egl: improve dri null screen related error messages.
Yonggang Luo
3
-3
/
+3
2022-03-14
Revert "glx: Fix build errors with --enable-mangling (v2)"
Eric Engestrom
1
-8
/
+2
2022-02-28
glx/drisw: handle GL_RESET_NOTIFICATION_STRATEGY
Mike Blumenkrantz
1
-0
/
+5
2022-02-22
glx: keep native window glx drawable by driconf option
Qiang Yu
4
-2
/
+81
2022-02-22
glx: merge drawable release to the same function
Qiang Yu
1
-22
/
+23
2022-02-22
glx: fix pbuffer refcount init
Qiang Yu
1
-0
/
+2
2022-02-04
glx: Use the new no-error driver interface
Adam Jackson
5
-86
/
+78
2022-01-10
replace 0 with NULL for NULL pointers
Thomas H.P. Andersen
8
-15
/
+15
2021-12-22
glx: remove a set but not used variable
Thomas H.P. Andersen
1
-2
/
+0
2021-12-16
glx: Fix GLX_NV_float_buffer fbconfig handling
Adam Jackson
4
-1
/
+10
2021-12-16
glx: fix querying GLX_FBCONFIG_ID for Window
Pierre-Eric Pelloux-Prayer
1
-0
/
+41
2021-12-09
glx: fix regression for drawable type detection
Qiang Yu
1
-6
/
+4
2021-12-08
glapi: Remove remnants of EXT_paletted_texture and the imaging subset
Adam Jackson
1
-86
/
+0
2021-12-07
loader/dri3: add drawable type set by GLX and EGL
Qiang Yu
1
-1
/
+18
2021-12-07
glx: add drawable type argument when create drawable
Qiang Yu
8
-16
/
+26
2021-12-07
glx: check drawable type before create drawble
Qiang Yu
1
-1
/
+40
2021-12-07
glx: no need to create extra pixmap for pbuffer
Qiang Yu
1
-17
/
+5
2021-11-19
glx/dri3: fix glXQueryContext does not return GLX_RENDER_TYPE value
Qiang Yu
1
-0
/
+2
2021-11-17
glx: add a workaround to glXDestroyWindow for Viewperf2020/Sw
Marek Olšák
5
-0
/
+35
2021-11-04
glx/drirc: add a force_direct_glx_context option
Pierre-Eric Pelloux-Prayer
6
-0
/
+35
2021-10-16
meson: use gtest protocol for gtest based tests when possible
Dylan Baker
1
-0
/
+1
2021-09-29
gallium: add PIPE_CAP_PREFER_BACK_BUFFER_REUSE
Pierre-Eric Pelloux-Prayer
2
-0
/
+11
2021-09-27
glx: Don't strip off window/pixmap support from float fbconfigs
Adam Jackson
1
-9
/
+0
2021-09-27
glx: Clarify a debug message
Adam Jackson
1
-1
/
+1
2021-09-27
glx: Move __glFreeAttributeState next to its one caller
Adam Jackson
3
-19
/
+17
[next]