187 Commits (89f9aa044fbca703670cbaa037716112c7f7fefb)

Author SHA1 Message Date
Emmanuele Bassi 89f9aa044f Remove the shebang from gen_dispatch.py 8 years ago
Emmanuele Bassi 3bb77b7996 Annotate new Epoxy symbols 8 years ago
Emmanuele Bassi 0727ae5d27 Update gen_dispatch after a pass of pylint 8 years ago
Emmanuele Bassi d4104fbbcd Drop additional stdbool.h include directives 8 years ago
Emmanuele Bassi 476851ba41 Allow enabling and disabling GLX support 8 years ago
Emmanuele Bassi 075172f485 Add epoxy_has_egl() 8 years ago
Emmanuele Bassi d94b9c28b5 Add epoxy_has_glx() 8 years ago
Emmanuele Bassi 30b8a4cd2d Add conservative functions for checking platform symbols 8 years ago
Emmanuele Bassi acdd6d8bf8 Drop additional stdbool.h include directives 8 years ago
Emmanuele Bassi 6af57b0745 Write the API reference 8 years ago
Emmanuele Bassi aab6092f65 gen_dispatch: Ignore 'glsc2' API 8 years ago
Nirbheek Chauhan d82bedc227 meson: Don't call find_program objects with python 8 years ago
Patrick Griffis 61dac912e6 build: Clean up some Meson usage 8 years ago
Emmanuele Bassi 7a06803465 Improve consistency of the symbol visibility 8 years ago
Emmanuele Bassi ba2e7b151b build: Explicitly link against gdi32 8 years ago
Emmanuele Bassi 59318edf64 build: Rework the build rules for generated files in Meson 8 years ago
Emmanuele Bassi 08cc4d021d build: Add Meson build files 8 years ago
Emmanuele Bassi e2e2fedbdb build: Split arguments for dispatch generator 8 years ago
Chun-wei Fan 3a38371367 MSVC Builds: Support PACKED 8 years ago
Emmanuele Bassi 5b9ddf1291 build: Hide mkdir 8 years ago
Emmanuele Bassi a15a92c2cb Ensure we don't assert if GLX is not available 8 years ago
Emmanuele Bassi 5df022edb5 Do not call errx() on platforms without it 8 years ago
Emmanuele Bassi bac9400bb0 Use EGL to retrieve pointers if available 8 years ago
Yaron Cohen-Tal 9e46b8e659 Use the appropriate GLES library name for Windows 8 years ago
Simon Parzer a937245efc add glBindRenderbufferEXT to half_aliases 8 years ago
Adam Jackson f5ce42e3fe egl: Be somewhat aware of EGL client extensions 8 years ago
Adam Jackson 91916269e5 egl: Fix the query for the current context's API 8 years ago
Emmanuele Bassi ad1f9204a2 Avoid C99 declaration after statement 8 years ago
Daniel Wolf c2e09ebde9 support newer/larger gl.xml 8 years ago
Yaron Cohen-Tal c45cc5f821 Check for NULL extensions string 8 years ago
Chun-wei Fan 407f579f2d src/gen_dispatch.py: Make Generated Code Build Under C89 8 years ago
Emmanuele Bassi 8dead45cb3 Revert all changes since 8bbc0d40 8 years ago
Emmanuele Bassi d5dfe2bd96 build: Drop autogenerated autotools files from Git 8 years ago
Adam Jackson ced192c30b egl: Fix the query for the current context's API 8 years ago
Yaron Cohen-Tal b8d609e8f9 Fox some X server not supporting any OpenGL feature, glXQueryExtensionsString 8 years ago
Yaron Cohen-Tal d81ab07f0b Update pregenerated files. 9 years ago
Simon Parzer 4509aafdd2 add glBindRenderbufferEXT to half_aliases 9 years ago
Yaron Cohen-Tal a4ead97cfd Make "epoxy_current_context_is_egl" visible. 9 years ago
Yaron Cohen-Tal 8d58c89064 Fix "epoxy_egl_get_current_gl_context_api" to use "eglQueryContext" with "EGL_CONTEXT_CLIENT_TYPE" as "attribute". 9 years ago
Yaron Cohen-Tal b3b8bd9af7 Fix "epoxy_glx_version" to handle the case when GLX is not active on the display. 9 years ago
Yaron Cohen-Tal 7d1c96c85f Update pregenerated files. 9 years ago
Daniel Wolf 262a623452 support newer/larger gl.xml 9 years ago
Yaron Cohen-Tal 44d51f2844 Fix support for a static build of Epoxy. Add support building and running tests with CMake. Add support for linking with the static run-time library with MSVC. 9 years ago
Yaron Cohen-Tal 64e2ee2ca8 Fix a bug in which "DllMain" isn't called when using the static version of Epoxy in Windows. 9 years ago
Yaron Cohen-Tal dd695faee3 Remove redundant code in "epoxy_get_bootstrap_proc_address". 9 years ago
Yaron Cohen-Tal ec2f42f01a Add support for building static libs with CMake. Fix file permissions. Update documentation about building static libs and about using OpenGL ES / EGL. 9 years ago
Yaron Cohen-Tal 62e384129b Add some files to the repo so that it's possible to build without running "autogen.sh". 9 years ago
Yaron Cohen-Tal 06fd4a271a Add support for CMake (no support for building/running the tests yet). Fix support for Android. Add built-in support for building with EGL support (using "khrplatform.h" and "eglplatform.h" which are distributed together with Epoxy, and should work with any platform). 9 years ago
Yaron Cohen-Tal 4c4a6e49ca Fix support of some OpenGL ES and EGL implementations, specifically on Windows. 9 years ago
Chun-wei Fan c976864bc9 src/gen_dispatch.py: Make Generated Code Build Under C89 9 years ago