index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
effects
Commit message (
Expand
)
Author
Age
*
Add convex polygon rendering effect and GM to test it.
commit-bot@chromium.org
2014-01-30
*
Use GrTextureDomain in GrBicubicEffect to perform non-bleeding HQ filter draw...
commit-bot@chromium.org
2013-12-16
*
Make GrBicubicEffect take tile modes rather than GrTextureParams.
commit-bot@chromium.org
2013-12-10
*
cast -1 to Mode to avoid warning (enum compared to signed int)
reed@google.com
2013-12-09
*
Make texture domain a helper so that it can be incorporated into other effects.
commit-bot@chromium.org
2013-12-09
*
HQ filtering for tiled/bleed drawBitmap
commit-bot@chromium.org
2013-12-02
*
Reverting r12427
rmistry@google.com
2013-12-02
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-12-02
*
Speed up GrResourceCache lookup by inlining GrBinHashKey comparisons
commit-bot@chromium.org
2013-11-28
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-11-12
*
Hook in rough distance field support for fonts
jvanverth@google.com
2013-11-11
*
Added support for Chrome's gpu command buffer extension BindUniformLocation.
commit-bot@chromium.org
2013-11-07
*
use the supplied matrix instead of the texture w/h div for the bicubic GPU ef...
commit-bot@chromium.org
2013-10-23
*
Implement SkColorFilter as a GrGLEffect
commit-bot@chromium.org
2013-10-23
*
GrTHashCache -> GrTHashTable
mtklein@google.com
2013-10-21
*
Express (GLSL expression, possibly known value) pairs as a class
commit-bot@chromium.org
2013-10-10
*
Move VertexBuilder to a GrGLFullShaderBuilder subclass
commit-bot@chromium.org
2013-10-04
*
Make GPU coord transforms automatic
bsalomon@google.com
2013-10-02
*
Mark when effects and programs have vertex code
commit-bot@chromium.org
2013-09-30
*
Add a GrCustomCoordsTextureEffect class
commit-bot@chromium.org
2013-09-30
*
Revert "Add a requiresVertexShader method to GrGLEffect"
commit-bot@chromium.org
2013-09-30
*
Replace uses of GrNoncopyable by SkNoncopyable.
commit-bot@chromium.org
2013-09-18
*
Change old PRG to be SkLCGRandom; change new one to SkRandom
commit-bot@chromium.org
2013-09-09
*
Add a requiresVertexShader method to GrGLEffect
commit-bot@chromium.org
2013-09-06
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-09-05
*
fix the onIsEqual method on the new bicubic effect to consider the texture ac...
humper@google.com
2013-09-04
*
add support for high quality image filtering on the GPU
humper@google.com
2013-09-04
*
Isolate VertexBuilder from GrGLShaderBuilder
commit-bot@chromium.org
2013-08-30
*
Rename ShaderType enum to ShaderVisibility
commit-bot@chromium.org
2013-08-30
*
Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var ...
commit-bot@chromium.org
2013-08-28
*
Add GMs for gpu Bezier shaders
commit-bot@chromium.org
2013-08-23
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-08-23
*
Pull out Effect Shaders in GPU Path Renderer
commit-bot@chromium.org
2013-08-22
*
Revert "Pull out Effect Shaders in GPU Path Renderer"
egdaniel@google.com
2013-08-22
*
Pull out Effect Shaders in GPU Path Renderer
commit-bot@chromium.org
2013-08-22
*
Fix stack buffer read overflow in GrConvolutionEffect::TestCreate.
bungeman@google.com
2013-08-20
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Refactor GrGLUniformManager::UniformHandle to initialize itself by default
commit-bot@chromium.org
2013-08-14
*
Small optimization for convolution shader: only apply the bounds check in dir...
senorblanco@chromium.org
2013-07-29
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-26
*
make the filter mode for GrTextureAccess an enum so we can plumb down
humper@google.com
2013-07-25
*
This patch implements a crop rect for SkImageFilter. It has been implemented ...
senorblanco@chromium.org
2013-07-24
*
Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side...
robertphillips@google.com
2013-07-24
*
This patch implements a crop rect for SkImageFilter. It has been implemented ...
senorblanco@chromium.org
2013-07-22
*
Replace all instances of GrRect with SkRect.
commit-bot@chromium.org
2013-07-17
*
Make GrPaint have a variable sized array of color and coverage stages rather ...
commit-bot@chromium.org
2013-07-13
*
Make GrGLConfigConversionEffect work on Intel GPUs
commit-bot@chromium.org
2013-06-19
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-20
*
One SkTSearch to rule them all. Allow key to be of different type than the ar...
bsalomon@google.com
2013-05-17
*
Expand modulate, add, subtract, extract component glsl helpers.
bsalomon@google.com
2013-04-18
[next]