libepoxy icon indicating copy to clipboard operation
libepoxy copied to clipboard

Epoxy is a library for handling OpenGL function pointer management for you

Results 47 libepoxy issues
Sort by recently updated
recently updated
newest added

``` [16/23] cc -Isubprojects/libepoxy-1.5.9/src/libepoxy.so.0.0.0.p -Isubprojects/libepoxy-1.5.9/src -I../../home/mangix/devstuff/wrapdb/subprojects/libepoxy-1.5 ninja: job failed: cc -Isubprojects/libepoxy-1.5.9/src/libepoxy.so.0.0.0.p -Isubprojects/libepoxy-1.5.9/src -I../../home/mangix/devstuff/wrapdb/subprojects/lIn file included from ^[[01m^[[K../../home/mangix/devstuff/wrapdb/subprojects/libepoxy-1.5.9/src/dispatch_common.h:46^[[m^[[K, from ^[[01m^[[Ksubprojects/libepoxy-1.5.9/src/egl_generated_dispatch.c:11^[[m^[[K: ^[[01m^[[K../../home/mangix/devstuff/wrapdb/subprojects/libepoxy-1.5.9/include/epoxy/glx.h:36:10:^[[m^[[K ^[[01;31m^[[Kfatal error: ^[[m^[[KX11/Xlib.h: No su 36 | #include ^[[01;31m^[[K^[[m^[[K |...

I am getting ``` Implementation unexpectedly missing WGL_ARB_extensions_string. Probably a libepoxy bug. ``` from https://github.com/anholt/libepoxy/blob/1.5.10/src/dispatch_wgl.c#L54-L60. Apparently, `wglGetProcAddress("wglGetExtensionsStringARB")` returns NULL. Any idea what might be wrong?

typeof is not available. __typeof__ is as a GNU extension.

Do *not* include the `DllMain` entry point in the static build, only when it's a shared build.

It seems that the registries haven't been updated since 2019, which is a shame because I wanted to make use of [EGL_EXT_PLATFORM_xcb](https://www.khronos.org/registry/EGL/extensions/EXT/EGL_EXT_platform_xcb.txt) from 2020. There's nothing stopping me from adding...

The libepxoy-1.5.10.tar.gz file has not been added for the 1.5.10 release. Please add this, for easier packaging. Thanks!

Using `__thread` (and `__declspec(thread)` on MSVC) to replace dirty DllMain hack and thus allowing static build (`-Ddefault_library=static`). (Possibly solving #200 issue.) Also fixed race condition in dispatch table logic. Now...

See [sysdeps/unix/sysv/linux/riscv/rv64/libdl.abilist](https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/riscv/rv64/libdl.abilist;h=33ff573df8748197102314b6ca7579e060c7b8ad) in glibc's source.

I tried to build epoxy as a static library (-Ddefault_library=static) but it fails to link: ``` $ ninja [31/56] Compiling C object test/glx_static.p/glx_static.c.o ../test/glx_static.c: In function ‘main’: ../test/glx_static.c:58:5: warning: ISO...