Summary: | texSubImage2D's format/type needs to match the internalformat/type from the previous texImage2D call | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Zhenyao Mo <zmo> | ||||||
Component: | WebGL | Assignee: | Zhenyao Mo <zmo> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | cmarrin, enne, kbr | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | PC | ||||||||
OS: | OS X 10.5 | ||||||||
Attachments: |
|
Description
Zhenyao Mo
2011-01-24 17:49:26 PST
Created attachment 80375 [details]
Patch
Created attachment 80376 [details]
Patch
Comment on attachment 80376 [details]
Patch
Looks good. Please add the test to the WebGL conformance suite.
This test is almost a duplication from one of the more/function/ test. Should we still add it? (In reply to comment #4) > This test is almost a duplication from one of the more/function/ test. Should we still add it? It would be better from a maintenance perspective if we tried to keep the WebGL layout tests a subset of the WebGL conformance tests in the Khronos repository. If this test is mostly a copy of one of the more/function/ tests, what about moving it into the conformance suite proper upstream? You mean delete the more/ test and add this one? (In reply to comment #6) > You mean delete the more/ test and add this one? Yes. Committed r76874: <http://trac.webkit.org/changeset/76874> |