]> git.cworth.org Git - apitrace/commit
egl: add EGL tracer
authorChia-I Wu <olvaffe@gmail.com>
Wed, 2 Nov 2011 10:11:53 +0000 (18:11 +0800)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Tue, 8 Nov 2011 17:33:48 +0000 (17:33 +0000)
commit42fb3e489fc3468c8748fefd3bc65e5e8866e7c5
tree435a4691bc512ca6fe2d79e3025401170a58a0a3
parent69d6d91dabe2ccc6f0edd6a9fd6306d82da43f04
egl: add EGL tracer

This tracer supports EGL/OpenGL applications for now.  Support for GLES is
missing, but can be added later.  There are two new macros defined.  HAVE_EGL
indicates that the system has EGL available.  It will make eglimports.h
include EGL headers.

There is also TRACE_EGL.  It indicates that EGL, instead of the OS-dependent
GLX/CGL/WGL, is the winsys API to trace,
CMakeLists.txt
egltrace.py [new file with mode: 0644]
glsnapshot.cpp