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

Issue 20362002: make the filter mode for GrTextureAccess an enum so we can plumb down (Closed)

Created:
7 years, 5 months ago by humper
Modified:
7 years, 5 months ago
Reviewers:
jvanverth1, bsalomon, reed1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

make the filter mode for GrTextureAccess an enum so we can plumb down the paint's filter modes to the GPU BUG= R=bsalomon@google.com Committed: https://code.google.com/p/skia/source/detail?r=10368

Patch Set 1 #

Total comments: 3

Patch Set 2 : move back to boolean for texture resizing, and fall back to mips for HQ sampling for now" #

Patch Set 3 : fall back to mipmaps for HQ sampling (for now) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+128 lines, -70 lines) Patch
M include/gpu/GrContext.h View 1 1 chunk +1 line, -1 line 0 comments Download
M include/gpu/GrTexture.h View 1 1 chunk +1 line, -1 line 0 comments Download
M include/gpu/GrTextureAccess.h View 6 chunks +26 lines, -20 lines 0 comments Download
M src/core/SkBitmapProcShader.cpp View 1 2 2 chunks +22 lines, -1 line 0 comments Download
M src/effects/SkGpuBlurUtils.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M src/effects/gradients/SkGradientShader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrClipMaskManager.cpp View 2 chunks +3 lines, -2 lines 0 comments Download
M src/gpu/GrContext.cpp View 1 3 chunks +4 lines, -3 lines 0 comments Download
M src/gpu/GrSWMaskHelper.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrTextContext.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrTexture.cpp View 1 3 chunks +12 lines, -7 lines 0 comments Download
M src/gpu/GrTextureAccess.cpp View 4 chunks +8 lines, -8 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 2 4 chunks +25 lines, -3 lines 0 comments Download
M src/gpu/effects/GrSimpleTextureEffect.h View 2 chunks +5 lines, -5 lines 0 comments Download
M src/gpu/effects/GrSimpleTextureEffect.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M src/gpu/effects/GrSingleTextureEffect.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/gpu/effects/GrSingleTextureEffect.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/effects/GrTextureDomainEffect.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/effects/GrTextureDomainEffect.cpp View 4 chunks +6 lines, -6 lines 0 comments Download
M src/gpu/gl/GrGpuGL.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
humper
7 years, 5 months ago (2013-07-25 17:19:54 UTC) #1
bsalomon
https://codereview.chromium.org/20362002/diff/1/src/core/SkBitmapProcShader.cpp File src/core/SkBitmapProcShader.cpp (right): https://codereview.chromium.org/20362002/diff/1/src/core/SkBitmapProcShader.cpp#newcode371 src/core/SkBitmapProcShader.cpp:371: "Sorry, I don't yet support high quality " can ...
7 years, 5 months ago (2013-07-25 17:41:48 UTC) #2
humper
https://codereview.chromium.org/20362002/diff/1/src/core/SkBitmapProcShader.cpp File src/core/SkBitmapProcShader.cpp (right): https://codereview.chromium.org/20362002/diff/1/src/core/SkBitmapProcShader.cpp#newcode371 src/core/SkBitmapProcShader.cpp:371: "Sorry, I don't yet support high quality " On ...
7 years, 5 months ago (2013-07-25 18:18:13 UTC) #3
bsalomon
On 2013/07/25 18:18:13, humper wrote: > https://codereview.chromium.org/20362002/diff/1/src/core/SkBitmapProcShader.cpp > File src/core/SkBitmapProcShader.cpp (right): > > https://codereview.chromium.org/20362002/diff/1/src/core/SkBitmapProcShader.cpp#newcode371 > ...
7 years, 5 months ago (2013-07-25 18:25:25 UTC) #4
humper
Committed patchset #3 manually as r10368 (presubmit successful).
7 years, 5 months ago (2013-07-25 18:49:18 UTC) #5
fmalita_google_do_not_use
On 2013/07/25 18:49:18, humper wrote: > Committed patchset #3 manually as r10368 (presubmit successful). Is ...
7 years, 5 months ago (2013-07-25 19:54:41 UTC) #6
fmalita_google_do_not_use
7 years, 5 months ago (2013-07-25 20:07:34 UTC) #7
Message was sent while issue was closed.
Mike pointed out a unit test is also failing (seems to be related to this CL
also):

http://108.170.217.252:10115/builders/Test-Android-Nexus7-Tegra3-Arm7-Debug/b...

Powered by Google App Engine
This is Rietveld 408576698