| Commit message (Expand) | Author | Age |
* | Remove unused SK_SUPPORT_LEGACY_ROUND_MIPMAP_LEVEL_CHOICE guard | fmalita | 2015-05-08 |
* | Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (pat... | reed | 2015-05-07 |
* | Sketch splitting SkPicture into an interface and SkBigPicture. | mtklein | 2015-05-07 |
* | use floor for mip-level choice | reed | 2015-05-06 |
* | Make drawImage a virtual on SkDevice | reed | 2015-05-06 |
* | Revert of Revert of Revert of Make drawImage a virtual on SkDevice (patchset ... | reed | 2015-05-06 |
* | Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of... | reed | 2015-05-06 |
* | Make SkFunction copyable so it can go in containers. | mtklein | 2015-05-06 |
* | Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https... | reed | 2015-05-05 |
* | Make drawImage a virtual on SkDevice | reed | 2015-05-05 |
* | remove dead code behind BOOL_ONGETINFO | reed | 2015-05-05 |
* | remove dead SK_SUPPORT_LEGACY_CUBIC_CHOPPER code | reed | 2015-05-05 |
* | Revert of Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https... | reed | 2015-05-05 |
* | Fix typeface ids on Mac. | bungeman | 2015-05-04 |
* | Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://coderev... | reed | 2015-05-04 |
* | Revert of make drawImage a virtual on SkDevice (patchset #3 id:40001 of https... | reed | 2015-05-04 |
* | make drawImage a virtual on SkDevice | reed | 2015-05-04 |
* | SkPictureShader: scale down if width or height is larger than maxTextureSize | gen.kim | 2015-05-03 |
* | remove unneeded SK_SUPPORT_LEGACY_IMAGEFILTER_TO_COLORFILTER flag | reed | 2015-05-02 |
* | clean up pre-storage in canvas | reed | 2015-05-01 |
* | SkTime: return timezone information; format in ISO-8601 | halcanary | 2015-05-01 |
* | This replaces the texture creation/caching functions on GrContext with a GrTe... | bsalomon | 2015-04-30 |
* | add heuristic to pour small pictures into recordings, rather than ref'ing | reed | 2015-04-30 |
* | Add missing include to SkPictureContentInfo. | mtklein | 2015-04-30 |
* | use pathops utils to improve precision of cubic chopping in scan converter | reed | 2015-04-30 |
* | Fix build warning: 'this' pointer cannot be null in well-defined C++ code; co... | dongseong.hwang | 2015-04-30 |
* | Fix build warning: reference cannot be bound to dereferenced null pointer in ... | dongseong.hwang | 2015-04-30 |
* | Use colorfilter instead of imagefilter when possible | reed | 2015-04-29 |
* | onCreateDevice -> NULL now means the caller should create its own (bitmap) de... | reed | 2015-04-29 |
* | minor fixes to cubics code and overall alignment of how bounds and tops are c... | caryclark | 2015-04-29 |
* | Straighten out SkPicture::AccelData APIs. | mtklein | 2015-04-29 |
* | SkRWBuffer for thread-safe 'stream' sharing | reed | 2015-04-28 |
* | Fix SkTDynamicHash.h:183:29: warning: equality comparison with extraneous par... | dongseong.hwang | 2015-04-28 |
* | Decrement SkCanvas::fDeferredSaveCount in doSave() | fmalita | 2015-04-28 |
* | De-proc Color32 | mtklein | 2015-04-27 |
* | Revert of De-proc Color32 (patchset #5 id:80001 of https://codereview.chromiu... | mtklein | 2015-04-27 |
* | De-proc Color32 | mtklein | 2015-04-27 |
* | Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM | mtklein | 2015-04-27 |
* | Revert of De-proc Color32 (patchset #4 id:60001 of https://codereview.chromiu... | mtklein | 2015-04-27 |
* | De-proc Color32 | mtklein | 2015-04-27 |
* | Revert of Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision o... | mtklein | 2015-04-27 |
* | Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM | mtklein | 2015-04-27 |
* | Mike's radial gradient CL with better float -> int. | mtklein | 2015-04-27 |
* | Revert of Mike's radial gradient CL with better float -> int. (patchset #7 id... | mtklein | 2015-04-27 |
* | Mike's radial gradient CL with better float -> int. | mtklein | 2015-04-27 |
* | Reduce ref counting in SkPictureRecorder. | mtklein | 2015-04-27 |
* | Reduce sizeof(SkPicture::Analysis) from 24 bytes to 2 bytes. | jbroman | 2015-04-27 |
* | Cleanup: Remove unnecessary double-semicolons. | tfarina | 2015-04-27 |
* | Fix some lingering typos | robertphillips | 2015-04-24 |
* | Remove MSAA check from Ganesh veto (dashed paths are no longer slow). | senorblanco | 2015-04-22 |