| Commit message (Expand) | Author | Age |
* | When processing a morphology filter on the GPU, pass the processed texture, | senorblanco@chromium.org | 2012-10-02 |
* | Fix recursive GPU processing for SkImageFilter. Plumb through the | senorblanco@chromium.org | 2012-09-27 |
* | This patch adds support for optional processing of the alpha channel in | senorblanco@chromium.org | 2012-09-25 |
* | Make flattenables no longer depend on global static initializers. | scroggo@google.com | 2012-09-21 |
* | Fix premul alpha problems w/matrix convolution filter, and re-enable the bench. | senorblanco@chromium.org | 2012-09-20 |
* | Yet another speculative Android fix. Unreviewed. | senorblanco@chromium.org | 2012-09-19 |
* | Speculative fix for Android GMs. Unreviewed. | senorblanco@chromium.org | 2012-09-19 |
* | Implements a matrix convolution filter (raster path only). The filtering loop | senorblanco@chromium.org | 2012-09-18 |
* | Move GrTextureParams from GrSamplerState to GrTextureAccess | bsalomon@google.com | 2012-09-18 |
* | Make texteffects gm work through serialization and pipe. | scroggo@google.com | 2012-09-12 |
* | Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConf... | bsalomon@google.com | 2012-09-11 |
* | Introduce GrGLShaderBuilder::TextureSampler | bsalomon@google.com | 2012-09-06 |
* | Shut up some Mac (xcode 3) warnings | bsalomon@google.com | 2012-09-05 |
* | Recommit r5350 with fix for image failures (which affected GLs that don't sup... | bsalomon@google.com | 2012-08-30 |
* | Revert 5350 while image changes are diagnosed. | bsalomon@google.com | 2012-08-30 |
* | Remove fModulate from GrGLShaderBuilder | bsalomon@google.com | 2012-08-30 |
* | Some GrGLShaderBuilder cleanup | bsalomon@google.com | 2012-08-28 |
* | Proper Android fix, and revert of workaround in r5267. Unreviewed. | senorblanco@chromium.org | 2012-08-23 |
* | Workaround for Android crash (unreviewed). | senorblanco@chromium.org | 2012-08-23 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | Speculative Android GM blend fix (unreviewed). | senorblanco@chromium.org | 2012-08-23 |
* | Move the code for the GPU implementation of morphology effects from GrContext | senorblanco@chromium.org | 2012-08-22 |
* | Another speculative Android build fix (unreviewed). | senorblanco@chromium.org | 2012-08-22 |
* | Fix for no-GPU build (unreviewed). | senorblanco@chromium.org | 2012-08-22 |
* | Implements the non-Porter-Duff compositing modes required for SVG's feBlend | senorblanco@chromium.org | 2012-08-22 |
* | Move SkColorFilterImageFilter into its own file. | senorblanco@chromium.org | 2012-08-20 |
* | Reapply r5101 and r5102: Made gradient effects use GrTextureStripAtlas. | rileya@google.com | 2012-08-20 |
* | Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity | senorblanco@chromium.org | 2012-08-20 |
* | Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEn... | robertphillips@google.com | 2012-08-16 |
* | Addressed Windows compiler complaints | robertphillips@google.com | 2012-08-15 |
* | Revert GrTextureStripAtlas change due to performance concerns. | rileya@google.com | 2012-08-14 |
* | Fix for GPU-less Linux build: move #include GrTextureStripAtlas into SK_SUPPO... | rileya@google.com | 2012-08-14 |
* | Made gradient effects use GrTextureStripAtlas. | rileya@google.com | 2012-08-14 |
* | Fix Windows build from r5056. | tomhudson@google.com | 2012-08-13 |
* | Fix GPU-less build from r5056. | bsalomon@google.com | 2012-08-13 |
* | Add a zoom filter to Skia. This will be used on ChromeOS to implement the scr... | bsalomon@google.com | 2012-08-13 |
* | privatize SkBuffer.h | mike@reedtribe.org | 2012-08-13 |
* | revert arith change, until I can rebaseline all the images (and check chrome) | mike@reedtribe.org | 2012-08-12 |
* | use premul macro to pack components | mike@reedtribe.org | 2012-08-12 |
* | use SkRegion instead of SkScan/SkBlitter, as we want to privatize the latter | reed@google.com | 2012-08-09 |
* | remove SkShape (unused) | reed@google.com | 2012-08-09 |
* | uniquely name FS functions, add lighting effects to unit test | bsalomon@google.com | 2012-08-07 |
* | Update SkFlattenable buffers to be more modular. | djsollen@google.com | 2012-08-07 |
* | document OwnDeviceCanvas | reed@google.com | 2012-08-07 |
* | move SkFilterShader into private header | reed@google.com | 2012-08-06 |
* | If we lose precision computing sum of the dash intervals, then we can have the | reed@google.com | 2012-08-06 |
* | Registry-based unit test for custom effects | bsalomon@google.com | 2012-08-03 |
* | Introduction of set of functions to manage generation of texture fetch shader... | twiz@google.com | 2012-08-02 |
* | Create GPU-less build of Skia. | bsalomon@google.com | 2012-08-02 |
* | Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() and | senorblanco@chromium.org | 2012-08-01 |