summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-02-12Fix EGLDisplay parameters in epoxy functionsFredrik Höglund1-2/+2
2014-02-06Add limited support for the KHRONOS_* defines from khrplatform.h.Eric Anholt1-0/+11
2014-01-22Avoid polluting the compiler's namespace with our own stuff.Eric Anholt4-12/+12
2013-12-17win32: Convert the API to being based on function pointers, like Linux.Eric Anholt1-1/+1
2013-12-17win32: Expose the dispatch table reset funtion in the public API.Eric Anholt1-0/+1
2013-12-17Don't forget to tell our users that the epoxy GL functions are __dllimport.Eric Anholt1-0/+5
2013-12-16Fix copyrights on the Makefile.ams.Eric Anholt1-16/+17
2013-12-16Update header comments about how the implementation works.Eric Anholt3-23/+6
2013-12-16Drop the inconsistent use of #pragma once.Eric Anholt3-6/+0
2013-12-15Move the #defines into the main generated header.Eric Anholt4-4/+0
2013-12-12Include epoxy/gl.h from epoxy/glx.h.Eric Anholt1-0/+1
2013-12-10Add dispatch generation for wgl.Eric Anholt1-0/+60
2013-12-06Conditionalize building GLX and EGL tests and headers.Eric Anholt1-0/+5
2013-12-06Fix make distcheck.Eric Anholt1-0/+30
2013-12-06Add some more defines that are present in normal gl.hEric Anholt1-0/+9
2013-12-05Add support for EGL.Eric Anholt1-0/+63
2013-12-05Drop the installed _common.h headers.Eric Anholt4-82/+13
2013-12-04Add some more gl.h definitions that might be used by applications.Eric Anholt1-0/+17
2013-12-04Add C++ guards.Eric Anholt2-0/+16
2013-12-04Fix a similar bug to HEAD~2, this time in epoxy_has_glx_extension().Eric Anholt1-1/+1
2013-12-04Fix bug in public entrypoint for epoxy_glx_version()Eric Anholt1-1/+4
2013-12-04Fix including system glx.h after our glx.hEric Anholt1-2/+2
2013-11-14Make a few more public functions actually public.Eric Anholt1-0/+1
2013-10-16Add the generator and build infrastructure.Eric Anholt4-0/+179