Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libepoxy
/
b128dd9b253b1586458ecb78276eb1b1a74ad4e3
b128dd9
Move the check for whether to dlsym or GPA on linux to the common C code.
by Eric Anholt
· 11 years ago
d73f06f
Use ``` on a bunch of code in the README.
by Eric Anholt
· 11 years ago
edf5aed
Rewrite a lot of the README.
by Eric Anholt
· 11 years ago
880b6b3
Convert list of items to an actual list
by Carl Worth
· 11 years ago
eb5f6ac
Fix "include" examples to use Github-flavored code block
by Carl Worth
· 11 years ago
bfd687d
Port tests directory to win32.
by Eric Anholt
· 11 years ago
2591368
Start porting the GL dispatch code to win32.
by Eric Anholt
· 11 years ago
0e7b9c0
Fix generation of redundant typedefs.
by Eric Anholt
· 11 years ago
60ea7c3
Move GLX/EGL dispatch code using those API types to separate files.
by Eric Anholt
· 11 years ago
906d5b6
Conditionalize building the EGL and GLX dispatch code.
by Eric Anholt
· 11 years ago
0d7d265
Conditionalize building GLX and EGL tests and headers.
by Eric Anholt
· 11 years ago
19053c4
Fix out of tree build
by Eric Anholt
· 11 years ago
43acf7b
Fix make distcheck.
by Eric Anholt
· 11 years ago
01ce694
Add a compile-time test for missing #defines.
by Eric Anholt
· 11 years ago
08101c5
Add some more defines that are present in normal gl.h
by Eric Anholt
· 11 years ago
26ca6ac
Add missing #defines for GL versions and extensions.
by Eric Anholt
· 11 years ago
1626703
Add a missing ATI enum token to the registry.
by Eric Anholt
· 11 years ago
604d9a0
Remove incorrect alias for BindVertexArray.
by Eric Anholt
· 11 years ago
f097de9
Add support for GLES extensions.
by Eric Anholt
· 11 years ago
9b8ac73
Improve the quality of the missing providers output.
by Eric Anholt
· 11 years ago
8d208ff
Print the missing provider information to stderr.
by Eric Anholt
· 11 years ago
0983996
Fix calling new entrypoints from within glBegin()/glEnd().
by Eric Anholt
· 11 years ago
9ffa5d2
Add a test for a bug when called during glBegin()/glEnd().
by Eric Anholt
· 11 years ago
4d0d93b
Fix indentation in generated code
by Eric Anholt
· 11 years ago
1cb041f
Fix a compiler warning in the previous commit.
by Eric Anholt
· 11 years ago
8bb5a25
Fix extension detection on core GL contexts.
by Eric Anholt
· 11 years ago
20f03e6
Add a new test for our public API against a core context.
by Eric Anholt
· 11 years ago
a258cdc
Pull a helper function from piglit.
by Eric Anholt
· 11 years ago
f2d5248
Add missing .gitignore bits for EGL
by Eric Anholt
· 11 years ago
c6df72b
Drop a bit of commented out python.
by Eric Anholt
· 11 years ago
0270c80
Add support for EGL.
by Eric Anholt
· 11 years ago
111c549
Drop the installed _common.h headers.
by Eric Anholt
· 11 years ago
2be86a9
Add .gitignore for the built tests.
by Eric Anholt
· 11 years ago
2ba8d85
Add some more gl.h definitions that might be used by applications.
by Eric Anholt
· 11 years ago
725b8cf
Add C++ guards.
by Eric Anholt
· 11 years ago
de70a2a
Fix a similar bug to HEAD~2, this time in epoxy_has_glx_extension().
by Eric Anholt
· 11 years ago
7603c14
Add a failing testcase for the public API of epoxy_has_glx_extension.
by Eric Anholt
· 11 years ago
0f67bf3
Fix bug in public entrypoint for epoxy_glx_version()
by Eric Anholt
· 11 years ago
14f822e
Add a testcase for a bug in the public API.
by Eric Anholt
· 11 years ago
2f811c5
Clean up loader setup for GLX.
by Eric Anholt
· 11 years ago
5f60534
Fix up an unfinished comment
by Eric Anholt
· 11 years ago
617fd39
Add a test for including system GL headers after epoxy.
by Eric Anholt
· 11 years ago
689abf4
Fix including system glx.h after our glx.h
by Eric Anholt
· 11 years ago
106298f
Add a little more testing of our public GLX API.
by Eric Anholt
· 11 years ago
42fd4b6
Fix generation of the function pointer typedefs.
by Eric Anholt
· 11 years ago
4564d31
Use self.target instead of mucking around with the filename.
by Eric Anholt
· 11 years ago
502eacc
Add whitespace in generated code after the enum strings.
by Eric Anholt
· 11 years ago
2203a31
Make function resolving be data-driven.
by Eric Anholt
· 11 years ago
a82e54a
Make a table full of strings describing our providers.
by Eric Anholt
· 11 years ago
6c1e0e3
Fix building from a clean source tree.
by Eric Anholt
· 11 years ago
8139c7c
Actually implement GLX version detection.
by Eric Anholt
· 11 years ago
75c9722
Assume GLX 1.2 is automatically available on Linux with GLX.
by Eric Anholt
· 11 years ago
04cf940
Add an initial testsuite for GLX API.
by Eric Anholt
· 11 years ago
ed938dc
Make a few more public functions actually public.
by Eric Anholt
· 11 years ago
66d7b9f
Fix the version detection for GL < 3.
by Eric Anholt
· 11 years ago
a1d555e
Fix a copy-and-paste mistake in getting GL version
by Eric Anholt
· 11 years ago
e1a183c
Remove accidentally committed debug printf.
by Eric Anholt
· 11 years ago
6924148
Fix test for is_desktop_gl.
by Eric Anholt
· 11 years ago
0098d0a
Sort the functions in the generated code.
by Eric Anholt
· 11 years ago
48297bb
Fix parallel build of the generated source code.
by Eric Anholt
· 11 years ago
faad44c
Fix the aliasing support to actually build.
by Eric Anholt
· 11 years ago
4c9b7e6
Consistently use 4-space indents.
by Eric Anholt
· 11 years ago
a652f8f
Add .dir-locals to tell emacs how to format by default.
by Eric Anholt
· 11 years ago
a909eb4
Add the generator and build infrastructure.
by Eric Anholt
· 11 years ago
db667aa
Import khronos API registry from SVN commit 22908
by Eric Anholt
· 11 years ago