| Commit message (Expand) | Author | Age |
... | |
* | change SkDrawFilter::filter to return a bool, where false means don't-draw | reed@google.com | 2012-11-26 |
* | limit the rects width/height as well as its coords, when avoiding too-large | reed@google.com | 2012-11-21 |
* | Separable mask blurs: Add compile-time flag. Fix reversed offsets in asymme... | senorblanco@chromium.org | 2012-11-20 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-20 |
* | skip very large rects (for now) until we can pre-clip them to avoid floating | reed@google.com | 2012-11-19 |
* | use SkPath::isNestedRects() to apply blurred nine-patch | reed@google.com | 2012-11-19 |
* | Revert r6469, "Turn on separable blur." | senorblanco@chromium.org | 2012-11-17 |
* | Turn on separable blur. | senorblanco@chromium.org | 2012-11-16 |
* | Separable blur: subpixel blurring. We approximate intermediate values of bl... | senorblanco@chromium.org | 2012-11-16 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-16 |
* | Reorder the separable blur passes into XXX/YYY, with an image transpose on th... | senorblanco@chromium.org | 2012-11-15 |
* | Build fix. Unreviewed. | senorblanco@chromium.org | 2012-11-13 |
* | A new implementation of mask blurs, using separable X/Y passes. Disabled for... | senorblanco@chromium.org | 2012-11-13 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-10 |
* | add entry-point to SkMaskFilter to fast-path rectangles. | reed@google.com | 2012-11-09 |
* | Fix for Chrome mac_gpu compiler failure | robertphillips@google.com | 2012-11-08 |
* | Add temporary interfaces in blur and clip to | caryclark@google.com | 2012-11-07 |
* | Break out SkOffsetImageFilter into its own file, and derive it from | senorblanco@chromium.org | 2012-11-06 |
* | Remove default texture coords / texture matrix | bsalomon@google.com | 2012-11-05 |
* | Attempt to patch Chrome compiler failures | robertphillips@google.com | 2012-11-05 |
* | Make all remaining effects use GrGLEffectMatrix | bsalomon@google.com | 2012-11-02 |
* | Make morphology, convolution, and table color filter opt out of default textu... | bsalomon@google.com | 2012-11-02 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-02 |
* | Replace GrMatrix with SkMatrix. | bsalomon@google.com | 2012-11-01 |
* | Remove GrScalar, replace with SkScalar. | bsalomon@google.com | 2012-11-01 |
* | Reland r6233 with fix. | bsalomon@google.com | 2012-11-01 |
* | Re-revert r6233. | bsalomon@google.com | 2012-11-01 |
* | Reland r6233 with fix for config conversion texture matrices. | bsalomon@google.com | 2012-11-01 |
* | Revert r6233 while investigating bot failures. | bsalomon@google.com | 2012-11-01 |
* | Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. | bsalomon@google.com | 2012-11-01 |
* | Make SkShader store localM directly rather than as a separate alloc. | bsalomon@google.com | 2012-10-31 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-10-31 |
* | Upstreaming changes from gpu_dev to trunk. | bsalomon@google.com | 2012-10-30 |
|\ |
|
* | | Remove unnecessary mul and assignment in gradient shaders. | bsalomon@google.com | 2012-10-30 |
| * | Rebase gpu_dev up to r5182 | bsalomon@google.com | 2012-10-29 |
| |\
| |/
|/| |
|
| * | Pass GrCustomStage to key-generation functions and emitCode(). | bsalomon@google.com | 2012-10-29 |
* | | Fix alpha computation for specular lighting filter (GPU path). | senorblanco@chromium.org | 2012-10-29 |
| * | Make lighting filters directly inherit from GrGLEffect. | bsalomon@google.com | 2012-10-29 |
| * | Make GrGLConvolutionEffect, GrGLMorphologyEffect, and GrGLMagnifierEffect der... | bsalomon@google.com | 2012-10-29 |
| * | Make GrGLGradientEffect derive directly from GrGLEffect. | bsalomon@google.com | 2012-10-29 |
| * | Rebaseline gpu_dev from trunk at r6159. | bsalomon@google.com | 2012-10-26 |
| |\
| |/
|/| |
|
* | | Add a factory Create function for SkColorFilterImageFilter, and move the matr... | senorblanco@chromium.org | 2012-10-26 |
| * | Make a bunch of GrGLEffects derive directly from GrGLEffect rather than GrGLL... | bsalomon@google.com | 2012-10-26 |
| * | Make the orientation of a texture accessible from and known by GrSurface. | bsalomon@google.com | 2012-10-26 |
| * | Make GrGLEffect::setData take GrEffectStage rather than GrEffect. | bsalomon@google.com | 2012-10-26 |
|/ |
|
* | Rename GrSamplerState to GrEffectStage. | bsalomon@google.com | 2012-10-26 |
* | GrGLGradientStage->GrGLGradientEffect | bsalomon@google.com | 2012-10-25 |
* | Rename StageKey and related stuff. | bsalomon@google.com | 2012-10-25 |
* | Rename GrProgramStageFactory to GrBackendEffectFactory. | bsalomon@google.com | 2012-10-25 |
* | GrGLProgramStage Renaming Part 3 | bsalomon@google.com | 2012-10-25 |