commit | 13b6399059a62b755c54e6cebd2e04a6b8368cef | [log] [tgz] |
---|---|---|
author | Alexis Hetu <sugoi@google.com> | Fri Feb 05 17:45:42 2016 -0500 |
committer | Alexis Hétu <sugoi@google.com> | Sat Feb 06 22:54:13 2016 +0000 |
tree | 2db5271da8c3eb271681c5e8e8904224d98f977b | |
parent | d1ec5cb3b75c40082875cbe328fcf1e5e48867b0 [diff] |
Vertex Array Object crash fix Vertex array objects are not allocated when generated, but only when bound, so it's legal to have a null vertex array object internally. Change-Id: Ib28a388939e285425c09cfbc9f4efef3f4a8cead Reviewed-on: https://swiftshader-review.googlesource.com/4700 Tested-by: Alexis Hétu <sugoi@google.com> Reviewed-by: Nicolas Capens <capn@google.com>