index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gyp
Commit message (
Expand
)
Author
Age
*
Runtime configuration system for skia. This will allow developers to control...
humper@google.com
2013-01-14
*
Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader.
bsalomon@google.com
2013-01-14
*
This takes the convex path tesselator from the Android code and hooks it into a
jvanverth@google.com
2013-01-09
*
Turn off WarnAsError when building ANGLE projects on windows.
bsalomon@google.com
2013-01-08
*
Turn off warnings-as-error on 64bit windows build due to many size_t-related ...
bsalomon@google.com
2013-01-08
*
Enable warnings-as-errors on Windows.
bsalomon@google.com
2013-01-08
*
disable warnings-as-error for JSON code, which has warnings (at least on mac)
reed@google.com
2013-01-07
*
disable werror on 64 bit
humper@google.com
2013-01-07
*
hopefully fix gyp mistake for iOS
humper@google.com
2013-01-07
*
Remove GrTDArray.
bsalomon@google.com
2013-01-07
*
eliminate all warnings in non-thirdparty code on mac
humper@google.com
2013-01-07
*
Show the paint's typeface information in the details pane of the debugger.
humper@google.com
2013-01-07
*
This CL introduces a new path renderer.
sugoi@google.com
2013-01-07
*
move include of src/effects into general, and out of gpu-specific
reed@google.com
2013-01-04
*
Added a new function to directly generate a blurred rectangle analytically.
humper@google.com
2013-01-04
*
shape ops work in progress
caryclark@google.com
2013-01-04
*
Remove GrInstanceCounter.
bsalomon@google.com
2013-01-02
*
add SampleRotatedCircles.cpp
mike@reedtribe.org
2012-12-22
*
Reland 6914 w/ fixes.
bsalomon@google.com
2012-12-20
*
Revert 6914 to fix build issues.
bsalomon@google.com
2012-12-20
*
Simplify cache IDs and keys.
bsalomon@google.com
2012-12-20
*
Re-land r6843 with copied gyp file to (hopefully) fix Windows build
epoger@google.com
2012-12-18
*
Add AndroidPathRenderer to experimental gyp and get it compiling with Skia code.
jvanverth@google.com
2012-12-18
*
Add RRect GM
robertphillips@google.com
2012-12-17
*
Follow up on the previous patch :
sugoi@google.com
2012-12-17
*
Roll out r6843 to hopefully fix Windows builds
epoger@google.com
2012-12-17
*
Add --writeJsonSummary option to gm
epoger@google.com
2012-12-17
*
add gm for rrect, and rrect.inset/outset
mike@reedtribe.org
2012-12-17
*
Fix Android SampleApp
djsollen@google.com
2012-12-13
*
Fix android build by removing references to the old sampleApp
djsollen@google.com
2012-12-13
*
Modifying SkTileGrid to support arbitrary query rectangles.
junov@chromium.org
2012-12-13
*
kill unused SkFlipPixelRef
reed@google.com
2012-12-13
*
Create SkBitmapChecksummer and associated SkBitmapTransformer
epoger@google.com
2012-12-12
*
Modifications to GrPatherRenderer(Chain) interfaces to support clip mask mana...
bsalomon@google.com
2012-12-10
*
Update filter tool to write out paths to .cpp file
robertphillips@google.com
2012-12-07
*
utils.gyp: add SkCityHash.h, delete SkConsistentChecksum.h
epoger@google.com
2012-12-07
*
Replace SkConsistentChecksum with SkCityHash (now including CityHash via DEPS)
epoger@google.com
2012-12-07
*
Move GrReducedClip to its own files.
bsalomon@google.com
2012-12-05
*
Update skdiff.
bungeman@google.com
2012-12-05
*
The goal is to make the ClangCompile buildstep in the Housekeeping bot turn r...
rmistry@google.com
2012-12-05
*
Add missing SK_API definition at request of Chromium callers
djsollen@google.com
2012-12-05
*
add gm/pathinterior.cpp in advance of cary's path api
reed@google.com
2012-12-04
*
Pull SkMergeImageFilter out into its own file.
senorblanco@chromium.org
2012-12-04
*
add getTypes() to SkMatrix44, to cache how complex the matrix is.
reed@google.com
2012-12-03
*
Add SkTLList, linked list class implemented on top of the internal llist class.
bsalomon@google.com
2012-12-03
*
Revert change accidentally committed.
bsalomon@google.com
2012-12-03
*
Add SkTLList, linked list class implemented on top of the internal llist class.
bsalomon@google.com
2012-12-03
*
Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for ...
bsalomon@google.com
2012-12-03
*
Create a factory to decode an SkBitmap from an SkData.
scroggo@google.com
2012-11-29
*
add SkPictureUtils::GatherPixelRefs()
reed@google.com
2012-11-29
[next]