commit | 170eb97393e3fa897174d0811e4e5c2bfcb0fb9d | [log] [tgz] |
---|---|---|
author | Stas Gurtovoy <stas@graphtech.co.il> | Tue Jun 28 12:04:56 2011 +0300 |
committer | Guy Zadickario <guy@graphtech.co.il> | Sun Jul 03 15:21:48 2011 +0300 |
tree | 15b61c230727eb5ac2188b03783fcf5748ed86da | |
parent | 3034c35701e8052b13727dc698b893b83527b295 [diff] |
opengles renderer: added CHECK_GL_ERROR defie for gl debugging This commit add CHECK_GL_ERROR define to decoders/renderer which enables various glGetError() calls. Also changed emugen to add glGetError() after every dispatch call (based on defintion of CHECK_GL_ERROR). Also cleaned some annoying printf's.