| Commit message (Expand) | Author | Age |
* | land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matchin... | reed@google.com | 2013-02-04 |
* | Implement support for origin-TopLeft render targets in GL backend. | senorblanco@chromium.org | 2013-02-04 |
* | Make GPU unit tests use GrContexts of different GL types. | bsalomon@google.com | 2013-02-04 |
* | Add sk_ignore_unused_variable to avoid warnings. | bungeman@google.com | 2013-02-04 |
* | move kStyleCount out of Style enum, and into its own, to avoid | mike@reedtribe.org | 2013-02-04 |
* | remove the kMultiply_Mode alias for kModulate_Mode. We plan to re-target kMul... | reed@google.com | 2013-02-01 |
* | Only support SkPicture abort for Android due to the fragility of the existing... | djsollen@google.com | 2013-02-01 |
* | Fix android errors when unflattening an SkImageRef_ashmem object. | djsollen@google.com | 2013-02-01 |
* | revert name changes to SkBlendImageFilter. It (correctly) named its enum kMul... | reed@google.com | 2013-02-01 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-31 |
* | Adding kMultiply_Mode (as an alias to kModulate_Mode) in SkBlendImageFilter.h... | robertphillips@google.com | 2013-01-31 |
* | Readding kMultiply_Mode (as an alias to kModulate_Mode) in SkXfermode.h to ge... | robertphillips@google.com | 2013-01-31 |
* | 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 |
* | Adds SkMWCRandom, which generates random numbers using a variant of George Ma... | jvanverth@google.com | 2013-01-30 |
* | add SK_API to SkMutex (for chrome) | reed@google.com | 2013-01-29 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-29 |
* | tweak to comments, ws change to trigger bots | reed@google.com | 2013-01-28 |
* | fix build | reed@google.com | 2013-01-28 |
* | Added toString to SkDrawLooper-derived classes | robertphillips@google.com | 2013-01-28 |
* | Fix debug build. Unreviewed. | senorblanco@chromium.org | 2013-01-28 |
* | Add an origin flag for backend (external) textures. Some textures in WebKit ... | senorblanco@chromium.org | 2013-01-28 |
* | Remove getter of writable GrEffectStage from GrDrawState. | bsalomon@google.com | 2013-01-28 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | Fix nextRangeU(0, MAX_UINT) div by zero. | bsalomon@google.com | 2013-01-25 |
* | Move random from core to utils | bsalomon@google.com | 2013-01-25 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.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 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-24 |
* | Add deferred count to GrResource. | bsalomon@google.com | 2013-01-23 |
* | Fix bug introduced in r7348, deleting wrapped resources. | bsalomon@google.com | 2013-01-23 |
* | Make GrResource know whether 3D objects' lifetimes are managed by Skia or not. | bsalomon@google.com | 2013-01-23 |
* | Reland r7342 with fixes. | bsalomon@google.com | 2013-01-23 |
* | Revert 7342 to investigate failures. | bsalomon@google.com | 2013-01-23 |
* | Add GrDrawState::DeferredState for saving GrDrawStates in GrInOrderDrawBuffer. | bsalomon@google.com | 2013-01-23 |
* | add alias for MakeFromIRect (just Make) | reed@google.com | 2013-01-23 |
* | Use Skia style cast in SkDeviceProperties. | bungeman@google.com | 2013-01-23 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-23 |
* | Speculative fix for cros_daisy compilation failure | robertphillips@google.com | 2013-01-23 |
* | Remove declaration of unimplemented function. | bsalomon@google.com | 2013-01-22 |
* | 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 |
* | Fix VC++ warning and Android only code for 7317. | bungeman@google.com | 2013-01-22 |
* | Expose geometry and gamma on device. | bungeman@google.com | 2013-01-22 |
* | Added toString to SkXfermode-derived classes (for debugger) | robertphillips@google.com | 2013-01-22 |
* | Add GPU support for axis-aligned ovals: | jvanverth@google.com | 2013-01-22 |
* | (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 |