aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Apply hairline optimization only if the path renderer wants itGravatar commit-bot@chromium.org2013-11-22
* move SkProcCoeffXfermode unflatten constructor into .cpp, and range-check its...Gravatar reed@google.com2013-11-21
* Remove unwanted gFTMutex from DirectWrite port.Gravatar bungeman@google.com2013-11-21
* fix compiler error where SK_SCALAR_IS_FLOAT is not defined. (attempt 2)Gravatar djsollen@google.com2013-11-21
* fix compiler error where SK_SCALAR_IS_FLOAT is not defined.Gravatar djsollen@google.com2013-11-21
* Fix SkScalar conversion warning.Gravatar fmalita@google.com2013-11-21
* Fix VC++ ptr-to-... and va_list confusionGravatar commit-bot@chromium.org2013-11-21
* Show basic SkPicture details in debugger.Gravatar commit-bot@chromium.org2013-11-21
* optimize pathops coverageGravatar commit-bot@chromium.org2013-11-21
* Minor fix in Ganesh shader generation.Gravatar commit-bot@chromium.org2013-11-21
* Add SkImageGenerator InterfaceGravatar halcanary@google.com2013-11-21
* Avoid printing draw target info to stderr while running unit testsGravatar commit-bot@chromium.org2013-11-21
* Minor fixes for distance field fonts:Gravatar commit-bot@chromium.org2013-11-21
* More Windows 64b compilation warning fixesGravatar robertphillips@google.com2013-11-21
* Implement a benchmark for GrResourceCacheGravatar commit-bot@chromium.org2013-11-21
* Only SkFontMgr_New_DirectWrite should call GetSystemFontCollection.Gravatar bungeman@google.com2013-11-20
* Fix SkMatrix44::invert(...) for identity matrices and a NULL parameterGravatar commit-bot@chromium.org2013-11-20
* Remove the SKIA_IGNORE_GPU_MIPMAPS now that Chrome sets glGenMipmap forGravatar commit-bot@chromium.org2013-11-20
* Reverting r12315 (More Windows 64b compilation warning fixes) due to compilat...Gravatar robertphillips@google.com2013-11-20
* More Windows 64b compilation warning fixesGravatar robertphillips@google.com2013-11-20
* Add extra warnings to match what Android uses.Gravatar mtklein@google.com2013-11-20
* De-generalize create_typeface on Windows.Gravatar bungeman@google.com2013-11-20
* Revert "Add extra warnings to match what Android uses."Gravatar scroggo@google.com2013-11-20
* Add extra warnings to match what Android uses.Gravatar djsollen@google.com2013-11-20
* SkMemoryStream::setData should also set the current offset to 0.Gravatar bungeman@google.com2013-11-18
* Fix Windows build after the SkAutoFoo guard CL.Gravatar mtklein@google.com2013-11-18
* Fix DocumentTest/SkDocument memory leaksGravatar robertphillips@google.com2013-11-18
* Guard against most unintentionally ephemeral SkAutoFoo instantiations.Gravatar commit-bot@chromium.org2013-11-18
* fix general-pespective for conical gradient bug=1744Gravatar mike@reedtribe.org2013-11-14
* Add missing functions to SkNWayCanvasGravatar commit-bot@chromium.org2013-11-14
* increase coverage of SkPath.cpp, remove unused codeGravatar commit-bot@chromium.org2013-11-14
* move SkImageInfo into its own headerGravatar reed@google.com2013-11-13
* Revert "Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitma...Gravatar reed@google.com2013-11-13
* drawPosTextOnPath is now deprecated, removing all overrides and implsGravatar reed@google.com2013-11-13
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-11-13
* Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice"Gravatar reed@google.com2013-11-12
* switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDeviceGravatar reed@google.com2013-11-12
* Hide implementation details: SkFrontBufferedStreamGravatar scroggo@google.com2013-11-12
* [PDF] Speculative fix for chrome crash w/ SRC xfer mode.Gravatar commit-bot@chromium.org2013-11-12
* pdfviewer: compile pdfviewer in gm, only if the flag is set (currently we com...Gravatar commit-bot@chromium.org2013-11-12
* Override drawRRect in fake SkBitmapDevices.Gravatar scroggo@google.com2013-11-12
* Remove some now-unused #ifdefs.Gravatar senorblanco@chromium.org2013-11-12
* add colortable enum to SkImage to ease interop between it and SkBitmap::ConfigGravatar reed@google.com2013-11-12
* Clean up after longjmp in SkImageDecoder_libpng.Gravatar scroggo@google.com2013-11-12
* Create nonPOD before setjmp.Gravatar scroggo@google.com2013-11-12
* Fix a memory leak in SkGPipeCanvas.Gravatar scroggo@google.com2013-11-12
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-11-12
* Disable Blurred RR optimization in ChromeGravatar robertphillips@google.com2013-11-12
* Implement DPI for perspective bitmaps in PDF - we save the bitmap at the reso...Gravatar edisonn@google.com2013-11-11
* Hook in rough distance field support for fontsGravatar jvanverth@google.com2013-11-11