]> git.cworth.org Git - apitrace/commit
egl: add retracing support for EGL
authorChia-I Wu <olvaffe@gmail.com>
Wed, 2 Nov 2011 12:16:36 +0000 (20:16 +0800)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Tue, 8 Nov 2011 17:33:48 +0000 (17:33 +0000)
commitd71895d95c880efe5d1dbe6ab3bfd752e6f8faea
treeb78a3e710bbd06ab5e4adc23fd375ab9778b03c8
parent42fb3e489fc3468c8748fefd3bc65e5e8866e7c5
egl: add retracing support for EGL

As the glws abstraction supports desktop GL, EGL retrace will abort with a
warning when the trace file tries to create a GLES context.
CMakeLists.txt
glretrace.hpp
glretrace_egl.cpp [new file with mode: 0644]
glretrace_main.cpp