Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libepoxy
/
698185e24a35f046d29e440b0edc4f9737f2f76d
698185e
Try to avoid looking up bootstrap functions in the wrong library.
by Eric Anholt
· 11 years ago
037ac7f
Add a test for EGL and GLX returning different function pointers.
by Eric Anholt
· 11 years ago
dae2316
Import a copy of dlwrap from libfips.
by Eric Anholt
· 11 years ago
9efad17
Actually fix #21 (hopefully).
by Eric Anholt
· 11 years ago
14f2448
Add support for looking up GLES3 functions using dlsym().
by Eric Anholt
· 11 years ago
053ac5f
Fix test build.
by Eric Anholt
· 11 years ago
53b87c3
Catch eglBindAPI() failures in looking up bootstrap functions.
by Eric Anholt
· 11 years ago
f15c169
Extend the egl_without_glx test for another quirk of the platform.
by Eric Anholt
· 11 years ago
d4ad80f
Add aliases for OES_get_program_binary
by Fredrik Höglund
· 11 years ago
35e3b0a
Add aliases for APPLE_sync
by Fredrik Höglund
· 11 years ago
30de2e8
Add aliases for EXT_texture_storage
by Fredrik Höglund
· 11 years ago
fea4a8f
Add alias for NV_framebuffer_multisample
by Fredrik Höglund
· 11 years ago
64e90ba
Add aliases for OES_texture_3D
by Fredrik Höglund
· 11 years ago
e20b3ce
Fix EGLDisplay parameters in epoxy functions
by Fredrik Höglund
· 11 years ago
87a099b
Add alias for NV_framebuffer_blit
by Fredrik Höglund
· 11 years ago
6c5417d
Add aliases for EXT_map_buffer_range
by Fredrik Höglund
· 11 years ago
8d942b8
Add aliases for OES_vertex_array_object
by Fredrik Höglund
· 11 years ago
93a5b15
Add aliases for NV_instanced_arrays
by Fredrik Höglund
· 11 years ago
f09c4d0
Add aliases for ANGLE_instanced_arrays
by Fredrik Höglund
· 11 years ago
e1e13a5
Bump version to 1.1 for release.
by Eric Anholt
· 11 years ago
67a1ad4
Add limited support for the KHRONOS_* defines from khrplatform.h.
by Eric Anholt
· 11 years ago
9998c39
Fix a bad error message in an EGL test.
by Eric Anholt
· 11 years ago
eb7a99d
Add missing '\n's to wgl test errors.
by Eric Anholt
· 11 years ago
81ccc70
Fix some silly line-wrapping in a printf.
by Eric Anholt
· 11 years ago
c4d1936
Add a missing \n on an error message.
by Eric Anholt
· 11 years ago
766422a
Use the same typedefs as upstream khrplatform.h in a couple cases.
by Eric Anholt
· 11 years ago
e4f5da9
Add a test that khrplatform.h (if present) agrees with us.
by Eric Anholt
· 11 years ago
c996534
Define the rest of the khrplatform.h types, and prevent its inclusion.
by Eric Anholt
· 11 years ago
79600fa
Merge branch 'khronos-registry'
by Eric Anholt
· 11 years ago
17e5c30
Add missing dependency on libdl.
by Eric Anholt
· 11 years ago
5a39b7a
List X11_LIBS after lib{egl,glx}_common.
by Matt Turner
· 11 years ago
309f2d2
Use LDADD instead of LDFLAGS/DEPENDENCIES.
by Matt Turner
· 11 years ago
1c2b6da
Import registry from SVN 25146
by Eric Anholt
· 11 years ago
a55d28e
Fix a missing \n on printing out failure to dlsym().
by Eric Anholt
· 11 years ago
c761908
Enable compiler warnings in the tests.
by Eric Anholt
· 11 years ago
36847f8
Fix compiler warnings in the tests.
by Eric Anholt
· 11 years ago
7c660c5
Add a COPYING file describing the two licenses for the project code.
by Eric Anholt
· 11 years ago
1064406
Fix using epoxy on systems with only EGL and GLES1 or GLES2.
by Eric Anholt
· 11 years ago
dbf940d
Test for using GLES1/2 without GLX installed.
by Eric Anholt
· 11 years ago
72e5790
Fix typo in gles2 dlsym setup
by Eric Anholt
· 11 years ago
46953a6
Add missing make dist of gen_dispatch.py.
by Eric Anholt
· 11 years ago
9e30b7e
Fix a typo in the Makefile.am.
by Eric Anholt
· 11 years ago
f6e91a7
Declare a private dependency on libdl.
by Eric Anholt
· 11 years ago
12ef9dc
Do a trivial sort on the enums generated.
by Eric Anholt
· 11 years ago
aa778ef
Add support for Mesa's GLES1 implementation.
by Eric Anholt
· 11 years ago
7f68641
Make headerguards check for double-inclusion of our own headers.
by Eric Anholt
· 11 years ago
f10bff9
Avoid polluting the compiler's namespace with our own stuff.
by Eric Anholt
· 11 years ago
d653a87
Fix the definition of ALL_ATTRIB_BITS.
by Eric Anholt
· 11 years ago
8067f15
Merge branch 'registry'
by Eric Anholt
· 11 years ago
46ad30c
Import registry from SVN 24778.
by Eric Anholt
· 11 years ago
cfdb26c
Add missing provider for eglCreateImageKHR.
by Eric Anholt
· 11 years ago
efa6454
Add missing aliases for OES_mapbuffer to desktop's buffer mapping.
by Eric Anholt
· 11 years ago
0b55e87
Include the README in the distributed tarball.
by Eric Anholt
· 11 years ago
e6ec61b
Work around README.md rendering on github.
by Eric Anholt
· 11 years ago
9bc909f
win32: Convert the API to being based on function pointers, like Linux.
by Eric Anholt
· 11 years ago
3ae4726
win32: Expose the dispatch table reset funtion in the public API.
by Eric Anholt
· 11 years ago
c4214a3
win32: Reset all dispatch tables to re-resolve on any wglMakeCurrent.
by Eric Anholt
· 11 years ago
8dcd151
Drop the PLATFORM_HAS_EGL check in epoxy_egl_dlsym().
by Eric Anholt
· 11 years ago
5112b47
win32: Move dynamic symbol loading to do_dlsym().
by Eric Anholt
· 11 years ago
417927e
win32: Start wrapping the 1.0 wgl functions.
by Eric Anholt
· 11 years ago
9a7be07
win32: Use thread local storage to get us a dispatch table per thread.
by Eric Anholt
· 11 years ago
8022cda
Don't forget to tell our users that the epoxy GL functions are __dllimport.
by Eric Anholt
· 11 years ago
920543f
Add and clean up some more comments in the python.
by Eric Anholt
· 11 years ago
7a8553f
Update python comments about aliases.
by Eric Anholt
· 11 years ago
bf628d9
Add support for lower-priority aliases of functions.
by Eric Anholt
· 11 years ago
972989b
Fix copyrights on the Makefile.ams.
by Eric Anholt
· 11 years ago
21f4346
Update header comments about how the implementation works.
by Eric Anholt
· 11 years ago
fa7aa87
Drop the inconsistent use of #pragma once.
by Eric Anholt
· 11 years ago
c92fcc8
Fix testsuite build on OS X.
by Eric Anholt
· 11 years ago
c24afd8
Fix printout of missing versions/extensions.
by Eric Anholt
· 11 years ago
8f42fd3
Fix declaration of glBegin/End_unwrapped.
by Eric Anholt
· 11 years ago
2688054
Fix loading of extension functions on OS X.
by Eric Anholt
· 11 years ago
28c2dcb
Use a non-inlined helper for the simple case of a single provider.
by Eric Anholt
· 11 years ago
c4f582b
Reuse the same string table in one more place.
by Eric Anholt
· 11 years ago
39ccf70
Use offsets into a string table to reduce the binary size.
by Eric Anholt
· 11 years ago
982e39f
Move the #defines into the main generated header.
by Eric Anholt
· 11 years ago
3d2a2b3
Abandon ifuncs and go with the traditional global function pointers.
by Eric Anholt
· 11 years ago
e58e98f
Fix the behavior of glx_shared_znow if it doesn't die at startup.
by Eric Anholt
· 11 years ago
5c4f73f
Add a test showing a way that our ifuncs are broken.
by Eric Anholt
· 11 years ago
acd3b38
Relink tests when the library changes.
by Eric Anholt
· 11 years ago
10c611a
Add a check that we've made it into the C runtime when doing dlopen().
by Eric Anholt
· 11 years ago
03e9537
Fix infinite loop in extension detection when the needle is a substring.
by Eric Anholt
· 11 years ago
cb647a0
Fix loading of EGL 1.1+ entrypoints.
by Eric Anholt
· 11 years ago
dd6feb7
Include epoxy/gl.h instead of epoxy/gl_generated.h from egl_generated.h
by Eric Anholt
· 11 years ago
46e0364
Include epoxy/gl.h from epoxy/glx.h.
by Eric Anholt
· 11 years ago
59edbac
Remove a bad alias of glGetAttachedShaders.
by Eric Anholt
· 11 years ago
0cfb0a0
Fix most GLhandleARB warnings on OS X with a big comment in our code.
by Eric Anholt
· 11 years ago
8d8334c
Use the right library name for GLX on OS X.
by Eric Anholt
· 11 years ago
d6e4e9a
Fix the build of the headerguards test on OS X.
by Eric Anholt
· 11 years ago
d82c5c3
Fix the path to the GL library on OS X.
by Eric Anholt
· 11 years ago
34d7b3d
Fix signedness warning on OS X build of the testsuite.
by Eric Anholt
· 11 years ago
708c31a
Disable EGL on OS X.
by Eric Anholt
· 11 years ago
940438f
Use X11_CFLAGS during the build so we find the right xlib headers.
by Eric Anholt
· 11 years ago
847ba1a
Add an appropriate error message if libX11 is missing.
by Eric Anholt
· 11 years ago
6c0e042
Add build instructions to the readme.
by Eric Anholt
· 11 years ago
5728013
Update the README for WGL support.
by Eric Anholt
· 11 years ago
6e8977a
Link the library with -Bsymbolic.
by Eric Anholt
· 11 years ago
1e443b2
Use ifuncs on Linux to avoid dispatch table overhead.
by Eric Anholt
· 11 years ago
6553c08
Fix compiler warning in glx_static.
by Eric Anholt
· 11 years ago
22ce76f
Make glx_static report skip if it was built non-static.
by Eric Anholt
· 11 years ago
Next »