summaryrefslogtreecommitdiff
path: root/glretrace_egl.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-03-14Fix minor crash : due to call eglSwapBuffers after eglDestroyContextTianpu Han1-1/+1
2012-03-14Create a drawable when playing back a trace if it doesn't exist during an egl...George Wright1-0/+10
2012-01-13Retrace eglCreatePbufferSurface and eglDestroySurface properly.José Fonseca1-6/+23
2011-12-08Try to guess the proper visual to use for EGL contexts and drawables.Alexandros Frantzis1-2/+20
2011-12-08Create a Visual for each Profile.Alexandros Frantzis1-2/+2
2011-11-17gles: Fix retrace of eglCreateContext for GLES contextsChia-I Wu1-7/+47
2011-11-10Add missing terminator.José Fonseca1-0/+1
2011-11-08egl: add retracing support for EGLChia-I Wu1-0/+198