| 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 |
* | add installPixels | reed@google.com | 2014-01-24 |
* | Make SkImageFilter crop rects relative to the primitive origin, instead of re... | senorblanco@chromium.org | 2014-01-03 |
* | Fix compilation with SK_ENABLE_INST_COUNT=1 | commit-bot@chromium.org | 2013-12-05 |
* | Fixed bad bitmap size crashes | commit-bot@chromium.org | 2013-12-04 |
* | Adding more validation | commit-bot@chromium.org | 2013-11-25 |
* | remove SkFloatToScalar macro | commit-bot@chromium.org | 2013-11-25 |
* | Added support for Chrome's gpu command buffer extension BindUniformLocation. | commit-bot@chromium.org | 2013-11-07 |
* | Initial error handling code | commit-bot@chromium.org | 2013-10-23 |
* | Lighting filter uses input on raster path | commit-bot@chromium.org | 2013-10-23 |
* | Implement crop rect support for SkMatrixConvolutionImageFilter. | senorblanco@chromium.org | 2013-10-18 |
* | Make SkImageFilter::asNewEffect() (and all derived-class overrides) protected. | senorblanco@chromium.org | 2013-10-17 |
* | Remove need for readFlattenableT from SkLightingImageFilter. | commit-bot@chromium.org | 2013-10-14 |
* | Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing... | senorblanco@chromium.org | 2013-10-10 |
* | 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 |
* | Fixed issues found by fuzzer | commit-bot@chromium.org | 2013-09-13 |
* | 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 |
* | Implement crop rect for lighting image filters. Changes for the CPU path were... | senorblanco@chromium.org | 2013-07-26 |
* | Make GrGLShaderBuilder check whether GrEffect advertised that it would requir... | commit-bot@chromium.org | 2013-05-09 |
* | 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 |
* | 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 |
* | 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 |
* | Add GrEffect::updateKnownColorComponents(). It is used to determine whether t... | bsalomon@google.com | 2013-01-11 |
* | Remove default texture coords / texture matrix | bsalomon@google.com | 2012-11-05 |
* | Make all remaining effects use GrGLEffectMatrix | bsalomon@google.com | 2012-11-02 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-10-31 |
* | Rebase gpu_dev up to r5182 | bsalomon@google.com | 2012-10-29 |
|\ |
|
* | | Pass GrCustomStage to key-generation functions and emitCode(). | bsalomon@google.com | 2012-10-29 |
| * | Fix alpha computation for specular lighting filter (GPU path). | senorblanco@chromium.org | 2012-10-29 |
* | | Make lighting filters directly inherit from GrGLEffect. | bsalomon@google.com | 2012-10-29 |