[Webkit-unassigned] [Bug 48877] WebGL isFoo() tests fail in Safari
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Nov 4 17:37:58 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=48877
--- Comment #5 from Kenneth Russell <kbr at google.com> 2010-11-04 17:37:58 PST ---
(In reply to comment #4)
> (In reply to comment #3)
> > Because WebGL tries to track OpenGL behavior, I think that the conformance test should bind the objects it creates appropriately before making the is* queries. Adrienne, can you take care of this in the Khronos repo and pull the test down to the WebKit layout tests?
>
> I'm not sure I follow. The above posted test was an example, that's not part of any existing test in the Khronos repository.
Ah. I thought this was one of the conformance tests in the Khronos repo.
> If you're asking that we fix the command buffer to follow this behavior and then add a test verifying that calling isBuffer on a non-bound buffer returns false, then I agree.
To be precise, a buffer that has never been bound. Once the name is bound, it becomes a buffer object. My thought is that we could add a test that allocates each type of object, binds / unbinds it once, and verifies that is* returns true for the object. We can add the test verifying that is* returns false before the object is bound once the command buffer code is fixed.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list