summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix EGLDisplay parameters in epoxy functionsFredrik Höglund2014-02-121-4/+4
* Fix some silly line-wrapping in a printf.Eric Anholt2014-02-061-2/+1
* Add a missing \n on an error message.Eric Anholt2014-02-061-1/+1
* Use the same typedefs as upstream khrplatform.h in a couple cases.Eric Anholt2014-02-061-2/+2
* Define the rest of the khrplatform.h types, and prevent its inclusion.Eric Anholt2014-02-061-2/+14
* Add missing dependency on libdl.Eric Anholt2014-02-011-0/+1
* Use LDADD instead of LDFLAGS/DEPENDENCIES.Matt Turner2014-02-011-1/+4
* Fix a missing \n on printing out failure to dlsym().Eric Anholt2014-01-311-1/+1
* Fix using epoxy on systems with only EGL and GLES1 or GLES2.Eric Anholt2014-01-313-3/+72
* Fix typo in gles2 dlsym setupEric Anholt2014-01-311-1/+1
* Add missing make dist of gen_dispatch.py.Eric Anholt2014-01-301-0/+4
* Fix a typo in the Makefile.am.Eric Anholt2014-01-301-3/+3
* Do a trivial sort on the enums generated.v1.0Eric Anholt2014-01-281-2/+10
* Add support for Mesa's GLES1 implementation.Eric Anholt2014-01-222-2/+2
* win32: Convert the API to being based on function pointers, like Linux.Eric Anholt2013-12-174-27/+27
* win32: Expose the dispatch table reset funtion in the public API.Eric Anholt2013-12-171-7/+16
* win32: Reset all dispatch tables to re-resolve on any wglMakeCurrent.Eric Anholt2013-12-174-9/+63
* Drop the PLATFORM_HAS_EGL check in epoxy_egl_dlsym().Eric Anholt2013-12-171-4/+0
* win32: Move dynamic symbol loading to do_dlsym().Eric Anholt2013-12-171-12/+13
* win32: Start wrapping the 1.0 wgl functions.Eric Anholt2013-12-171-13/+12
* win32: Use thread local storage to get us a dispatch table per thread.Eric Anholt2013-12-173-2/+79
* Don't forget to tell our users that the epoxy GL functions are __dllimport.Eric Anholt2013-12-172-5/+4
* Add and clean up some more comments in the python.Eric Anholt2013-12-161-9/+22
* Update python comments about aliases.Eric Anholt2013-12-161-4/+2
* Add support for lower-priority aliases of functions.Eric Anholt2013-12-161-0/+16
* Fix copyrights on the Makefile.ams.Eric Anholt2013-12-161-16/+17
* Fix printout of missing versions/extensions.Eric Anholt2013-12-151-1/+1
* Fix declaration of glBegin/End_unwrapped.Eric Anholt2013-12-151-2/+2
* Fix loading of extension functions on OS X.Eric Anholt2013-12-151-0/+2
* Use a non-inlined helper for the simple case of a single provider.Eric Anholt2013-12-151-16/+38
* Reuse the same string table in one more place.Eric Anholt2013-12-151-1/+3
* Use offsets into a string table to reduce the binary size.Eric Anholt2013-12-151-4/+20
* Move the #defines into the main generated header.Eric Anholt2013-12-152-9/+1
* Abandon ifuncs and go with the traditional global function pointers.Eric Anholt2013-12-153-42/+69
* Add a check that we've made it into the C runtime when doing dlopen().Eric Anholt2013-12-131-0/+17
* Fix infinite loop in extension detection when the needle is a substring.Eric Anholt2013-12-121-3/+7
* Fix loading of EGL 1.1+ entrypoints.Eric Anholt2013-12-121-2/+3
* Include epoxy/gl.h instead of epoxy/gl_generated.h from egl_generated.hEric Anholt2013-12-121-1/+1
* Fix most GLhandleARB warnings on OS X with a big comment in our code.Eric Anholt2013-12-121-2/+21
* Use the right library name for GLX on OS X.Eric Anholt2013-12-121-2/+8
* Fix the path to the GL library on OS X.Eric Anholt2013-12-111-0/+11
* Disable EGL on OS X.Eric Anholt2013-12-112-1/+17
* Use X11_CFLAGS during the build so we find the right xlib headers.Eric Anholt2013-12-111-1/+5
* Link the library with -Bsymbolic.Eric Anholt2013-12-111-0/+1
* Use ifuncs on Linux to avoid dispatch table overhead.Eric Anholt2013-12-111-0/+44
* Move the unwrapped logic to function setup.Eric Anholt2013-12-111-18/+17
* Make func.alias_name always have the name of our alias.Eric Anholt2013-12-111-13/+6
* Reduce the overhead of the dispatch table usage.Eric Anholt2013-12-101-8/+54
* Add dispatch generation for wgl.Eric Anholt2013-12-105-1/+140
* Use get_core_proc_address() on win32.Eric Anholt2013-12-101-2/+2