index
:
platform/upstream/mesa
19.2.8
19.3.0
19.3.0.1
20.1.8
20.3.0
21.0.0
21.0.0_tizen
21.0_rc5
21.2.3
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/release
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
devel/coregl
devel/libtpl-egl
devel/x11
lock_surface
pristine-tar
sandbox/akazmin/tizen6_asan
sandbox/baixl/devel
sandbox/denis13/esan
sandbox/gvancuts/x11-vmware
sandbox/jbko/21.2.0-devel
sandbox/jbko/devel
sandbox/jbko/vk_devel
sandbox/jbko/vk_devel2
sandbox/jihochu/5.0
sandbox/jobol/devel
sandbox/leemgs/5.0
sandbox/lstelmach/virgl
sandbox/mbachmann/tizen_eglsoft
sandbox/mmajewski2/gbm_mesa
sandbox/mmajewski2/gbm_mesa_static
sandbox/mmajewski2/virgl-wayland-platform
sandbox/mpikula/riscv64
sandbox/mwereski/mesa
sandbox/nmerinov/llvm
sandbox/pcoval/devel
sandbox/pcoval/tizen
sandbox/pcoval/upstream
sandbox/playchang/riscv64
sandbox/pwieczorek/mesa
sandbox/vbarinov/asan
sandbox/vbarinov/lto
sandbox/yuanzhaowei/devel
tizen
tizen-19.0.0
tizen_23.1.5
tizen_23.3.3
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi
tizen_ivi_genivi
tizen_ivi_release
tizen_lz
tizen_real
upstream
v17.1.0
Domain: Graphics System / GL; Licenses: MIT;
Hoyub Lee <hoyub.lee@samsung.com>, Joonbum Ko <joonbum.ko@samsung.com>, SooChan Lim <sc1.lim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
/
glxcurrent.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-13
glx: Reflow MakeContextCurrent a little
Adam Jackson
1
-27
/
+26
2023-01-13
glx: Clean up some funny business from context bind/unbind
Adam Jackson
1
-2
/
+2
2023-01-03
glx: Replace FreeB 2.0 text with SPDX-License-Identifier: SGI-B-2.0
Adam Jackson
1
-24
/
+1
2022-08-22
mapi: Remove usage of _glapi_check_multithread and _glapi_destroy_multithread
Yonggang Luo
1
-2
/
+0
2022-07-29
glx: Remove usage of USE_ELF_TLS
Yonggang Luo
1
-52
/
+0
2022-07-12
glx: Remove the remains of GLX_MESA_multithread_makecurrent
Adam Jackson
1
-11
/
+6
2022-01-10
replace 0 with NULL for NULL pointers
Thomas H.P. Andersen
1
-1
/
+1
2021-06-02
util: Add a helper macro for defining initial-exec variables.
Emma Anholt
1
-2
/
+1
2021-04-22
glx: Return the right GLX opcode in synthetic MakeCurrent errors
Adam Jackson
1
-14
/
+17
2021-04-15
Revert "glx: Lift sending the MakeCurrent request to top-level code"
Adam Jackson
1
-164
/
+50
2021-04-13
glx: Lift sending the MakeCurrent request to top-level code
Adam Jackson
1
-50
/
+164
2019-09-26
Revert "glx: Lift sending the MakeCurrent request to top-level code"
Adam Jackson
1
-164
/
+50
2019-09-23
glx: Lift sending the MakeCurrent request to top-level code
Adam Jackson
1
-50
/
+164
2019-09-23
glx: Move vertex array protocol state into the indirect backend
Adam Jackson
1
-12
/
+0
2019-08-03
mesa: Rename GLX_USE_TLS to USE_ELF_TLS.
Bas Nieuwenhuizen
1
-2
/
+2
2018-07-09
glx: Don't allow glXMakeContextCurrent() with only one valid drawable
Adam Jackson
1
-0
/
+7
2017-12-01
glx: Use __glXSendError instead of open-coding it
Adam Jackson
1
-17
/
+3
2016-07-08
glx: Call __glXInitVertexArrayState() with a usable gc.
Colin McDonald
1
-0
/
+12
2016-05-30
glx: Implement the libglvnd interface.
Kyle Brenneman
1
-5
/
+5
2015-03-11
glx: remove support for non-multithreaded platforms
Emil Velikov
1
-11
/
+0
2015-03-11
glx: remove final reference to THREADS
Emil Velikov
1
-4
/
+0
2015-03-06
Revert "glx: remove final reference to THREADS"
Emil Velikov
1
-0
/
+4
2015-03-06
Revert "glx: remove support for non-multithreaded platforms"
Emil Velikov
1
-0
/
+11
2015-03-06
glx: remove support for non-multithreaded platforms
Emil Velikov
1
-11
/
+0
2015-03-06
glx: remove final reference to THREADS
Emil Velikov
1
-4
/
+0
2014-05-23
Fix build of appleglx
Jon TURNEY
1
-6
/
+0
2014-03-05
mesa: remove remaining uses of _glthread_GetID()
Brian Paul
1
-10
/
+0
2013-10-08
glx: Generate fewer errors in MakeContextCurrent
Adam Jackson
1
-10
/
+0
2012-10-01
build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definition
Matt Turner
1
-2
/
+2
2011-06-20
glx: Fix compile.
Stéphane Marchesin
1
-1
/
+1
2011-06-20
glx: Bind to our context before __glXSetCurrentContext
Jeremy Huddleston
1
-9
/
+16
2011-06-20
glx: Destroy the old context only after the new one has been bound
Jeremy Huddleston
1
-7
/
+7
2011-06-17
glx: implement drawable refcounting.
Stéphane Marchesin
1
-7
/
+7
2011-06-08
glx: Remove some GLX_USE_APPLEGL guards around glapi
Jeremy Huddleston
1
-7
/
+3
2011-06-05
glx: Dead code removal
Jeremy Huddleston
1
-2
/
+0
2011-06-05
apple: ifdef out come glapi-foo on darwin
Jeremy Huddleston
1
-0
/
+4
2011-03-10
glx: fix null pointer deref in __glXGenerateError()
Brian Paul
1
-5
/
+5
2011-02-26
mesa: Add new MESA_multithread_makecurrent extension.
Eric Anholt
1
-22
/
+33
2010-09-09
glx: Optimize out no-op make current calls
Kristian Høgsberg
1
-0
/
+4
2010-09-08
glx: Fix use after free problem
Kristian Høgsberg
1
-6
/
+7
2010-09-08
glx: Drop broken drawable garbage collection
Kristian Høgsberg
1
-3
/
+3
2010-09-07
glx: Set an all NULL vtable for dummyContext
Kristian Høgsberg
1
-1
/
+2
2010-07-29
glx: Compare old ctx against dummyCtx, not NULL
Kristian Høgsberg
1
-1
/
+1
2010-07-28
glx: Split indirect and applegl implementations into different files
Kristian Høgsberg
1
-147
/
+0
2010-07-28
glx: Move bind and unbind to context vtable
Kristian Høgsberg
1
-172
/
+74
2010-07-28
glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.
Kristian Høgsberg
1
-16
/
+18
2010-07-28
glx: Rename __GLXscreenConfigs to struct glx_screen
Kristian Høgsberg
1
-2
/
+2
2010-07-28
glx: Use _X_EXPORT instead of our own PUBLIC macro
Kristian Høgsberg
1
-5
/
+5
2010-07-28
glx: Rename __GLcontextModes to struct glx_config
Kristian Høgsberg
1
-1
/
+1
2010-07-23
glx: Move context destroy to context vtable
Kristian Høgsberg
1
-21
/
+2
[next]