aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Allow supporting 1 older PICTURE_VERSION.Gravatar scroggo@google.com2013-04-30
* Fixes for piping bitmaps with encoded data.Gravatar scroggo@google.com2013-04-30
* add routines to compute error between conic and quadGravatar mike@reedtribe.org2013-04-30
* Stop using mix() to implement hard-light in shader.Gravatar commit-bot@chromium.org2013-04-29
* Remove inout params from saturation helper func in XferEffect.Gravatar commit-bot@chromium.org2013-04-29
* Remove redundant setting of alpha in hard-light GPU shader.Gravatar commit-bot@chromium.org2013-04-29
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-28
* add computation for error in conic-as-quadGravatar mike@reedtribe.org2013-04-27
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-27
* add comment for computing max-diff between conic and its bounding quadGravatar reed@google.com2013-04-26
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-26
* rename SkRationalQuad to SkConicGravatar mike@reedtribe.org2013-04-26
* Use SkError for a bitmap that could not be decoded.Gravatar scroggo@google.com2013-04-25
* Temporarily disable HardLight effect in unit tests.Gravatar jvanverth@google.com2013-04-25
* Work around overzealous assertion in SkMaskFilter.Gravatar tomhudson@google.com2013-04-25
* Add GPU support for roundrectsGravatar commit-bot@chromium.org2013-04-25
* path ops : make it realGravatar caryclark@google.com2013-04-25
* Added "SkRRect::contains(const SkRect&) const"Gravatar robertphillips@google.com2013-04-25
* Some fixes for saturation computation XferEffect.Gravatar commit-bot@chromium.org2013-04-25
* Fix for compiler error:Gravatar robertphillips@google.com2013-04-24
* Move MMap to SkData.Gravatar commit-bot@chromium.org2013-04-24
* Fixing numerical rounding edge case in SkTileGridGravatar junov@chromium.org2013-04-24
* Add non-separable xfer modes to GPU backend.Gravatar bsalomon@google.com2013-04-22
* Adding optimization to avoid image copy in SkSurface copy on write when conte...Gravatar commit-bot@chromium.org2013-04-22
* Catch failures to SkTypeface::Deserialize() and use the default in that case.Gravatar reed@google.com2013-04-22
* Sanitizing source files in Skia_Periodic_House_Keeping (SkipBuildbotRuns)Gravatar rmistry@google.com2013-04-22
* specialize SkDataTable for arrays where all elements are the same size.Gravatar mike@reedtribe.org2013-04-21
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-20
* add SkDataTable::NewEmpty()Gravatar reed@google.com2013-04-19
* add SkDataTable, to efficiently store an immutable array. Includes a builderGravatar reed@google.com2013-04-19
* Final round of .0sGravatar bsalomon@google.com2013-04-19
* More .0sGravatar bsalomon@google.com2013-04-19
* Add ".0" to 1 constants in xfermodes GLSL code.Gravatar bsalomon@google.com2013-04-19
* Add all remaining separable xfer modes to GPU backend.Gravatar bsalomon@google.com2013-04-19
* return empty fontstyleset instead of nullGravatar reed@google.com2013-04-19
* augmenting fix in 8700 and 8701, be careful NOT to "sort" the result of mapRectGravatar reed@google.com2013-04-18
* revert 8731, restoring 8700 and 8701... further investigation concluded that theGravatar reed@google.com2013-04-18
* Revert r8701 and r8700 due to layout test discrepanciesGravatar robertphillips@google.com2013-04-17
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-17
* add compute-bounds for conicsGravatar mike@reedtribe.org2013-04-17
* add extrema for conicsGravatar mike@reedtribe.org2013-04-17
* add comments for computing derivativesGravatar reed@google.com2013-04-16
* Cleanup: Removing unnecessary args/complexity in SkSurface_Base and friendsGravatar junov@chromium.org2013-04-16
* add () around | cluster, to avoid warning.Gravatar reed@google.com2013-04-16
* use forward matrix to determine if we can ignore scale part of a matrixGravatar reed@google.com2013-04-16
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-16
* fix release warning (unused debug variable)Gravatar reed@google.com2013-04-15
* add experimental chop-into-quads for conicsGravatar mike@reedtribe.org2013-04-15
* Add coeffecients for kScreen xfermode.Gravatar bsalomon@google.com2013-04-15
* Remove freetype dependency from core.gypGravatar djsollen@google.com2013-04-15