aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Don't allow previous render target to be deleted in GrGpu::clearGravatar bsalomon@google.com2012-09-28
* remove setBitmapDevice -- no longer called, and is a necessary step on our wayGravatar reed@google.com2012-09-28
* No hinting with CG should prevent outline dilation.Gravatar bungeman@google.com2012-09-28
* Update Ganesh to support fractional rects in drawBitmapRectGravatar robertphillips@google.com2012-09-28
* Make gpu work in iOS SampleApp.Gravatar bsalomon@google.com2012-09-28
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-28
* Fix recursive GPU processing for SkImageFilter. Plumb through theGravatar senorblanco@chromium.org2012-09-27
* fix win-only change (canvas -> rasterCanvas)Gravatar reed@google.com2012-09-27
* doh(2) fix the other typoGravatar reed@google.com2012-09-27
* eliminate (unused) extra param to update(), and thereby remove (bad bad bad) ...Gravatar reed@google.com2012-09-27
* remove call to setBitmapDevice (deprecated).Gravatar reed@google.com2012-09-27
* allow chrome to use old drawBitmapRect beahvior for now, using SK_SUPPORT_INT...Gravatar reed@google.com2012-09-27
* Remove deprecated SkOSWindow_wxwidgets.hGravatar tfarina@chromium.org2012-09-27
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-27
* Load more fonts on Linux.Gravatar bungeman@google.com2012-09-26
* Remove memcpy/memcmp from GrDrawState. Hopefully, this fixes Issue 912 withou...Gravatar bsalomon@google.com2012-09-26
* remove uses of setBitmapDevice (DEPRECATED)Gravatar reed@google.com2012-09-26
* Suppress some warnings on linux.Gravatar bsalomon@google.com2012-09-26
* add getMetaData() to SkCanvas (as part of our master plan to removeGravatar mike@reedtribe.org2012-09-26
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-26
* Vertical metrics for FreeType.Gravatar bungeman@google.com2012-09-25
* Fix some linux build warningsGravatar bsalomon@google.com2012-09-25
* Remove GrTLList.hGravatar robertphillips@google.com2012-09-25
* Remove SkListWidget.cpp, which has not been compiled for 18 monthsGravatar epoger@google.com2012-09-25
* Delete SkListView.cpp, which has been #ifdef'ed out for 4+ yearsGravatar epoger@google.com2012-09-25
* Reimplement drawBitmapRectToRect to correctly handle fraction srcRect.Gravatar reed@google.com2012-09-25
* This patch adds support for optional processing of the alpha channel inGravatar senorblanco@chromium.org2012-09-25
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-25
* iOS support work in progressGravatar caryclark@google.com2012-09-24
* Fix for GrTextureStripAtlas memory leakGravatar robertphillips@google.com2012-09-24
* Addressed xcode analysis complaintsGravatar robertphillips@google.com2012-09-24
* Make flattenables no longer depend on global static initializers.Gravatar scroggo@google.com2012-09-21
* [PDF] Fix name generation - / needs to be escaped.Gravatar vandebo@chromium.org2012-09-21
* check for very large blurs, and don't try to cache the result in fontcacheGravatar reed@google.com2012-09-21
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-21
* Adding hasPendingCommands API method to SkDeferredCanvasGravatar junov@chromium.org2012-09-20
* Fixing how deferred canvas purges itself when a clear is recoreded.Gravatar junov@chromium.org2012-09-20
* Adding a silent playback option to SkGPipeReadGravatar junov@chromium.org2012-09-20
* remove use of SkRefPtr in public header (SkPDFDocument.h)Gravatar reed@google.com2012-09-20
* Fix premul alpha problems w/matrix convolution filter, and re-enable the bench.Gravatar senorblanco@chromium.org2012-09-20
* remove all SkRefPtr from SkPDFDevice.hGravatar reed@google.com2012-09-20
* first cut at making iOS workGravatar caryclark@google.com2012-09-20
* In bench_pictures, use a pool of tiles for multicore drawing.Gravatar scroggo@google.com2012-09-20
* Yet another speculative Android fix. Unreviewed.Gravatar senorblanco@chromium.org2012-09-19
* Renaming a couple methods in SkDeferredCanvas.cpp to improve readabilityGravatar junov@chromium.org2012-09-19
* Speculative fix for Android GMs. Unreviewed.Gravatar senorblanco@chromium.org2012-09-19
* begin to skiafy PDF headers : removing use of SkRefPtrGravatar reed@google.com2012-09-19
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-19
* Implements a matrix convolution filter (raster path only). The filtering loopGravatar senorblanco@chromium.org2012-09-18
* Explicitly convert from int to SkScalar to avoid a compiler error on gcc 4.5Gravatar george@mozilla.com2012-09-18