| Commit message (Expand) | Author | Age |
... | |
* | Make numTextures() be non-virtual on GrCustomStage. | bsalomon@google.com | 2012-10-04 |
* | Omit shader swizzle if it is rgba. | bsalomon@google.com | 2012-10-04 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-10-04 |
* | Ensure SkPathRef debug code mutex is initialized during creation of staticall... | bsalomon@google.com | 2012-10-03 |
* | Adds extra debugging to SkPathRef that can optionally be turned on in a relea... | bsalomon@google.com | 2012-10-03 |
* | Revert r5557 (which itself was a revert of r5433). Relands SkPathRef. Will fo... | bsalomon@google.com | 2012-10-03 |
* | Oops, forgot a file | caryclark@google.com | 2012-10-02 |
* | build iOS with 'make all' | caryclark@google.com | 2012-10-02 |
* | catch empty stack in restorefixup called by clipRect | reed@google.com | 2012-10-02 |
* | reenable peephole optimization for save/clip/restore, with build flag | reed@google.com | 2012-10-02 |
* | Add SkNativeGLContext implementation for iOS. | bsalomon@google.com | 2012-10-02 |
* | When processing a morphology filter on the GPU, pass the processed texture, | senorblanco@chromium.org | 2012-10-02 |
* | Fixed canvas creation in SampleApp | robertphillips@google.com | 2012-10-02 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-10-02 |
* | retool so we don't need to call SkCanvas::setDevice | reed@google.com | 2012-10-01 |
* | Move android gl files from src/gpu/android to src/gpu/gl/android. | bsalomon@google.com | 2012-10-01 |
* | Fix for typo in r5754 | robertphillips@google.com | 2012-10-01 |
* | Speculative render target ref/unref fixes | robertphillips@google.com | 2012-10-01 |
* | delete obsolete/unused SkGpuCanvas | reed@google.com | 2012-10-01 |
* | Adding virtual method to SkDeferredCanvas::NotificationClient for signaling w... | junov@google.com | 2012-10-01 |
* | re-land removal of setBitmapDevice | reed@google.com | 2012-10-01 |
* | Fixed bug in drawing of large bitmaps | robertphillips@google.com | 2012-10-01 |
* | Rolling back r5732 due to Chrome Mac compiler issues | robertphillips@google.com | 2012-09-30 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-09-29 |
* | Don't allow previous render target to be deleted in GrGpu::clear | bsalomon@google.com | 2012-09-28 |
* | remove setBitmapDevice -- no longer called, and is a necessary step on our way | reed@google.com | 2012-09-28 |
* | No hinting with CG should prevent outline dilation. | bungeman@google.com | 2012-09-28 |
* | Update Ganesh to support fractional rects in drawBitmapRect | robertphillips@google.com | 2012-09-28 |
* | Make gpu work in iOS SampleApp. | bsalomon@google.com | 2012-09-28 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-09-28 |
* | Fix recursive GPU processing for SkImageFilter. Plumb through the | senorblanco@chromium.org | 2012-09-27 |
* | fix win-only change (canvas -> rasterCanvas) | reed@google.com | 2012-09-27 |
* | doh(2) fix the other typo | reed@google.com | 2012-09-27 |
* | eliminate (unused) extra param to update(), and thereby remove (bad bad bad) ... | reed@google.com | 2012-09-27 |
* | remove call to setBitmapDevice (deprecated). | reed@google.com | 2012-09-27 |
* | allow chrome to use old drawBitmapRect beahvior for now, using SK_SUPPORT_INT... | reed@google.com | 2012-09-27 |
* | Remove deprecated SkOSWindow_wxwidgets.h | tfarina@chromium.org | 2012-09-27 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-09-27 |
* | Load more fonts on Linux. | bungeman@google.com | 2012-09-26 |
* | Remove memcpy/memcmp from GrDrawState. Hopefully, this fixes Issue 912 withou... | bsalomon@google.com | 2012-09-26 |
* | remove uses of setBitmapDevice (DEPRECATED) | reed@google.com | 2012-09-26 |
* | Suppress some warnings on linux. | bsalomon@google.com | 2012-09-26 |
* | add getMetaData() to SkCanvas (as part of our master plan to remove | mike@reedtribe.org | 2012-09-26 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-09-26 |
* | Vertical metrics for FreeType. | bungeman@google.com | 2012-09-25 |
* | Fix some linux build warnings | bsalomon@google.com | 2012-09-25 |
* | Remove GrTLList.h | robertphillips@google.com | 2012-09-25 |
* | Remove SkListWidget.cpp, which has not been compiled for 18 months | epoger@google.com | 2012-09-25 |
* | Delete SkListView.cpp, which has been #ifdef'ed out for 4+ years | epoger@google.com | 2012-09-25 |
* | Reimplement drawBitmapRectToRect to correctly handle fraction srcRect. | reed@google.com | 2012-09-25 |