| Commit message (Expand) | Author | Age |
* | 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 |
* | GrCustomStage Renaming Part 4 | bsalomon@google.com | 2012-10-24 |
* | GrCustomStage Renaming Part 3 | bsalomon@google.com | 2012-10-24 |
* | GrCustomStage Renaming Part 2 | bsalomon@google.com | 2012-10-24 |
* | CustomStage Renaming Part 1 | bsalomon@google.com | 2012-10-24 |
* | Protect filter_texture() against render target change. | senorblanco@chromium.org | 2012-10-24 |
* | Reset clip in ~SkGpuDevice | robertphillips@google.com | 2012-10-24 |
* | GPU: add failure checks for the scratch textures used in Gaussian blur. | robertphillips@google.com | 2012-10-19 |
* | Make table color filter use asNewCustomStage. | bsalomon@google.com | 2012-10-17 |
* | Use GrCustomStage to implement color matrix. | bsalomon@google.com | 2012-10-17 |
* | Reland r5963 with two fixes: | bsalomon@google.com | 2012-10-16 |
* | Revert r5962 because of failures. | bsalomon@google.com | 2012-10-16 |