]> git.cworth.org Git - apitrace/commit
glws: Add EGL/Xlib-based implementation
authorChia-I Wu <olvaffe@gmail.com>
Mon, 7 Nov 2011 21:33:25 +0000 (14:33 -0700)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 17 Nov 2011 15:50:26 +0000 (15:50 +0000)
commit967dd0f58b419a5c9f967d511bd5b5270055fa96
tree8ed81f46d61ec9f3eefccea5619ff4112959e88e
parentd56c5318f7ba4855ee79b0deaf4549212f3e4780
glws: Add EGL/Xlib-based implementation

This is based on glws_glx, with GLX replaced by EGL.  This is also the only
glws implementation that supports GLESv1 and GLESv2 profiles.
glws_egl_xlib.cpp [new file with mode: 0644]