index
:
delta/libepoxy.git
baserock/jjardon
darwin_versions
debian
debian-tarball-imports
ebassi/header-check
ebassi/issues-249
enum-names
gen-find-program
github-ci
glsles
issue-181
issue-188
issue-214
khronos-registry
macos-version-info
master
meson-bump
no-autotools
pristine-tar
pull-229-alt
python-gen-dispatch
temp
use-symbolic-functions
version-unit-test
win64-khr-types
github.com: anholt/libepoxy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: Clean up some Meson usage
Patrick Griffis
2017-01-27
1
-4
/
+4
*
build: Explicitly link against gdi32
Emmanuele Bassi
2017-01-25
1
-2
/
+1
*
build: Rework the build rules for generated files in Meson
Emmanuele Bassi
2017-01-25
2
-47
/
+101
*
build: Add Meson build files
Emmanuele Bassi
2017-01-25
1
-0
/
+88
*
build: Split arguments for dispatch generator
Emmanuele Bassi
2017-01-25
2
-9
/
+33
*
MSVC Builds: Support PACKED
Chun-wei Fan
2017-01-25
2
-0
/
+7
*
build: Hide mkdir
Emmanuele Bassi
2017-01-25
1
-1
/
+4
*
Ensure we don't assert if GLX is not available
Emmanuele Bassi
2017-01-25
1
-0
/
+6
*
Do not call errx() on platforms without it
Emmanuele Bassi
2017-01-25
1
-1
/
+1
*
Use EGL to retrieve pointers if available
Emmanuele Bassi
2017-01-25
1
-16
/
+20
*
Use the appropriate GLES library name for Windows
Yaron Cohen-Tal
2017-01-25
1
-0
/
+4
*
add glBindRenderbufferEXT to half_aliases
Simon Parzer
2017-01-25
1
-0
/
+2
*
egl: Be somewhat aware of EGL client extensions
Adam Jackson
2017-01-18
1
-7
/
+2
*
egl: Fix the query for the current context's API
Adam Jackson
2017-01-18
1
-22
/
+6
*
Avoid C99 declaration after statement
Emmanuele Bassi
2016-12-07
1
-2
/
+3
*
support newer/larger gl.xml
Daniel Wolf
2016-12-07
1
-7
/
+9
*
Check for NULL extensions string
Yaron Cohen-Tal
2016-12-07
1
-0
/
+2
*
src/gen_dispatch.py: Make Generated Code Build Under C89
Chun-wei Fan
2016-12-07
1
-2
/
+3
*
Revert all changes since 8bbc0d40
Emmanuele Bassi
2016-12-07
14
-136939
/
+245
*
build: Drop autogenerated autotools files from Git
Emmanuele Bassi
2016-11-07
1
-882
/
+0
*
Fox some X server not supporting any OpenGL feature, glXQueryExtensionsString
Yaron Cohen-Tal
2016-07-29
1
-0
/
+2
*
Update pregenerated files.
Yaron Cohen-Tal
2015-11-03
4
-3932
/
+3952
*
Merge branch "oncer/half_aliases_fix".
Yaron Cohen-Tal
2015-11-03
1
-2
/
+5
|
\
|
*
add glBindRenderbufferEXT to half_aliases
Simon Parzer
2015-11-03
1
-0
/
+2
|
*
src/gen_dispatch.py: Make Generated Code Build Under C89
Chun-wei Fan
2015-07-28
1
-2
/
+3
*
|
Make "epoxy_current_context_is_egl" visible.
Yaron Cohen-Tal
2015-10-31
1
-3
/
+1
*
|
Fix "epoxy_egl_get_current_gl_context_api" to use "eglQueryContext" with "EGL...
Yaron Cohen-Tal
2015-10-31
1
-25
/
+7
*
|
Fix "epoxy_glx_version" to handle the case when GLX is not active on the disp...
Yaron Cohen-Tal
2015-09-29
1
-14
/
+15
*
|
Update pregenerated files.
Yaron Cohen-Tal
2015-09-22
4
-4969
/
+74516
*
|
Merge branch "nephatrine/registry-support".
Yaron Cohen-Tal
2015-09-22
1
-7
/
+9
|
\
\
|
*
|
support newer/larger gl.xml
Daniel Wolf
2015-09-21
1
-7
/
+9
|
|
/
*
|
Fix support for a static build of Epoxy. Add support building and running tes...
Yaron Cohen-Tal
2015-09-03
6
-146
/
+120
*
|
Fix a bug in which "DllMain" isn't called when using the static version of Ep...
Yaron Cohen-Tal
2015-08-30
4
-64
/
+128
*
|
Remove redundant code in "epoxy_get_bootstrap_proc_address".
Yaron Cohen-Tal
2015-08-30
1
-9
/
+1
*
|
Add support for building static libs with CMake. Fix file permissions. Update...
Yaron Cohen-Tal
2015-08-27
2
-18
/
+41
*
|
Add some files to the repo so that it's possible to build without running "au...
Yaron Cohen-Tal
2015-08-26
2
-2
/
+882
*
|
Add support for CMake (no support for building/running the tests yet). Fix su...
Yaron Cohen-Tal
2015-08-26
10
-72
/
+67100
*
|
Fix support of some OpenGL ES and EGL implementations, specifically on Windows.
Yaron Cohen-Tal
2015-08-24
1
-86
/
+40
*
|
Unite defenitions "PUBLIC" and "EPOXY_IMPORTEXPORT" and add it where appropri...
Yaron Cohen-Tal
2015-07-19
8
-31
/
+18
*
|
Added makefiles to build with MSVC 2013, and fixed errors and warnings.
Yaron Cohen-Tal
2015-07-18
4
-13
/
+132
|
/
*
Also drop the publishing of epoxy_conservative_egl_version()
Eric Anholt
2015-07-15
1
-1
/
+1
*
Add some missing spacing in generated code.
Eric Anholt
2015-07-15
1
-0
/
+1
*
Use a concatenated string for enum descriptions.
Eric Anholt
2015-07-15
1
-5
/
+16
*
Use __attribute__((packed)) to reduce our data size.
Eric Anholt
2015-07-15
3
-24
/
+15
*
Emit APIENTRY for typedefs that use it.
Eric Anholt
2015-07-15
1
-0
/
+2
*
Fix epoxy_egl_get_current_gl_context_api() on non-conformant ES.
Yaron Cohen-Tal
2015-07-15
1
-0
/
+20
*
Look for GL 1.1 functions in win32's OpenGL32.dll.
Eric Anholt
2015-07-15
1
-1
/
+1
*
src/dispatch_common.c: Remove Unneeded PUBLIC Annotation
Chun-wei Fan
2015-06-17
1
-1
/
+1
*
Fix generated code for building on MSVC 2013
Chun-wei Fan
2015-06-05
1
-4
/
+12
*
Put the callspec after the return type for MSVC.
Chun-wei Fan
2015-06-05
3
-13
/
+13
[next]