RESOLVED FIXED 125124
Make sure we satisfy uniform and varying packing restrictions
https://bugs.webkit.org/show_bug.cgi?id=125124
Summary Make sure we satisfy uniform and varying packing restrictions
Roger Fong
Reported 2013-12-02 17:43:46 PST
This tracks the fix for the conformance tests: conformance/glsl/misc/shader-uniform-packing-restrictions.html: 30 tests failed conformance/glsl/misc/shader-varying-packing-restrictions.html: 21 tests failed
Attachments
Patch (5.38 KB, patch)
2013-12-02 17:59 PST, Roger Fong
no flags
Archive of layout-test-results from webkit-ews-12 for mac-mountainlion-wk2 (461.94 KB, application/zip)
2013-12-02 18:54 PST, Build Bot
no flags
Archive of layout-test-results from webkit-ews-05 for mac-mountainlion (497.24 KB, application/zip)
2013-12-02 19:44 PST, Build Bot
no flags
Patch (8.48 KB, patch)
2013-12-05 14:45 PST, Roger Fong
bfulgham: review+
bfulgham: commit-queue-
Roger Fong
Comment 1 2013-12-02 17:44:06 PST
Roger Fong
Comment 2 2013-12-02 17:59:13 PST
WebKit Commit Bot
Comment 3 2013-12-02 18:01:09 PST
Attachment 218249 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCore/platform/graphics/ANGLEWebKitBridge.cpp', u'Source/WebCore/platform/graphics/ANGLEWebKitBridge.h']" exit_code: 1 ERROR: Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:49: enum members should use InterCaps with an initial capital letter. [readability/enum_casing] [4] ERROR: Source/WebCore/platform/graphics/ANGLEWebKitBridge.h:50: enum members should use InterCaps with an initial capital letter. [readability/enum_casing] [4] Total errors found: 2 in 3 files If any of these errors are false positives, please file a bug against check-webkit-style.
Build Bot
Comment 4 2013-12-02 18:54:17 PST
Comment on attachment 218249 [details] Patch Attachment 218249 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.appspot.com/results/39748020 New failing tests: webgl/1.0.2/conformance/ogles/GL/build/build_009_to_016.html
Build Bot
Comment 5 2013-12-02 18:54:19 PST
Created attachment 218255 [details] Archive of layout-test-results from webkit-ews-12 for mac-mountainlion-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: webkit-ews-12 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.5
Build Bot
Comment 6 2013-12-02 19:44:50 PST
Comment on attachment 218249 [details] Patch Attachment 218249 [details] did not pass mac-ews (mac): Output: http://webkit-queues.appspot.com/results/42408007 New failing tests: webgl/1.0.2/conformance/ogles/GL/build/build_009_to_016.html
Build Bot
Comment 7 2013-12-02 19:44:51 PST
Created attachment 218258 [details] Archive of layout-test-results from webkit-ews-05 for mac-mountainlion The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: webkit-ews-05 Port: mac-mountainlion Platform: Mac OS X 10.8.5
Roger Fong
Comment 8 2013-12-05 14:45:42 PST
WebKit Commit Bot
Comment 9 2013-12-05 14:47:02 PST
Attachment 218546 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/platform/mac/TestExpectations', u'Source/ThirdParty/ANGLE/ChangeLog', u'Source/ThirdParty/ANGLE/src/compiler/Compiler.cpp', u'Source/ThirdParty/ANGLE/src/compiler/ShHandle.h', u'Source/WebCore/ChangeLog', u'Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLCommon.cpp', '--commit-queue']" exit_code: 1 ERROR: Source/ThirdParty/ANGLE/src/compiler/Compiler.cpp:77: Comma should be at the beggining of the line in a member initialization list. [whitespace/init] [4] ERROR: Source/ThirdParty/ANGLE/src/compiler/Compiler.cpp:77: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Total errors found: 2 in 7 files If any of these errors are false positives, please file a bug against check-webkit-style.
Roger Fong
Comment 10 2013-12-05 15:06:42 PST
Ignore the style errors, that code is part of ANGLE. Speaking of which, I'll need to upstream those changes.
Brent Fulgham
Comment 11 2013-12-05 15:23:37 PST
Comment on attachment 218546 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=218546&action=review r=me, but please fix the typo in the ChangeLog. > Source/ThirdParty/ANGLE/ChangeLog:10 > + Add a check to enforcePackingRestrictions to ensure we make sure packing restrictions for varyings are satsified as well. satsified -> satisfied
Roger Fong
Comment 12 2013-12-05 15:43:54 PST
Note You need to log in before you can comment on or make changes to this bug.