Bug 218164 - [TextureMapper] min(genIType) isn't supported for GLSL ES < 3.0
Summary: [TextureMapper] min(genIType) isn't supported for GLSL ES < 3.0
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-10-25 15:09 PDT by Fujii Hironori
Modified: 2020-10-26 12:58 PDT (History)
8 users (show)

See Also:


Attachments
WIP patch (1.07 KB, patch)
2020-10-25 19:55 PDT, Fujii Hironori
no flags Details | Formatted Diff | Diff
Patch (2.23 KB, patch)
2020-10-25 21:05 PDT, Fujii Hironori
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2020-10-25 15:09:51 PDT
[WinCairo] REGRESSION(r?): Nothing is drawn in AC mode

1. Start WinCairo MiniBrowser
2. Go to https://webkit.org/
3. Back blank page is shown

Workaround: Disable Accelerated Compositing

r268666: OK
r268956: Nothing shown
Comment 1 Fujii Hironori 2020-10-25 17:09:12 PDT
this issue has started since r268923.
Comment 2 Fujii Hironori 2020-10-25 19:42:53 PDT
I got the following shader error if debugging log is enabled.

$env:WebCoreLogging = "Compositing=debug"

> Fragment shader log: ERROR: 0:53: 'min' : no matching overloaded function found
> ERROR: 0:53: '=' : cannot convert from 'const mediump float' to 'mediump int'
Comment 3 Fujii Hironori 2020-10-25 19:55:44 PDT
Created attachment 412286 [details]
WIP patch
Comment 4 Fujii Hironori 2020-10-25 21:05:02 PDT
Created attachment 412288 [details]
Patch
Comment 5 Miguel Gomez 2020-10-26 01:13:12 PDT
(In reply to Fujii Hironori from comment #4)
> Created attachment 412288 [details]
> Patch

Ooops, my bad!!

The patch looks good to me. Thanks Fujii!
Comment 6 Fujii Hironori 2020-10-26 12:57:51 PDT
Comment on attachment 412288 [details]
Patch

Clearing flags on attachment: 412288

Committed r268992: <https://trac.webkit.org/changeset/268992>
Comment 7 Fujii Hironori 2020-10-26 12:57:54 PDT
All reviewed patches have been landed.  Closing bug.
Comment 8 Radar WebKit Bug Importer 2020-10-26 12:58:17 PDT
<rdar://problem/70691591>