summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-12-10Fill in the begin/end counting on win32.Eric Anholt1-3/+3
2013-12-09Move the check for whether to dlsym or GPA on linux to the common C code.Eric Anholt3-8/+13
2013-12-06Start porting the GL dispatch code to win32.Eric Anholt3-10/+39
2013-12-06Fix generation of redundant typedefs.Eric Anholt1-0/+7
2013-12-06Move GLX/EGL dispatch code using those API types to separate files.Eric Anholt5-123/+187
2013-12-06Conditionalize building the EGL and GLX dispatch code.Eric Anholt3-2/+30
2013-12-06Conditionalize building GLX and EGL tests and headers.Eric Anholt1-2/+10
2013-12-06Fix make distcheck.Eric Anholt1-17/+0
2013-12-05Add missing #defines for GL versions and extensions.Eric Anholt1-0/+21
2013-12-05Add support for GLES extensions.Eric Anholt1-1/+1
2013-12-05Improve the quality of the missing providers output.Eric Anholt1-1/+7
2013-12-05Print the missing provider information to stderr.Eric Anholt1-2/+3
2013-12-05Fix calling new entrypoints from within glBegin()/glEnd().Eric Anholt3-11/+124
2013-12-05Fix indentation in generated codeEric Anholt1-1/+1
2013-12-05Fix a compiler warning in the previous commit.Eric Anholt1-1/+1
2013-12-05Fix extension detection on core GL contexts.Eric Anholt1-2/+15
2013-12-05Drop a bit of commented out python.Eric Anholt1-1/+0
2013-12-05Add support for EGL.Eric Anholt4-80/+224
2013-12-05Drop the installed _common.h headers.Eric Anholt3-5/+3
2013-12-04Fix a similar bug to HEAD~2, this time in epoxy_has_glx_extension().Eric Anholt3-8/+21
2013-12-04Fix bug in public entrypoint for epoxy_glx_version()Eric Anholt3-7/+22
2013-12-04Clean up loader setup for GLX.Eric Anholt1-5/+4
2013-12-04Fix up an unfinished commentEric Anholt1-3/+5
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-14Make a few more public functions actually public.Eric Anholt2-4/+3
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-10-16Add the generator and build infrastructure.Eric Anholt4-0/+812