| Commit message (Expand) | Author | Age |
* | use SkColorType instead of SkBitmap::Config in views/effects | commit-bot@chromium.org | 2014-02-16 |
* | Make SkImageFilter methods const. | commit-bot@chromium.org | 2014-02-05 |
* | Refactor read and write buffers. | commit-bot@chromium.org | 2014-01-30 |
* | Make SkImageFilter crop rects relative to the primitive origin, instead of re... | senorblanco@chromium.org | 2014-01-03 |
* | Fixed bad bitmap size crashes | commit-bot@chromium.org | 2013-12-04 |
* | Adding more validation | commit-bot@chromium.org | 2013-11-25 |
* | Added support for Chrome's gpu command buffer extension BindUniformLocation. | commit-bot@chromium.org | 2013-11-07 |
* | Adding size parameter to read array functions | commit-bot@chromium.org | 2013-10-31 |
* | Follow up to serialization validation code | commit-bot@chromium.org | 2013-10-23 |
* | Initial error handling code | commit-bot@chromium.org | 2013-10-23 |
* | Implement SkColorFilter as a GrGLEffect | commit-bot@chromium.org | 2013-10-23 |
* | Fix for cropped matrix convolution for BottomLeft render targets. | senorblanco@chromium.org | 2013-10-20 |
* | Implement crop rect support for SkMatrixConvolutionImageFilter. | senorblanco@chromium.org | 2013-10-18 |
* | Make GPU coord transforms automatic | bsalomon@google.com | 2013-10-02 |
* | Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://co... | robertphillips@google.com | 2013-09-16 |
* | Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on ... | robertphillips@google.com | 2013-09-16 |
* | Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview... | robertphillips@google.com | 2013-09-16 |
* | Initial error handling code | commit-bot@chromium.org | 2013-09-13 |
* | Change old PRG to be SkLCGRandom; change new one to SkRandom | commit-bot@chromium.org | 2013-09-09 |
* | Rename ShaderType enum to ShaderVisibility | commit-bot@chromium.org | 2013-08-30 |
* | Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var ... | commit-bot@chromium.org | 2013-08-28 |
* | In image filters, apply the CTM and offset to the crop rect. This is necessar... | senorblanco@chromium.org | 2013-08-27 |
* | Refactor GrGLUniformManager::UniformHandle to initialize itself by default | commit-bot@chromium.org | 2013-08-14 |
* | effects: Replaces uses of GrAssert with SkASSERT. | commit-bot@chromium.org | 2013-08-14 |
* | Implement crop rect for lighting image filters. Changes for the CPU path were... | senorblanco@chromium.org | 2013-07-26 |
* | Remove SkImageFilter::getInputResult(), since its return value is not | senorblanco@chromium.org | 2013-05-24 |
* | Reverting r9245 due to Chrome breakage | robertphillips@google.com | 2013-05-22 |
* | Remove SkImageFilter::getInputResult(), since its return value is not | senorblanco@chromium.org | 2013-05-22 |
* | Allow single-pass filters (which use asNewEffect()) to participate in the ima... | senorblanco@chromium.org | 2013-04-08 |
* | Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. | bsalomon@google.com | 2013-03-25 |
* | Fix minor valgrind-found memory leaks | robertphillips@google.com | 2013-03-21 |
* | Attempt to reland 8264-5 with warning-as-error fixes. | bsalomon@google.com | 2013-03-20 |
* | revert 8265-8264 (broke build) | reed@google.com | 2013-03-20 |
* | Adds local coords to GrEffect system. | bsalomon@google.com | 2013-03-20 |
* | Make GrGLEffects use an interface to append their code. | bsalomon@google.com | 2013-03-07 |
* | Use SkMWRandom in GLPrograms test. | bsalomon@google.com | 2013-02-13 |
* | Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into ... | senorblanco@chromium.org | 2013-02-04 |
* | Add an origin flag for backend (external) textures. Some textures in WebKit ... | senorblanco@chromium.org | 2013-01-28 |
* | Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. | bsalomon@google.com | 2013-01-22 |
* | Let them eat GrEffectRef. | bsalomon@google.com | 2013-01-22 |
* | Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffec... | bsalomon@google.com | 2013-01-17 |
* | Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr-... | bsalomon@google.com | 2013-01-16 |
* | Wrap GrEffects in GrEffectPtr. | bsalomon@google.com | 2013-01-16 |
* | Fix a problem in the matrix convolution image filter exposed by https://code.... | senorblanco@chromium.org | 2013-01-14 |
* | Implement getConstantColorComponents() for matrix convolution. | bsalomon@google.com | 2013-01-11 |
* | fix warning from scalar --> int32 conversion | humper@google.com | 2013-01-07 |
* | Clean up some Windows compiler warnings. | senorblanco@chromium.org | 2012-11-29 |
* | 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 |