Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
b74ef035a42af8acf028abd129cb59862cb15c46
/
src
/
effects
/
GrCircleBlurFragmentProcessor.cpp
f57c0d6
automatically generate clone() methods for SkSL fragment processors
by Ethan Nicholas
· 8 years ago
5af9ea3
renamed SkSL types in preparation for killing precision modifiers
by Ethan Nicholas
· 8 years ago
480c90a
moved changes out of autogenerated .cpp file and into source .fp file
by Ethan Nicholas
· 8 years ago
066f020
Reduce dependence on GrSurface's origin field (take 3)
by Robert Phillips
· 8 years ago
6af2a66
Revert "Reduce dependence on GrSurface's origin field (take 2)"
by Robert Phillips
· 8 years ago
22115b4
Reduce dependence on GrSurface's origin field (take 2)
by Robert Phillips
· 8 years ago
c686ce3
Smaller fragment from "Reduce dependence on GrSurface's origin field"
by Robert Phillips
· 8 years ago
96be9df
Revert "Reduce dependence on GrSurface's origin field"
by Robert Phillips
· 8 years ago
467022b
Reduce dependence on GrSurface's origin field
by Robert Phillips
· 8 years ago
b7e8c3b
run skslc output through clang-format
by Ethan Nicholas
· 8 years ago
cda2015
Make dither range symmetric about 0
by Brian Salomon
· 8 years ago
1c8f73d
Run clang-format on GrCircleBlurFP.cpp
by Brian Osman
· 8 years ago
ceb4d48
Re-land "converted GrCircleBlurFragmentProcessor to sksl"
by Ethan Nicholas
· 8 years ago
818ac5a
Revert "converted GrCircleBlurFragmentProcessor to sksl"
by Ethan Nicholas
· 8 years ago
9b80ffc
converted GrCircleBlurFragmentProcessor to sksl
by Ethan Nicholas
· 8 years ago
fbcef6e
Clean up GrResourceProvider usage
by Robert Phillips
· 8 years ago
ab015ef
Move the ability to access textures, buffers, and image storages out from GrProcessor.
by Brian Salomon
· 8 years ago
296b1cc
Retract GrContext from src/gpu/effects
by Robert Phillips
· 8 years ago
26c90e0
Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps
by Robert Phillips
· 8 years ago
d374948
Consolidate Proxy caching code in GrResourceProvider
by Robert Phillips
· 8 years ago
32342f0
Rebase and fix chromium
by Brian Osman
· 8 years ago
875218e
Wrap cached GrTextures in GrTextureProxies (e.g., blur profiles, nine-patch blurs, etc.)
by Robert Phillips
· 8 years ago
dbc8eeb
Remove GrProcessorTestData's GrTextures
by Robert Phillips
· 8 years ago
f3b995b
Clarify when tweak alpha for coverage optimizaton can occur.
by Brian Salomon
· 8 years ago
cb30bb2
Remove GrFragmentProcessor::computeInvariantOutput
by Brian Salomon
· 8 years ago
3865711
Replaced all calls to fragmentPosition() with sk_FragCoord
by Ethan Nicholas
· 8 years ago
cae3a4c
Revert "Replaced all calls to fragmentPosition() with sk_FragCoord"
by Ethan Nicholas
· 9 years ago
6f6961e
make GR_TEST_UTILS=0 work
by Hal Canary
· 9 years ago
587e08f
Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations.""
by Brian Salomon
· 9 years ago
052fd51
Revert "Start of rewrite of GrFragmentProcessor optimizations."
by Ethan Nicholas
· 9 years ago
85eb422
Start of rewrite of GrFragmentProcessor optimizations.
by Brian Salomon
· 9 years ago
de4d301
Replaced all calls to fragmentPosition() with sk_FragCoord
by Ethan Nicholas
· 9 years ago
94efbf5
Merge GrGLSLCaps into GrShaderCaps
by Brian Salomon
· 9 years ago
514baff
Rename GrTextureParams to GrSamplerParams
by Brian Salomon
· 9 years ago
0bbecb2
Rename GrTextureAccess to GrProcessor::TextureSampler.
by Brian Salomon
· 9 years ago
67b39de
s/SkAutoTUnref/sk_sp/ in src/ part 1
by Hal Canary
· 9 years ago
7ecc596
Remove SkAutoTDeleteArray
by Ben Wagner
· 9 years ago
af68fa1
Improvements for circluar blurs in GPU backend.
by bsalomon
· 9 years ago
f7fcdb2
Bin circular blur profile textures by scale and blur to radius ratio.
by bsalomon
· 9 years ago
06ca8ec
sk_sp for Ganesh.
by bungeman
· 9 years ago
82ad93c
When building circle blur profile evaluate kernel vertically once per column
by bsalomon
· 9 years ago
b525721
Make circle blur profile computation separable
by bsalomon
· 9 years ago
3ab53d0
Reformat circle blur profile computation and add comments.
by bsalomon
· 9 years ago
3f6f76f
Rename EmitArgs::fSamplers to fTexSamplers
by cdalton
· 9 years ago
6c71e0a
Reverse dependency between SkScalar.h and SkFixed.h.
by benjaminwagner
· 9 years ago
9d524f2
Style bikeshed - remove extraneous whitespace
by halcanary
· 9 years ago
5ec26ae
Move Budgeted enum out of SkSurface, use in GrTextureProvider
by bsalomon
· 9 years ago
bd500f0
Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ )
by bsalomon
· 9 years ago
57599fe
Move Budgeted enum out of SkSurface, use in GrTextureProvider
by bsalomon
· 9 years ago
9d24023
Ensure the Gaussian tail of circle blurs goes to zero.
by benjaminwagner
· 9 years ago
8528541
Add more specialized fragment builders
by cdalton
· 9 years ago
5e58cee
Add GrShaderFlags enum
by cdalton
· 9 years ago
9cdb992
Clean up GrGLSLFragmentProcessor-derived classes
by robertphillips
· 10 years ago
4e56772
Address precision issue in circle blur effect
by robertphillips
· 10 years ago
7ea439b
Create GLSLUniformHandler class for gpu backend
by egdaniel
· 10 years ago
4ca2e60
Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder.
by egdaniel
· 10 years ago
57d3b03
Rename some processor functions from GL to GLSL
by egdaniel
· 10 years ago
64c4728
Make all GrFragmentProcessors GL independent.
by egdaniel
· 10 years ago
2d721d3
Move all ShaderBuilder files to GLSL
by egdaniel
· 10 years ago
018fb62
Create GLSL base class for ProgramDataManager
by egdaniel
· 10 years ago
0d705a4
Fix vs2015 build
by bsalomon
· 10 years ago
30c4cae
Add special case circle blur for Ganesh
by robertphillips
· 10 years ago