aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
Commit message (Expand)AuthorAge
* This takes the convex path tesselator from the Android code and hooks it into aGravatar jvanverth@google.com2013-01-09
* Turn off WarnAsError when building ANGLE projects on windows.Gravatar bsalomon@google.com2013-01-08
* Turn off warnings-as-error on 64bit windows build due to many size_t-related ...Gravatar bsalomon@google.com2013-01-08
* Enable warnings-as-errors on Windows.Gravatar bsalomon@google.com2013-01-08
* disable warnings-as-error for JSON code, which has warnings (at least on mac)Gravatar reed@google.com2013-01-07
* disable werror on 64 bitGravatar humper@google.com2013-01-07
* hopefully fix gyp mistake for iOSGravatar humper@google.com2013-01-07
* Remove GrTDArray.Gravatar bsalomon@google.com2013-01-07
* eliminate all warnings in non-thirdparty code on macGravatar humper@google.com2013-01-07
* Show the paint's typeface information in the details pane of the debugger.Gravatar humper@google.com2013-01-07
* This CL introduces a new path renderer.Gravatar sugoi@google.com2013-01-07
* move include of src/effects into general, and out of gpu-specificGravatar reed@google.com2013-01-04
* Added a new function to directly generate a blurred rectangle analytically.Gravatar humper@google.com2013-01-04
* shape ops work in progressGravatar caryclark@google.com2013-01-04
* Remove GrInstanceCounter.Gravatar bsalomon@google.com2013-01-02
* add SampleRotatedCircles.cppGravatar mike@reedtribe.org2012-12-22
* Reland 6914 w/ fixes.Gravatar bsalomon@google.com2012-12-20
* Revert 6914 to fix build issues.Gravatar bsalomon@google.com2012-12-20
* Simplify cache IDs and keys.Gravatar bsalomon@google.com2012-12-20
* Re-land r6843 with copied gyp file to (hopefully) fix Windows buildGravatar epoger@google.com2012-12-18
* Add AndroidPathRenderer to experimental gyp and get it compiling with Skia code.Gravatar jvanverth@google.com2012-12-18
* Add RRect GMGravatar robertphillips@google.com2012-12-17
* Follow up on the previous patch :Gravatar sugoi@google.com2012-12-17
* Roll out r6843 to hopefully fix Windows buildsGravatar epoger@google.com2012-12-17
* Add --writeJsonSummary option to gmGravatar epoger@google.com2012-12-17
* add gm for rrect, and rrect.inset/outsetGravatar mike@reedtribe.org2012-12-17
* Fix Android SampleAppGravatar djsollen@google.com2012-12-13
* Fix android build by removing references to the old sampleAppGravatar djsollen@google.com2012-12-13
* Modifying SkTileGrid to support arbitrary query rectangles.Gravatar junov@chromium.org2012-12-13
* kill unused SkFlipPixelRefGravatar reed@google.com2012-12-13
* Create SkBitmapChecksummer and associated SkBitmapTransformerGravatar epoger@google.com2012-12-12
* Modifications to GrPatherRenderer(Chain) interfaces to support clip mask mana...Gravatar bsalomon@google.com2012-12-10
* Update filter tool to write out paths to .cpp fileGravatar robertphillips@google.com2012-12-07
* utils.gyp: add SkCityHash.h, delete SkConsistentChecksum.hGravatar epoger@google.com2012-12-07
* Replace SkConsistentChecksum with SkCityHash (now including CityHash via DEPS)Gravatar epoger@google.com2012-12-07
* Move GrReducedClip to its own files.Gravatar bsalomon@google.com2012-12-05
* Update skdiff.Gravatar bungeman@google.com2012-12-05
* The goal is to make the ClangCompile buildstep in the Housekeeping bot turn r...Gravatar rmistry@google.com2012-12-05
* Add missing SK_API definition at request of Chromium callersGravatar djsollen@google.com2012-12-05
* add gm/pathinterior.cpp in advance of cary's path apiGravatar reed@google.com2012-12-04
* Pull SkMergeImageFilter out into its own file.Gravatar senorblanco@chromium.org2012-12-04
* add getTypes() to SkMatrix44, to cache how complex the matrix is.Gravatar reed@google.com2012-12-03
* Add SkTLList, linked list class implemented on top of the internal llist class.Gravatar bsalomon@google.com2012-12-03
* Revert change accidentally committed.Gravatar bsalomon@google.com2012-12-03
* Add SkTLList, linked list class implemented on top of the internal llist class.Gravatar bsalomon@google.com2012-12-03
* Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for ...Gravatar bsalomon@google.com2012-12-03
* Create a factory to decode an SkBitmap from an SkData.Gravatar scroggo@google.com2012-11-29
* add SkPictureUtils::GatherPixelRefs()Gravatar reed@google.com2012-11-29
* Enable profiling options to be selectively enabled for a given buildGravatar djsollen@google.com2012-11-29
* SkRoundRect startGravatar robertphillips@google.com2012-11-29