Logo
Explore Help
Sign In
armbian/libmali-rockchip
0
0
Fork 0
You've already forked libmali-rockchip
mirror of https://github.com/armbian/libmali-rockchip.git synced 2026-01-06 12:03:41 -08:00
Code Issues Packages Projects Releases Wiki Activity
Files
be0fa8375aa1e3b5939aa26c5e36bfc2aafe8dff
libmali-rockchip/hook/injector.c

7 lines
106 B
C
Raw Normal View History

Support force enabling thread support for X11 By adding a hook library to call XInitThreads() before getting egl display. Enabled by default, set env "MALI_X11_NO_FORCE_THREADS" to disable. Change-Id: I0af8b29c90149bd7a920bfd54f06d5129b5e446c Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
2022-03-23 12:35:27 +08:00
extern int mali_injected;
__attribute__((constructor)) static void
_injector() {
mali_injected = 1;
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 43ms Template: 3ms
English
English
Licenses API