| Commit message (Expand) | Author | Age |
* | First pass at Rect Effect | robertphillips@google.com | 2013-04-09 |
* | Allow single-pass filters (which use asNewEffect()) to participate in the ima... | senorblanco@chromium.org | 2013-04-08 |
* | Add support for reading the dst pixel value in an effect. Use in a new effect... | bsalomon@google.com | 2013-03-29 |
* | Make GM render to render targets that are also textures. | bsalomon@google.com | 2013-03-28 |
* | Add GrPaint stage for xfermodes. | bsalomon@google.com | 2013-03-28 |
* | Fix assertion failure in SkGpuDevice from 8412. | bsalomon@google.com | 2013-03-27 |
* | Add interface to SkXfermode to return a GrEffect and blend coeffs. | bsalomon@google.com | 2013-03-27 |
* | PDF: add support for named destinations. | epoger@google.com | 2013-03-08 |
* | Revert r8000 due to failures on some buildbots | epoger@google.com | 2013-03-06 |
* | PDF: add support for named destinations | epoger@google.com | 2013-03-06 |
* | Remove legacy names no longer referenced in Chrome and WebKit. | bsalomon@google.com | 2013-02-07 |
* | clone of https://codereview.appspot.com/7208043/ | reed@google.com | 2013-01-30 |
* | This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmap... | senorblanco@chromium.org | 2013-01-30 |
* | Only clear the part of the texture used by the device (duh!) | bsalomon@google.com | 2013-01-25 |
* | add optional cull-rect to patheffects, so they can do less work if their results | reed@google.com | 2013-01-24 |
* | Make all GrContext members that return a texture also ref the texture for the... | bsalomon@google.com | 2013-01-24 |
* | Let them eat GrEffectRef. | bsalomon@google.com | 2013-01-22 |
* | Add GPU support for axis-aligned ovals: | jvanverth@google.com | 2013-01-22 |
* | Partial revert of r7287 to green up the bots. | senorblanco@chromium.org | 2013-01-18 |
* | (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.) | senorblanco@chromium.org | 2013-01-18 |
* | Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283) | robertphillips@google.com | 2013-01-18 |
* | Implement a bicubic resampling image filter, with raster and GPU backends. | senorblanco@chromium.org | 2013-01-18 |
* | Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffec... | bsalomon@google.com | 2013-01-17 |
* | Wrap GrEffects in GrEffectPtr. | bsalomon@google.com | 2013-01-16 |
* | Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader. | bsalomon@google.com | 2013-01-14 |
* | Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No ch... | senorblanco@chromium.org | 2013-01-10 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-09 |
* | fix GPU drawing for 8 bit alpha bitmaps | humper@google.com | 2013-01-08 |
* | eliminate all warnings in non-thirdparty code on mac | humper@google.com | 2013-01-07 |
* | Reland 6914 w/ fixes. | bsalomon@google.com | 2012-12-20 |
* | Revert 6914 to fix build issues. | bsalomon@google.com | 2012-12-20 |
* | Simplify cache IDs and keys. | bsalomon@google.com | 2012-12-20 |
* | Follow up on the previous patch : | sugoi@google.com | 2012-12-17 |
* | Defining new color constat for transparent color | junov@google.com | 2012-12-06 |
* | As part of preliminary groundwork for a chromium fix, this changelist is depr... | sugoi@google.com | 2012-12-06 |
* | remove legacy build-guards, now that webkit has rebaselined these. | reed@google.com | 2012-11-26 |
* | Some improvements to reduce the number of pixels touched in generating alpha ... | bsalomon@google.com | 2012-11-07 |
* | Remove default texture coords / texture matrix | bsalomon@google.com | 2012-11-05 |
* | Fix for 2 parallel gpu rendering issues (bigbitmaprect & image-surface) | robertphillips@google.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 |
* | Add validation check to GrGpu::createTexture & minor SkGpuDevice cleanup | robertphillips@google.com | 2012-10-31 |
* | Rename GrSamplerState to GrEffectStage. | bsalomon@google.com | 2012-10-26 |
* | GrCustomStage Renaming Part 5 | bsalomon@google.com | 2012-10-25 |