OSDN Git Service

GLES2Dbg: added CaptureDraw and CaptureSwap options
authorDavid Li <davidxli@google.com>
Sat, 9 Apr 2011 01:45:45 +0000 (18:45 -0700)
committerDavid Li <davidxli@google.com>
Tue, 12 Apr 2011 22:56:10 +0000 (15:56 -0700)
commitc2ca836b176bfac63c63482055509e2e73de517e
tree4d65a3a037ae98e614f177af8021351e83759aad
parent499c6f02e696622a532a504be9706896aea5a304
GLES2Dbg: added CaptureDraw and CaptureSwap options

CaptureDraw specifies how many glDrawArrays/Elements to glReadPixel
CaptureSwap similarly applies to eglSwapBuffers

Change-Id: Ie7a7e3392b4ecdc0659dcee04f4bab97c35267dc
Signed-off-by: David Li <davidxli@google.com>
opengl/libs/GLES2_dbg/generate_debugger_message_proto.py
opengl/libs/GLES2_dbg/src/dbgcontext.cpp
opengl/libs/GLES2_dbg/src/debugger_message.pb.cpp
opengl/libs/GLES2_dbg/src/debugger_message.pb.h
opengl/libs/GLES2_dbg/src/egl.cpp
opengl/libs/GLES2_dbg/src/header.h
opengl/libs/GLES2_dbg/src/server.cpp
opengl/libs/GLES2_dbg/src/vertex.cpp