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
2013-12-10
Fill in the begin/end counting on win32.
Eric Anholt
1
-3
/
+3
2013-12-09
Move the check for whether to dlsym or GPA on linux to the common C code.
Eric Anholt
3
-8
/
+13
2013-12-06
Start porting the GL dispatch code to win32.
Eric Anholt
3
-10
/
+39
2013-12-06
Fix generation of redundant typedefs.
Eric Anholt
1
-0
/
+7
2013-12-06
Move GLX/EGL dispatch code using those API types to separate files.
Eric Anholt
5
-123
/
+187
2013-12-06
Conditionalize building the EGL and GLX dispatch code.
Eric Anholt
3
-2
/
+30
2013-12-06
Conditionalize building GLX and EGL tests and headers.
Eric Anholt
1
-2
/
+10
2013-12-06
Fix make distcheck.
Eric Anholt
1
-17
/
+0
2013-12-05
Add missing #defines for GL versions and extensions.
Eric Anholt
1
-0
/
+21
2013-12-05
Add support for GLES extensions.
Eric Anholt
1
-1
/
+1
2013-12-05
Improve the quality of the missing providers output.
Eric Anholt
1
-1
/
+7
2013-12-05
Print the missing provider information to stderr.
Eric Anholt
1
-2
/
+3
2013-12-05
Fix calling new entrypoints from within glBegin()/glEnd().
Eric Anholt
3
-11
/
+124
2013-12-05
Fix indentation in generated code
Eric Anholt
1
-1
/
+1
2013-12-05
Fix a compiler warning in the previous commit.
Eric Anholt
1
-1
/
+1
2013-12-05
Fix extension detection on core GL contexts.
Eric Anholt
1
-2
/
+15
2013-12-05
Drop a bit of commented out python.
Eric Anholt
1
-1
/
+0
2013-12-05
Add support for EGL.
Eric Anholt
4
-80
/
+224
2013-12-05
Drop the installed _common.h headers.
Eric Anholt
3
-5
/
+3
2013-12-04
Fix a similar bug to HEAD~2, this time in epoxy_has_glx_extension().
Eric Anholt
3
-8
/
+21
2013-12-04
Fix bug in public entrypoint for epoxy_glx_version()
Eric Anholt
3
-7
/
+22
2013-12-04
Clean up loader setup for GLX.
Eric Anholt
1
-5
/
+4
2013-12-04
Fix up an unfinished comment
Eric Anholt
1
-3
/
+5
2013-12-04
Fix generation of the function pointer typedefs.
Eric Anholt
1
-1
/
+1
2013-12-02
Use self.target instead of mucking around with the filename.
Eric Anholt
1
-6
/
+3
2013-12-02
Add whitespace in generated code after the enum strings.
Eric Anholt
1
-0
/
+1
2013-12-02
Make function resolving be data-driven.
Eric Anholt
1
-47
/
+101
2013-12-02
Make a table full of strings describing our providers.
Eric Anholt
3
-14
/
+81
2013-12-02
Fix building from a clean source tree.
Eric Anholt
1
-7
/
+9
2013-11-14
Actually implement GLX version detection.
Eric Anholt
2
-2
/
+27
2013-11-14
Assume GLX 1.2 is automatically available on Linux with GLX.
Eric Anholt
1
-1
/
+3
2013-11-14
Make a few more public functions actually public.
Eric Anholt
2
-4
/
+3
2013-11-14
Fix the version detection for GL < 3.
Eric Anholt
1
-3
/
+14
2013-11-14
Fix a copy-and-paste mistake in getting GL version
Eric Anholt
1
-1
/
+1
2013-11-14
Remove accidentally committed debug printf.
Eric Anholt
1
-1
/
+0
2013-11-14
Fix test for is_desktop_gl.
Eric Anholt
1
-1
/
+1
2013-11-14
Sort the functions in the generated code.
Eric Anholt
1
-6
/
+11
2013-11-14
Fix parallel build of the generated source code.
Eric Anholt
1
-4
/
+12
2013-11-14
Fix the aliasing support to actually build.
Eric Anholt
1
-15
/
+47
2013-11-14
Consistently use 4-space indents.
Eric Anholt
1
-13
/
+13
2013-10-16
Add the generator and build infrastructure.
Eric Anholt
4
-0
/
+812
[prev]