DescriptionRevert of command_buffer: Enable gl path rendering by default (patchset #1 id:1 of https://codereview.chromium.org/1626363002/ )
Reason for revert:
This CL is causing the Linux Release (NVIDIA) builder to fail:
https://build.chromium.org/p/chromium.gpu/builders/Linux%20Release%20(NVIDIA)
It fails on step gl_tests on test GLClearFramebufferTestWithParam/GLClearFramebufferTest.ClearDepthStencil/0 with this error message:
GLClearFramebufferTestWithParam/GLClearFramebufferTest.ClearDepthStencil/0:
[13969:13969:0126/235302:15239455268986:ERROR:buffer_manager.cc(361)] [GroupMarkerNotSet(crbug.com/242999)!:C84AD1F190090000]GL ERROR :GL_INVALID_ENUM : glBufferData: <- error from previous GL command
../../gpu/command_buffer/tests/gl_test_utils.cc:31: Failure
Value of: error
Actual: 1280
Expected: static_cast<GLenum>(0)
Which is: 0
GL ERROR in no errors at line 52 : 1280
Original issue's description:
> command_buffer: Enable gl path rendering by default
>
> Enable gl path rendering by default if it is supported by the
> hardware.
>
> Skia will use it when GPU rasterization MSAA codepath is used.
>
> BUG=344330
>
> Committed: https://crrev.com/3f4b630297d744ce825a18f167550c10892e7e76
> Cr-Commit-Position: refs/heads/master@{#371753}
TBR=vmiura@chromium.org,bsalomon@google.com,zmo@google.com,senorblanco@chromium.org,zmo@chromium.org,kkinnunen@nvidia.com
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=344330
Committed: https://crrev.com/f3fdb38602a27e727fd28201bd3dd12f22a090a2
Cr-Commit-Position: refs/heads/master@{#371767}
Patch Set 1 #Messages
Total messages: 7 (2 generated)
|