Bug 152876

Summary: Correct missing EXT_sRGB Format Handling
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebGLAssignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham, commit-queue, ddkilzer, dino, kondapallykalyan, noam, roger_fong, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
URL: https://www.khronos.org/registry/webgl/sdk/tests/conformance/extensions/ext-sRGB.html?webglVersion=1&quiet=0)
Bug Depends on: 109332    
Bug Blocks:    
Attachments:
Description Flags
Patch none

Brent Fulgham
Reported 2016-01-07 17:52:11 PST
When we added EXT_sRGB support to WebGL in Bug 109332, a couple of places were missed for the case of using SRGB as a texture source. This was identified by the WebGL 1.0.4 test suite.
Attachments
Patch (3.87 KB, patch)
2016-01-07 18:02 PST, Brent Fulgham
no flags
Brent Fulgham
Comment 1 2016-01-07 17:53:12 PST
Brent Fulgham
Comment 2 2016-01-07 18:02:12 PST
WebKit Commit Bot
Comment 3 2016-01-07 18:04:13 PST
Attachment 268518 [details] did not pass style-queue: ERROR: Source/WebCore/platform/graphics/GraphicsContext3D.h:507: enum members should use InterCaps with an initial capital letter or initial 'k' for C-style enums. [readability/enum_casing] [4] Total errors found: 1 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
David Kilzer (:ddkilzer)
Comment 4 2016-01-07 18:18:21 PST
(In reply to comment #3) > Attachment 268518 [details] did not pass style-queue: > > > ERROR: Source/WebCore/platform/graphics/GraphicsContext3D.h:507: enum > members should use InterCaps with an initial capital letter or initial 'k' > for C-style enums. [readability/enum_casing] [4] > Total errors found: 1 in 4 files > > > If any of these errors are false positives, please file a bug against > check-webkit-style. Didn't I fix this? Maybe my check-style change wasn't broad enough.
David Kilzer (:ddkilzer)
Comment 5 2016-01-07 18:21:03 PST
(In reply to comment #4) > (In reply to comment #3) > > Attachment 268518 [details] did not pass style-queue: > > > > > > ERROR: Source/WebCore/platform/graphics/GraphicsContext3D.h:507: enum > > members should use InterCaps with an initial capital letter or initial 'k' > > for C-style enums. [readability/enum_casing] [4] > > Total errors found: 1 in 4 files > > > > > > If any of these errors are false positives, please file a bug against > > check-webkit-style. > > Didn't I fix this? Maybe my check-style change wasn't broad enough. Oh, not a 'k' constant. Different issue.
WebKit Commit Bot
Comment 6 2016-01-07 18:52:00 PST
Comment on attachment 268518 [details] Patch Clearing flags on attachment: 268518 Committed r194751: <http://trac.webkit.org/changeset/194751>
WebKit Commit Bot
Comment 7 2016-01-07 18:52:06 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.