| Commit message (Expand) | Author | Age |
* | Use double precision when iterating in SkDashPathEffect::filterPath() | fmalita@google.com | 2012-12-12 |
* | Fix generation of random two point gradients for program unit test. | bsalomon@google.com | 2012-12-11 |
* | Add drawPoints dash bench | robertphillips@google.com | 2012-12-05 |
* | Pull SkMergeImageFilter out into its own file. | senorblanco@chromium.org | 2012-12-04 |
* | Fixed remaining clang compiler warnings | robertphillips@google.com | 2012-12-03 |
* | Clean up some Windows compiler warnings. | senorblanco@chromium.org | 2012-11-29 |
* | Turn on the separable blur (release the hounds!). This will require rebaseli... | senorblanco@chromium.org | 2012-11-29 |
* | Modify the blur bench to add tests for high-quality blurs, and large non-inte... | senorblanco@chromium.org | 2012-11-29 |
* | Added dashing fast path | robertphillips@google.com | 2012-11-28 |
* | Implement radius interpolation for separable blur. Unroll both separable imp... | senorblanco@chromium.org | 2012-11-27 |
* | don't leak *every* src mask in the ninepatch case. doh. | reed@google.com | 2012-11-27 |
* | 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 |