summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2013-12-15Move the #defines into the main generated header.Eric Anholt1-4/+0
I initially thought I was going to have two sets of defines you chose from using #include, but that never ended up being necessary.
2013-12-10Add dispatch generation for wgl.Eric Anholt1-0/+4
This is very poorly tested at this point, but survives a simple testcase.
2013-12-05Add support for EGL.Eric Anholt1-0/+4
This totally replaces the getprocaddress and dlsym code, which was basically just stubs up until now. The is_glx/is_egl() is also dropped -- they weren't doing anything, and the only false answer they could give is if the dlopen were to fail.
2013-11-14Add an initial testsuite for GLX API.Eric Anholt1-0/+1
2013-10-16Add the generator and build infrastructure.Eric Anholt1-0/+90
Not actually working yet, but it's a snapshot to start from.