summaryrefslogtreecommitdiff
path: root/glws_egl_xlib.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-12-05Add option to request an Opengl 3.2 core profile context.José Fonseca1-0/+3
2011-12-03Cast native types to EGL types when calling EGL functions.Alexandros Frantzis1-2/+2
2011-12-03Use libGLESv2.so.2 as the OpenGL ES 2.0 library SONAME.Alexandros Frantzis1-1/+1
2011-12-02Try to do the right thing with EGL symbols.José Fonseca1-7/+18
2011-12-01Cleanup glproc.José Fonseca1-1/+9
2011-12-01Replace dynamic casts with static on glws.José Fonseca1-6/+6
2011-11-28Cache context profile in glws::Context.José Fonseca1-3/+3
2011-11-17Keep Copyright lines together.José Fonseca1-4/+1
2011-11-17glws: Add EGL/Xlib-based implementationChia-I Wu1-0/+385