commit | 7906431d04763c920c8b85ab0a15be599e310c1f | [log] [tgz] |
---|---|---|
author | Jesse Hall <jessehall@google.com> | Thu Dec 01 11:05:24 2011 -0800 |
committer | Jesse Hall <jessehall@google.com> | Thu Dec 01 12:01:27 2011 -0800 |
tree | c269a087a303398eb4ea3b5361b9fed353bd3af7 | |
parent | c4d810a43ce5d052812a453b488ef0cc7511dfda [diff] |
EmuGL: capture VBO contents in GL2Encoder The glBufferData, glBufferSubData, and glDeleteBuffers entry points had interception routines in GL2Encoder which cache the data, but they weren't hooked up. So when glDrawElements tried to retrieve the cached data it wasn't there. Change-Id: Iaed11fccaefab3186485be53a0f15c8ca0a255f9