|
b759a748
|
2014-07-17T10:40:49
|
|
Fix test class names to reflect their class-ness.
Style guide dictates a camel case scheme for classes. Since the tests
are actually classes, update their names to reflect that.
Change-Id: Ib7422b6d8c5de8414765439704fc103eae8b2d63
Reviewed-on: https://chromium-review.googlesource.com/208680
Tested-by: Jamie Madill <jmadill@chromium.org>
Reviewed-by: Zhenyao Mo <zmo@chromium.org>
|
|
a56a86e6
|
2014-04-22T13:14:06
|
|
Update the VertexAttribute test expectations.
When we switched from converting 8-bit normalized signed int from a
full 32-bit float expansion to a 4-channel 8-bit format, we broke an
ANGLE test. Giving the test a slightly looser bound produces the correct
output, due to floating point rounding.
BUG=angle:612
Change-Id: I8781e6efe83341e22d31d35b35e0048889bcd540
Reviewed-on: https://chromium-review.googlesource.com/196532
Reviewed-by: Geoff Lang <geofflang@chromium.org>
Reviewed-by: Shannon Woods <shannonwoods@chromium.org>
Tested-by: Jamie Madill <jmadill@chromium.org>
|
|
efc551f0
|
2013-10-31T10:20:28
|
|
Fix incorrectly named test class members and wrong shader compilation
function being used.
TRAC #23776
Signed-off-by: Jamie Madill
Signed-off-by: Shannon Woods
|
|
f95c046e
|
2013-10-18T16:13:55
|
|
Added vertex attribute tests.
TRAC #23776
Signed-off-by: Jamie Madill
Signed-off-by: Shannon Woods
|