Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
ce6a354e121915c2925e545e7df2929492d69d50
/
src
/
effects
/
SkPerlinNoiseShader.cpp
ce6a354
Fix tiled perlin noise.
by senorblanco
· 10 years ago
9de5b51
SkShader::asNewEffect Refactoring
by dandov
· 10 years ago
a3264e5
Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)"
by commit-bot@chromium.org
· 10 years ago
d0f824c
Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)
by commit-bot@chromium.org
· 10 years ago
986d681
setConfig -> setInfo
by commit-bot@chromium.org
· 10 years ago
b67b8e6
apply localmatrix in pre-order, to match other shaders
by reed@google.com
· 10 years ago
96fb748
add localmatrix parameter to shader's asNewEffect
by commit-bot@chromium.org
· 10 years ago
ce56d96
Remove SkShader virtual method validContext
by commit-bot@chromium.org
· 10 years ago
e901b6d
create struct to hold all the params passed around for shader::context
by commit-bot@chromium.org
· 11 years ago
87fcd95
Revert of Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/249643002/)
by commit-bot@chromium.org
· 11 years ago
6e5671d
Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/)
by commit-bot@chromium.org
· 11 years ago
bc2f1dc
Extract most of the mutable state of SkShader into a separate Context object.
by commit-bot@chromium.org
· 11 years ago
53783b0
Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/)
by commit-bot@chromium.org
· 11 years ago
001f4ed
Extract most of the mutable state of SkShader into a separate Context object.
by commit-bot@chromium.org
· 11 years ago
a8d95f8
Perform perlin noise matrix computations once per frame, not per pixel.
by senorblanco@chromium.org
· 11 years ago
9fbbcca
SkPerlinNoiseShader::CreateTubulenceNoise() is misspelled
by commit-bot@chromium.org
· 11 years ago
0f10f7b
Allow toString capability to be toggled independent of developer mode.
by commit-bot@chromium.org
· 11 years ago
fd5c9a6
Begin making SkPerlinNoiseShader const.
by commit-bot@chromium.org
· 11 years ago
47d98c8
Fix CTM scaling and clipping of SkRectShaderImageFilter.
by senorblanco@chromium.org
· 11 years ago
8b0e8ac
Refactor read and write buffers.
by commit-bot@chromium.org
· 11 years ago
9ebcac5
add installPixels
by reed@google.com
· 11 years ago
857e320
Use truncation, not rounding, when converting perlin noise seed (required by SVG spec).
by senorblanco@chromium.org
· 11 years ago
8015cdd
replace SkScalarMulRound(a,b) with SkScalarRountToInt(a*b)
by reed@google.com
· 11 years ago
ce33d60
Adding more validation
by commit-bot@chromium.org
· 11 years ago
4b413c8
remove SkFloatToScalar macro
by commit-bot@chromium.org
· 11 years ago
c2a0ea6
Perlin issue fixed
by commit-bot@chromium.org
· 11 years ago
a34995e
Implement SkColorFilter as a GrGLEffect
by commit-bot@chromium.org
· 11 years ago
77af680
Make GPU coord transforms automatic
by bsalomon@google.com
· 11 years ago
e0e7cfe
Change old PRG to be SkLCGRandom; change new one to SkRandom
by commit-bot@chromium.org
· 11 years ago
74a3a21
Rename ShaderType enum to ShaderVisibility
by commit-bot@chromium.org
· 11 years ago
7ab7ca4
Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var name.
by commit-bot@chromium.org
· 11 years ago
9839320
Removing highp variables from perlin noise shader
by commit-bot@chromium.org
· 11 years ago
344cf45
*** Perlin noise GM needs to be rebaselined ***
by commit-bot@chromium.org
· 11 years ago
d537af5
Fixed gpu perlin noise on Windows
by sugoi@google.com
· 11 years ago
423ac13
Disabling GPU noise on Windows since Angle can't do a proper translation of this shader to HLSL.
by sugoi@google.com
· 12 years ago
319baf9
Reducing the complexity of the noise test for Angle
by sugoi@google.com
· 12 years ago
0a1db4a
Fixing debug bench assert on Android
by sugoi@google.com
· 12 years ago
4775cba
Perlin noise adjustments
by sugoi@google.com
· 12 years ago
cff0243
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
b4bdb65
Unreviewed test fix
by sugoi@google.com
· 12 years ago
e3b4c50
New SVG turbulence in Skia
by sugoi@google.com
· 12 years ago
8cf10ef
Reverting r8376, r8373 and r8371 due to Android shader compilation failures
by robertphillips@google.com
· 12 years ago
2874906
Unreviewed build fix
by sugoi@google.com
· 12 years ago
2daa365
New SVG turbulence in Skia
by sugoi@google.com
· 12 years ago
b7636d3
Reverting 8313 (SVG turbulence) due to Ubuntu failures
by robertphillips@google.com
· 12 years ago
3067cc9
New SVG turbulence in Skia
by sugoi@google.com
· 12 years ago