Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(633)

Issue 701573002: Workaround for PowerVR clear issue. (Closed)

Created:
6 years, 1 month ago by bsalomon
Modified:
6 years, 1 month ago
CC:
reviews_skia.org, tfarina
Base URL:
https://skia.googlesource.com/skia.git@no_null
Visibility:
Public.

Description

Workaround for PowerVR clear issue. BUG=skia: Committed: https://skia.googlesource.com/skia/+/63b21962867af0f98e12a3ccbe5eef76b7ecc3aa

Patch Set 1 #

Patch Set 2 : workign #

Patch Set 3 : remove print #

Patch Set 4 : corrected_baseline #

Patch Set 5 : fix discard, whitespace #

Total comments: 6

Patch Set 6 : Address comments #

Patch Set 7 : Add missing spaces #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+101 lines, -48 lines) Patch
M src/gpu/GrDrawTarget.h View 1 2 3 4 5 6 2 chunks +6 lines, -2 lines 0 comments Download
M src/gpu/GrDrawTarget.cpp View 1 2 3 4 5 4 chunks +52 lines, -19 lines 0 comments Download
M src/gpu/GrDrawTargetCaps.h View 1 2 3 4 2 chunks +5 lines, -0 lines 0 comments Download
M src/gpu/GrGpu.h View 1 2 3 3 chunks +5 lines, -9 lines 0 comments Download
M src/gpu/GrGpu.cpp View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M src/gpu/GrInOrderDrawBuffer.h View 1 2 3 2 chunks +4 lines, -5 lines 0 comments Download
M src/gpu/GrInOrderDrawBuffer.cpp View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/gl/GrGLCaps.cpp View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLUtil.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/gpu/gl/GrGLUtil.cpp View 1 2 3 4 5 2 chunks +11 lines, -1 line 2 comments Download
M src/gpu/gl/GrGpuGL.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/gl/GrGpuGL.cpp View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (2 generated)
bsalomon
6 years, 1 month ago (2014-11-04 18:42:30 UTC) #2
bsalomon
On 2014/11/04 18:42:30, bsalomon wrote: This isn't showing all the diffs... hold off until I ...
6 years, 1 month ago (2014-11-04 18:43:35 UTC) #3
bsalomon
Ok, it's now using the correct baseline.
6 years, 1 month ago (2014-11-04 19:12:45 UTC) #4
yunchao
On 2014/11/04 19:12:45, bsalomon wrote: > Ok, it's now using the correct baseline. This fix ...
6 years, 1 month ago (2014-11-05 06:38:46 UTC) #5
robertphillips
lgtm modulo strcmp issue https://codereview.chromium.org/701573002/diff/80001/src/gpu/GrDrawTarget.cpp File src/gpu/GrDrawTarget.cpp (right): https://codereview.chromium.org/701573002/diff/80001/src/gpu/GrDrawTarget.cpp#newcode559 src/gpu/GrDrawTarget.cpp:559: } // We cannot just ...
6 years, 1 month ago (2014-11-05 14:23:00 UTC) #6
bsalomon
https://codereview.chromium.org/701573002/diff/80001/src/gpu/GrDrawTarget.cpp File src/gpu/GrDrawTarget.cpp (right): https://codereview.chromium.org/701573002/diff/80001/src/gpu/GrDrawTarget.cpp#newcode559 src/gpu/GrDrawTarget.cpp:559: } On 2014/11/05 14:22:59, robertphillips wrote: > // We ...
6 years, 1 month ago (2014-11-05 14:56:47 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/701573002/120001
6 years, 1 month ago (2014-11-05 14:57:45 UTC) #9
commit-bot: I haz the power
Committed patchset #7 (id:120001) as 63b21962867af0f98e12a3ccbe5eef76b7ecc3aa
6 years, 1 month ago (2014-11-05 15:05:39 UTC) #10
bsalomon
On 2014/11/05 06:38:46, yunchao wrote: > On 2014/11/04 19:12:45, bsalomon wrote: > > Ok, it's ...
6 years, 1 month ago (2014-11-05 15:28:05 UTC) #11
yunchao
On 2014/11/05 15:28:05, bsalomon wrote: > On 2014/11/05 06:38:46, yunchao wrote: > > On 2014/11/04 ...
6 years, 1 month ago (2014-11-06 01:48:56 UTC) #12
tfarina
https://codereview.chromium.org/701573002/diff/120001/src/gpu/gl/GrGLUtil.cpp File src/gpu/gl/GrGLUtil.cpp (right): https://codereview.chromium.org/701573002/diff/120001/src/gpu/gl/GrGLUtil.cpp#newcode214 src/gpu/gl/GrGLUtil.cpp:214: SK_ARRAY_COUNT(kPowerVRRogueStr)-1)) { can strlen() be used here?
6 years, 1 month ago (2014-11-06 14:23:01 UTC) #13
bsalomon
6 years, 1 month ago (2014-11-06 15:00:30 UTC) #14
Message was sent while issue was closed.
https://codereview.chromium.org/701573002/diff/120001/src/gpu/gl/GrGLUtil.cpp
File src/gpu/gl/GrGLUtil.cpp (right):

https://codereview.chromium.org/701573002/diff/120001/src/gpu/gl/GrGLUtil.cpp...
src/gpu/gl/GrGLUtil.cpp:214: SK_ARRAY_COUNT(kPowerVRRogueStr)-1)) {
On 2014/11/06 14:23:01, tfarina wrote:
> can strlen() be used here?

It could

Powered by Google App Engine
This is Rietveld 408576698