[PATCH 00/10] Add support for GLES tracing

Chia-I Wu olvaffe at gmail.com
Tue Nov 8 14:13:10 PST 2011


Hi,

This series adds support for GLES tracing to egltrace.so.

In gltrace.py, several GL calls are made internally to determine things like
whether a client array is enabled.  However, some client arrays, such as the
secondary color array, are not available in GLESv1.  GLESv2 does not even
support any conventional client array.  So the main change to support GLES
tracing is to make gltrace.py know the profile of the current context, and
skip calls that are unsupported by the profile.

There is no support for GLES retracing yet.  Running glretrace on a GLES trace
file will fail with a warning when eglCreateContext is retraced.  I will post
GLES retracing support as a follow-on series.


More information about the apitrace mailing list