summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-05Add a new test for our public API against a core context.Eric Anholt5-3/+183
2013-12-05Pull a helper function from piglit.Eric Anholt2-1/+29
2013-12-05Add missing .gitignore bits for EGLEric Anholt1-0/+1
2013-12-05Drop a bit of commented out python.Eric Anholt1-1/+0
2013-12-05Add support for EGL.Eric Anholt11-81/+452
2013-12-05Drop the installed _common.h headers.Eric Anholt7-87/+16
2013-12-05Add .gitignore for the built tests.Eric Anholt1-0/+6
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 Anholt7-15/+26
2013-12-04Add a failing testcase for the public API of epoxy_has_glx_extension.Eric Anholt2-0/+62
2013-12-04Fix bug in public entrypoint for epoxy_glx_version()Eric Anholt7-12/+28
2013-12-04Add a testcase for a bug in the public API.Eric Anholt2-0/+62
2013-12-04Clean up loader setup for GLX.Eric Anholt1-5/+4
2013-12-04Fix up an unfinished commentEric Anholt1-3/+5
2013-12-04Add a test for including system GL headers after epoxy.Eric Anholt2-1/+37
2013-12-04Fix including system glx.h after our glx.hEric Anholt1-2/+2
2013-12-04Add a little more testing of our public GLX API.Eric Anholt1-0/+20
2013-12-04Fix generation of the function pointer typedefs.Eric Anholt1-1/+1
2013-12-02Use self.target instead of mucking around with the filename.Eric Anholt1-6/+3
2013-12-02Add whitespace in generated code after the enum strings.Eric Anholt1-0/+1
2013-12-02Make function resolving be data-driven.Eric Anholt1-47/+101
2013-12-02Make a table full of strings describing our providers.Eric Anholt3-14/+81
2013-12-02Fix building from a clean source tree.Eric Anholt1-7/+9
2013-11-14Actually implement GLX version detection.Eric Anholt2-2/+27
2013-11-14Assume GLX 1.2 is automatically available on Linux with GLX.Eric Anholt1-1/+3
2013-11-14Add an initial testsuite for GLX API.Eric Anholt7-3/+285
2013-11-14Make a few more public functions actually public.Eric Anholt3-4/+4
2013-11-14Fix the version detection for GL < 3.Eric Anholt1-3/+14
2013-11-14Fix a copy-and-paste mistake in getting GL versionEric Anholt1-1/+1
2013-11-14Remove accidentally committed debug printf.Eric Anholt1-1/+0
2013-11-14Fix test for is_desktop_gl.Eric Anholt1-1/+1
2013-11-14Sort the functions in the generated code.Eric Anholt1-6/+11
2013-11-14Fix parallel build of the generated source code.Eric Anholt1-4/+12
2013-11-14Fix the aliasing support to actually build.Eric Anholt1-15/+47
2013-11-14Consistently use 4-space indents.Eric Anholt1-13/+13
2013-11-14Add .dir-locals to tell emacs how to format by default.Eric Anholt1-0/+6
2013-10-16Add the generator and build infrastructure.Eric Anholt14-0/+1277
2013-09-19Import khronos API registry from SVN commit 22908Eric Anholt4-0/+46548