aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Build fix fo windows onlyGravatar sugoi@google.com2013-10-16
* Build fix for chromium shared component buildGravatar junov@google.com2013-10-16
* catch the other case where we need to see if fScaledBitmap.lockPixels() might...Gravatar reed@google.com2013-10-16
* Clear out SK_SCALAR_IS_FLOAT from SkRadialGradient, and merge the logic for r...Gravatar commit-bot@chromium.org2013-10-16
* Implement perspective for bitmaps in pdf.Gravatar edisonn@google.com2013-10-16
* Split out GrBitmapTextContext from GrTextContext.Gravatar jvanverth@google.com2013-10-16
* Make CropRect immutable after construction.Gravatar senorblanco@chromium.org2013-10-16
* Add display of filterLevel to debuggerGravatar robertphillips@google.com2013-10-16
* Third wave of Win64 warning cleanupGravatar robertphillips@google.com2013-10-16
* check of fScaledBitmap failed to lockGravatar reed@google.com2013-10-16
* ARM Skia NEON patches - 30 - Xfermode: NEON modeprocsGravatar commit-bot@chromium.org2013-10-16
* Remove support for SK_CROP_RECT_IS_INT, now that it is no longer used in Blin...Gravatar senorblanco@chromium.org2013-10-16
* Make sure attribute indexes are correct after restoring vertex attributesGravatar commit-bot@chromium.org2013-10-16
* detach blur result texture when it is the same texture used to render path maskGravatar commit-bot@chromium.org2013-10-16
* force readbuffer clients to use specialized readFoo for flattenablesGravatar reed@google.com2013-10-16
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-10-16
* Reverting r11777 (ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs) due ...Gravatar robertphillips@google.com2013-10-16
* Guard colorNames variable under SK_SUPPORT_UNITTEST.Gravatar commit-bot@chromium.org2013-10-15
* Remove SkDataTable from SkFlattenable hierarchy.Gravatar commit-bot@chromium.org2013-10-15
* Remove SkColorTable from SkFlattenable hierarchy.Gravatar commit-bot@chromium.org2013-10-15
* return false if we can't scale, to force us to try to lock the original and t...Gravatar reed@google.com2013-10-15
* Turn clear-to-white-then-intersect clips into clear-to-black-then-replaceGravatar commit-bot@chromium.org2013-10-15
* Add crop rect support for SkDisplacementMapEffect (raster and GPU paths).Gravatar senorblanco@chromium.org2013-10-15
* Fix off by one error in last advanceCount in SkFontHost_FreeType.Gravatar bungeman@google.com2013-10-15
* Second wave of Win64 warning cleanupGravatar robertphillips@google.com2013-10-15
* ARM Skia NEON patches - 30 - Xfermode: NEON modeprocsGravatar commit-bot@chromium.org2013-10-15
* account for inverse-paths when we prealloc storage in the rgn-builderGravatar reed@google.com2013-10-15
* SkRectShaderImageFilter: add a new factory method which takes a CropRect.Gravatar senorblanco@chromium.org2013-10-15
* remove clipstack/region bounds assertionGravatar commit-bot@chromium.org2013-10-15
* Fix build break in assertGravatar bsalomon@google.com2013-10-15
* separate state for msaa renderabilityGravatar commit-bot@chromium.org2013-10-15
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-10-15
* Start cleaning up 64bit Win warningsGravatar robertphillips@google.com2013-10-14
* Runtime configuration setting for suppressing JPEG decoder errors.Gravatar halcanary@google.com2013-10-14
* change SkAnnotation to not inherit from SkFlattenable (does not need dynamic ...Gravatar reed@google.com2013-10-14
* swizzle color table if necessaryGravatar commit-bot@chromium.org2013-10-14
* remove SkDataSet, and just store a key/value in SkAnnotationGravatar reed@google.com2013-10-14
* Remove need for readFlattenableT from SkLightingImageFilter.Gravatar commit-bot@chromium.org2013-10-14
* Move renderable config list to GrDrawTargetCapsGravatar commit-bot@chromium.org2013-10-14
* SkData need not be a Flattenable, since it does not need subclass/factoriesGravatar reed@google.com2013-10-14
* Add SkPDFDeviceFlatenner which extends SkPDFDevice to add support to flatten ...Gravatar commit-bot@chromium.org2013-10-14
* Remove SkLumaXfermode.Gravatar commit-bot@chromium.org2013-10-14
* Simplify code for configuring suppression of ImageDecoder warningsGravatar halcanary@google.com2013-10-14
* Add stdio include to SkFonrConfigParser_android.Gravatar bungeman@google.com2013-10-11
* Try to work around VS2010 intsafe/stdint multiple define issues.Gravatar bungeman@google.com2013-10-11
* Add stdio include to SkDebug_android.Gravatar bungeman@google.com2013-10-11
* Add stdio include for Android specific code in SkRegion.Gravatar bungeman@google.com2013-10-11
* Correct 32bit pointer assumption in assert in SkMatrix.Gravatar bungeman@google.com2013-10-11
* Clean up SkTypes.h.Gravatar bungeman@google.com2013-10-11
* GIF decode: optional error messages and fault tolerance.Gravatar halcanary@google.com2013-10-11