Closed GoogleCodeExporter closed 9 years ago
This issue is not showing up when I do an empty search of open issues nor when
I search for words in the issue subject. I only see it if I enter the bug
number.
Original comment by callow.m...@artspark.co.jp
on 19 Jun 2013 at 10:21
Here' a patch. Not up on Git yet.
Original comment by callow.m...@artspark.co.jp
on 19 Jun 2013 at 10:28
Attachments:
Original comment by shannonw...@google.com
on 19 Jun 2013 at 4:30
Original comment by shannonw...@chromium.org
on 24 Jun 2013 at 5:52
We're hitting this while upgrading Firefox's ANGLE, but for now, we'll just
calloc a fake buffer of zeros.
Original comment by jda...@gmail.com
on 25 Jun 2013 at 11:16
> We're hitting this while upgrading Firefox's ANGLE, but for now,
> we'll just calloc a fake buffer of zeros.
You have to do that anyway because the WebGL spec calls for the buffer to be
initialized to zero when the WebGL's size function is called. The GL does not
do that. It merely allocates the buffer storage.
Original comment by callow.m...@artspark.co.jp
on 26 Jun 2013 at 1:50
This fix has been pushed at commit id 45494d463d72 in the master branch.
Original comment by shannonw...@chromium.org
on 26 Jun 2013 at 11:19
Original issue reported on code.google.com by
callow.m...@artspark.co.jp
on 19 Jun 2013 at 10:01