summaryrefslogtreecommitdiffstats
path: root/opengl/libs/GLES2_dbg/src/DebuggerMessage.pb.cpp
Commit message (Collapse)AuthorAgeFilesLines
* GLES2Debugger: Added DbgContext and vertex data capturing.David Li2011-03-101-1038/+0
| | | | | | | | | Send VBO related commands to client, which tracks the state. Maintain index buffer content and vertex attrib pointer/buffer state on server. During glDrawArrays/Elements, send user memory data to client. Change-Id: Ia920e90479329b301ae4b5735e833eeb20293c94 Signed-off-by: David Li <davidxli@google.com>
* Initial commit of GLESv2 debugger serverDavid Li2011-03-031-0/+1038
Use debug.egl.debug_proc property to match process cmdline. Binds to TCP:5039 and waits for client connection. Sends function call parameters, textures and shaders using Protobuf. Java Eclipse client plug-in is next. Change-Id: I183b755263663f87e86dde1ad12f527d0445fd57 Signed-off-by: David Li <davidxli@google.com>