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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-12
Fix EGLDisplay parameters in epoxy functions
Fredrik Höglund
1
-4
/
+4
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
Define the rest of the khrplatform.h types, and prevent its inclusion.
Eric Anholt
1
-2
/
+14
2014-02-01
Add missing dependency on libdl.
Eric Anholt
1
-0
/
+1
2014-02-01
Use LDADD instead of LDFLAGS/DEPENDENCIES.
Matt Turner
1
-1
/
+4
2014-01-31
Fix a missing \n on printing out failure to dlsym().
Eric Anholt
1
-1
/
+1
2014-01-31
Fix using epoxy on systems with only EGL and GLES1 or GLES2.
Eric Anholt
3
-3
/
+72
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-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
2013-12-17
win32: Convert the API to being based on function pointers, like Linux.
Eric Anholt
4
-27
/
+27
2013-12-17
win32: Expose the dispatch table reset funtion in the public API.
Eric Anholt
1
-7
/
+16
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
2013-12-17
win32: Move dynamic symbol loading to do_dlsym().
Eric Anholt
1
-12
/
+13
2013-12-17
win32: Start wrapping the 1.0 wgl functions.
Eric Anholt
1
-13
/
+12
2013-12-17
win32: Use thread local storage to get us a dispatch table per thread.
Eric Anholt
3
-2
/
+79
2013-12-17
Don't forget to tell our users that the epoxy GL functions are __dllimport.
Eric Anholt
2
-5
/
+4
2013-12-16
Add and clean up some more comments in the python.
Eric Anholt
1
-9
/
+22
2013-12-16
Update python comments about aliases.
Eric Anholt
1
-4
/
+2
2013-12-16
Add support for lower-priority aliases of functions.
Eric Anholt
1
-0
/
+16
2013-12-16
Fix copyrights on the Makefile.ams.
Eric Anholt
1
-16
/
+17
2013-12-15
Fix printout of missing versions/extensions.
Eric Anholt
1
-1
/
+1
2013-12-15
Fix declaration of glBegin/End_unwrapped.
Eric Anholt
1
-2
/
+2
2013-12-15
Fix loading of extension functions on OS X.
Eric Anholt
1
-0
/
+2
2013-12-15
Use a non-inlined helper for the simple case of a single provider.
Eric Anholt
1
-16
/
+38
2013-12-15
Reuse the same string table in one more place.
Eric Anholt
1
-1
/
+3
2013-12-15
Use offsets into a string table to reduce the binary size.
Eric Anholt
1
-4
/
+20
2013-12-15
Move the #defines into the main generated header.
Eric Anholt
2
-9
/
+1
2013-12-15
Abandon ifuncs and go with the traditional global function pointers.
Eric Anholt
3
-42
/
+69
2013-12-13
Add a check that we've made it into the C runtime when doing dlopen().
Eric Anholt
1
-0
/
+17
2013-12-12
Fix infinite loop in extension detection when the needle is a substring.
Eric Anholt
1
-3
/
+7
2013-12-12
Fix loading of EGL 1.1+ entrypoints.
Eric Anholt
1
-2
/
+3
2013-12-12
Include epoxy/gl.h instead of epoxy/gl_generated.h from egl_generated.h
Eric Anholt
1
-1
/
+1
2013-12-12
Fix most GLhandleARB warnings on OS X with a big comment in our code.
Eric Anholt
1
-2
/
+21
2013-12-12
Use the right library name for GLX on OS X.
Eric Anholt
1
-2
/
+8
2013-12-11
Fix the path to the GL library on OS X.
Eric Anholt
1
-0
/
+11
2013-12-11
Disable EGL on OS X.
Eric Anholt
2
-1
/
+17
2013-12-11
Use X11_CFLAGS during the build so we find the right xlib headers.
Eric Anholt
1
-1
/
+5
2013-12-11
Link the library with -Bsymbolic.
Eric Anholt
1
-0
/
+1
2013-12-11
Use ifuncs on Linux to avoid dispatch table overhead.
Eric Anholt
1
-0
/
+44
2013-12-11
Move the unwrapped logic to function setup.
Eric Anholt
1
-18
/
+17
2013-12-11
Make func.alias_name always have the name of our alias.
Eric Anholt
1
-13
/
+6
2013-12-10
Reduce the overhead of the dispatch table usage.
Eric Anholt
1
-8
/
+54
2013-12-10
Add dispatch generation for wgl.
Eric Anholt
5
-1
/
+140
2013-12-10
Use get_core_proc_address() on win32.
Eric Anholt
1
-2
/
+2
[next]