index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
*
Fixed remaining clang compiler warnings
robertphillips@google.com
2012-12-03
*
Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for ...
bsalomon@google.com
2012-12-03
*
Tweak an enum declaration to make the clang compiler happy.
tomhudson@google.com
2012-12-03
*
Create aliases AddRef() and Release() to SkRefCnt for compatibility with scop...
reed@google.com
2012-11-30
*
Disabling validation of the glyph cache for standard debug builds.
djsollen@google.com
2012-11-30
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-30
*
Keep track of identity SkMatrix44s
jamesr@chromium.org
2012-11-29
*
Remove SkClipStack::Iter::combinedNext.
bsalomon@google.com
2012-11-29
*
Create a factory to decode an SkBitmap from an SkData.
scroggo@google.com
2012-11-29
*
Make SkClipStack::Element public.
bsalomon@google.com
2012-11-29
*
add SkPictureUtils::GatherPixelRefs()
reed@google.com
2012-11-29
*
Rename SkClipStack::Rec to SkClipStack::Element
bsalomon@google.com
2012-11-29
*
Modify the blur bench to add tests for high-quality blurs, and large non-inte...
senorblanco@chromium.org
2012-11-29
*
Add newline at end of SkRRect.h
robertphillips@google.com
2012-11-29
*
SkRoundRect start
robertphillips@google.com
2012-11-29
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-29
*
update dox
reed@google.com
2012-11-28
*
Added dashing fast path
robertphillips@google.com
2012-11-28
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-28
*
revert prev change to reset
reed@google.com
2012-11-27
*
guard for self-assignment in reset()
reed@google.com
2012-11-27
*
Make the clip stack reduction test generate inverse filled paths.
bsalomon@google.com
2012-11-27
*
don't use bit-wise test for equality when using floats.
reed@google.com
2012-11-27
*
Add a function that computes a reduced representation of the clip stack.
bsalomon@google.com
2012-11-26
*
change SkDrawFilter::filter to return a bool, where false means don't-draw
reed@google.com
2012-11-26
*
must always include another skia header (unless you're SkTypes.h). In this case,
reed@google.com
2012-11-26
*
check for bad enum use when adding contours
reed@google.com
2012-11-26
*
Remove GrRandom API in favor of SkRandom.
tfarina@chromium.org
2012-11-21
*
Simple change to remove unnecessary #define statement.
sugoi@google.com
2012-11-21
*
Deferred canvas can now be flushed if an image is beyond a certain size to av...
sugoi@google.com
2012-11-21
*
Add isRect variant that returns path closure and direction.
caryclark@google.com
2012-11-21
*
Separable mask blurs: Add compile-time flag. Fix reversed offsets in asymme...
senorblanco@chromium.org
2012-11-20
*
add restore() to SkAutoCanvasRestore
reed@google.com
2012-11-20
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-20
*
Reverting r6489 to fix compiler error in Chrome
robertphillips@google.com
2012-11-20
*
Add SkMatrix44::setColMajord, etc.
vollick@chromium.org
2012-11-19
*
Add support for new glShaderSource() signature from Khronos. Disabled by def...
senorblanco@chromium.org
2012-11-19
*
Add missing SK_API define.
tfarina@chromium.org
2012-11-19
*
use SkPath::isNestedRects() to apply blurred nine-patch
reed@google.com
2012-11-19
*
add two nested rect detector to path
caryclark@google.com
2012-11-19
*
Extract transform_scanline_XXXX functions into transform_scanline.h for code-...
epoger@google.com
2012-11-16
*
remove unused (and undefined) SkColorSpace parameter.
mike@reedtribe.org
2012-11-15
*
Add SkMatrix44::setTranspose
vollick@chromium.org
2012-11-14
*
Remove a warning for comparing signed and unsigned integers.
scroggo@google.com
2012-11-14
*
move setDevice() to protected: in preparation for its eventual demise
reed@google.com
2012-11-14
*
mark SkCanvas::setDevice as DEPRECATED -- need to remove all callers in chrome
reed@google.com
2012-11-14
*
Add a conservativelyContainsRect function to SkPath.
bsalomon@google.com
2012-11-13
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-13
*
Allow SkPicture-derived classes install their own SkPicturePlayback-derived o...
robertphillips@google.com
2012-11-13
*
Add support for SK_MSCALAR_IS_FLOAT
vollick@chromium.org
2012-11-13
[next]