Chromium Code Reviews
DescriptionImprove BindBufferBase/BindBufferRange and a few other commands.
1) The original plan was to push out a quick WebGL 2 prototype, so Nacl
code path is not considered, i.e., we didn't consider the case that we
could bind to a buffer ID that hasn't been created through GenBuffers.
This CL addresses this gap.
2) This CL fixed a bug that on the service side, when we receive an invalid
client ID, we need to generate an GL error instead of passing down to call
underlying APIs.
BUG=429053
TEST=gpu_unittests
R=piman@chromium.org
Committed: https://crrev.com/ee3fa9866a01dc2fcd1e3beb188c683ba4d79e8b
Cr-Commit-Position: refs/heads/master@{#311137}
Patch Set 1 : #Patch Set 2 : #Messages
Total messages: 7 (2 generated)
|