replicant-frameworks_native/opengl/libs/GLES_trace
Siva Velusamy 2fdcc81ddf gltrace: Allow receiving commands of length > 4
Currently, gltrace offers very few trace collection options. As a
result, these options are encoded in a single integer. The trace
control task simply receives integers and interprets them as
commands.

This patch changes the control protocol to first receive the
command length followed by the actual command itself. This allows
for future flexibility to provide enable other commands.

Change-Id: Id5f56c80a025bbbe7613ab4457e092732e7d9dc9
2012-05-16 12:00:24 -07:00
..
src gltrace: Allow receiving commands of length > 4 2012-05-16 12:00:24 -07:00
tools gltrace: Make code 64-bit safe. 2012-02-27 12:08:47 -08:00
.gitignore
Android.mk
DESIGN.txt
dev.make gltrace: Send vertex attribute data after glDraw() call. 2012-03-01 17:41:53 -08:00
gltrace.proto gltrace: Send vertex attribute data after glDraw() call. 2012-03-01 17:41:53 -08:00