| Commit message (Expand) | Author | Age |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-10-13 |
* | When two or more color matrix image filters are connected together, and the n... | senorblanco@chromium.org | 2012-10-12 |
* | Beef up GrContext::AutoMatrix to handle doing GrPaint matrix adjustments. | bsalomon@google.com | 2012-10-12 |
* | This patch implements generalized DAG connectivity for SkImageFilter. SkImag... | senorblanco@chromium.org | 2012-10-10 |
* | GrPaint encapsulation. | bsalomon@google.com | 2012-10-05 |
* | Change SkLightingImageFilter to derive from SkSingleInputImageFilter, so that... | senorblanco@chromium.org | 2012-10-05 |
* | Rename GrPaint fields/enums/members texture->color mask->coverage. | bsalomon@google.com | 2012-10-05 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-10-05 |
* | Build fix: work around what appears to be an Intel GLSL driver bug. Unrevie... | senorblanco@chromium.org | 2012-10-04 |
* | Implement GPU path for matrix convolution. Note that when not convolving alpha, | senorblanco@chromium.org | 2012-10-04 |
* | Make numTextures() be non-virtual on GrCustomStage. | bsalomon@google.com | 2012-10-04 |
* | 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 |