index
:
~fredrik/libepoxy
master
Unnamed repository; edit this file 'description' to name the repository.
fredrik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-12
Add aliases for OES_get_program_binary
HEAD
master
Fredrik Höglund
1
-0
/
+2
2014-02-12
Add aliases for APPLE_sync
Fredrik Höglund
1
-0
/
+7
2014-02-12
Add aliases for EXT_texture_storage
Fredrik Höglund
1
-0
/
+3
2014-02-12
Add alias for NV_framebuffer_multisample
Fredrik Höglund
1
-0
/
+1
2014-02-12
Add aliases for OES_texture_3D
Fredrik Höglund
1
-0
/
+6
2014-02-12
Fix EGLDisplay parameters in epoxy functions
Fredrik Höglund
2
-6
/
+6
2014-02-12
Add alias for NV_framebuffer_blit
Fredrik Höglund
1
-0
/
+1
2014-02-12
Add aliases for EXT_map_buffer_range
Fredrik Höglund
1
-0
/
+2
2014-02-11
Add aliases for OES_vertex_array_object
Fredrik Höglund
1
-0
/
+4
2014-02-11
Add aliases for NV_instanced_arrays
Fredrik Höglund
1
-0
/
+3
2014-02-11
Add aliases for ANGLE_instanced_arrays
Fredrik Höglund
1
-0
/
+3
2014-02-06
Bump version to 1.1 for release.
Eric Anholt
1
-1
/
+1
2014-02-06
Add limited support for the KHRONOS_* defines from khrplatform.h.
Eric Anholt
1
-0
/
+11
2014-02-06
Fix a bad error message in an EGL test.
Eric Anholt
1
-1
/
+1
2014-02-06
Add missing '\n's to wgl test errors.
Eric Anholt
1
-2
/
+2
2014-02-06
Fix some silly line-wrapping in a printf.
Eric Anholt
1
-2
/
+1
2014-02-06
Add a missing \n on an error message.
Eric Anholt
1
-1
/
+1
2014-02-06
Use the same typedefs as upstream khrplatform.h in a couple cases.
Eric Anholt
1
-2
/
+2
2014-02-06
Add a test that khrplatform.h (if present) agrees with us.
Eric Anholt
6
-0
/
+195
2014-02-06
Define the rest of the khrplatform.h types, and prevent its inclusion.
Eric Anholt
1
-2
/
+14
2014-02-01
Merge branch 'khronos-registry'
Eric Anholt
2
-19
/
+42
2014-02-01
Add missing dependency on libdl.
Eric Anholt
1
-0
/
+1
2014-02-01
List X11_LIBS after lib{egl,glx}_common.
Matt Turner
1
-10
/
+10
2014-02-01
Use LDADD instead of LDFLAGS/DEPENDENCIES.
Matt Turner
2
-23
/
+17
2014-02-01
Import registry from SVN 25146
Eric Anholt
2
-19
/
+43
2014-01-31
Fix a missing \n on printing out failure to dlsym().
Eric Anholt
1
-1
/
+1
2014-01-31
Enable compiler warnings in the tests.
Eric Anholt
1
-0
/
+2
2014-01-31
Fix compiler warnings in the tests.
Eric Anholt
5
-16
/
+23
2014-01-31
Add a COPYING file describing the two licenses for the project code.
Eric Anholt
1
-0
/
+50
2014-01-31
Fix using epoxy on systems with only EGL and GLES1 or GLES2.
Eric Anholt
4
-5
/
+72
2014-01-31
Test for using GLES1/2 without GLX installed.
Eric Anholt
3
-0
/
+132
2014-01-31
Fix typo in gles2 dlsym setup
Eric Anholt
1
-1
/
+1
2014-01-30
Add missing make dist of gen_dispatch.py.
Eric Anholt
1
-0
/
+4
2014-01-30
Fix a typo in the Makefile.am.
Eric Anholt
1
-3
/
+3
2014-01-30
Declare a private dependency on libdl.
Eric Anholt
2
-0
/
+4
2014-01-28
Do a trivial sort on the enums generated.
Eric Anholt
1
-2
/
+10
2014-01-22
Add support for Mesa's GLES1 implementation.
Eric Anholt
2
-2
/
+2
2014-01-22
Make headerguards check for double-inclusion of our own headers.
Eric Anholt
1
-0
/
+4
2014-01-22
Avoid polluting the compiler's namespace with our own stuff.
Eric Anholt
4
-12
/
+12
2014-01-22
Fix the definition of ALL_ATTRIB_BITS.
Eric Anholt
1
-1
/
+1
2014-01-20
Merge branch 'registry'
Eric Anholt
3
-392
/
+918
2014-01-20
Import registry from SVN 24778.
Eric Anholt
3
-394
/
+924
2013-12-27
Add missing provider for eglCreateImageKHR.
Eric Anholt
1
-0
/
+2
2013-12-27
Add missing aliases for OES_mapbuffer to desktop's buffer mapping.
Eric Anholt
1
-0
/
+3
2013-12-17
Include the README in the distributed tarball.
Eric Anholt
1
-0
/
+1
2013-12-17
Work around README.md rendering on github.
Eric Anholt
1
-2
/
+2
2013-12-17
win32: Convert the API to being based on function pointers, like Linux.
Eric Anholt
6
-28
/
+38
2013-12-17
win32: Expose the dispatch table reset funtion in the public API.
Eric Anholt
3
-7
/
+28
2013-12-17
win32: Reset all dispatch tables to re-resolve on any wglMakeCurrent.
Eric Anholt
4
-9
/
+63
2013-12-17
Drop the PLATFORM_HAS_EGL check in epoxy_egl_dlsym().
Eric Anholt
1
-4
/
+0
[next]