index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
Commit message (
Expand
)
Author
Age
*
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
*
Make SkPath cache the result of cheapComputeDirection.
bsalomon@google.com
2012-11-13
*
Revert 6351 due to bugs.
bsalomon@google.com
2012-11-12
*
add entry-point to SkMaskFilter to fast-path rectangles.
reed@google.com
2012-11-09
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-09
*
add centerX() and centerY() to SkIRect (because they made me)
reed@google.com
2012-11-08
*
Apply intersect rects to earlier clip elements and skip rects when possible.
bsalomon@google.com
2012-11-08
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-08
*
Combine multiple intersecting rects in SkClipStack::Iter.
bsalomon@google.com
2012-11-07
*
CG imagedecoder never sets isOpaque, so add method to SkBitmap to compute that,
reed@google.com
2012-11-07
*
Some improvements to reduce the number of pixels touched in generating alpha ...
bsalomon@google.com
2012-11-07
*
Add temporary interfaces in blur and clip to
caryclark@google.com
2012-11-07
*
add more utilities: roundIn(), offsetTo()
reed@google.com
2012-11-06
*
add draw filter option to picture_bench
caryclark@google.com
2012-11-06
*
Remove a pointless anonymous namespace in a header.
thakis@chromium.org
2012-11-06
*
Make all remaining effects use GrGLEffectMatrix
bsalomon@google.com
2012-11-02
*
Make GrGLTextureDomainEffect use GrGLEffectMatrix.
bsalomon@google.com
2012-11-02
*
Refactoring RTree integration to support SkBBoxHierarchy polymorphism in SkPi...
junov@chromium.org
2012-11-01
*
GDI fonthost to serialize using correct font name.
bungeman@google.com
2012-10-31
*
add SkScalarsEqual() so we don't have to use memcmp for arrays of floats.
reed@google.com
2012-10-31
*
Make SkShader store localM directly rather than as a separate alloc.
bsalomon@google.com
2012-10-31
*
Shortcut inverting the identity matrix.
bsalomon@google.com
2012-10-31
*
Fix for error in r6214 (missing pre-declaration)
robertphillips@google.com
2012-10-31
*
Fleshed out GPU portion of image/surface feature
robertphillips@google.com
2012-10-31
*
comment-only: add "this may change" warning to SkChecksum.h
epoger@google.com
2012-10-30
*
Add option to gm: write out images into a hierarchy, rather than a flat set o...
epoger@google.com
2012-10-29
*
Rename GrSamplerState to GrEffectStage.
bsalomon@google.com
2012-10-26
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-26
*
add MACRO macros to help with concat. Stolen from gpu headers
reed@google.com
2012-10-25
*
Correctly set width & height in filtered SkPictures
robertphillips@google.com
2012-10-25
*
GrCustomStage Renaming Part 5
bsalomon@google.com
2012-10-25
*
GrCustomStage Renaming Part 4
bsalomon@google.com
2012-10-24
*
Make filter tool actually filter the read in SkPicture
robertphillips@google.com
2012-10-24
*
CustomStage Renaming Part 1
bsalomon@google.com
2012-10-24
*
Remove use of varargs in SkImageFilter. This is causing a crash in recent
senorblanco@chromium.org
2012-10-22
*
Add SK_API to SkString for hclam@chromium.org
vandebo@chromium.org
2012-10-18
*
Make table color filter use asNewCustomStage.
bsalomon@google.com
2012-10-17
*
Use GrCustomStage to implement color matrix.
bsalomon@google.com
2012-10-17
*
Reland r5963 with two fixes:
bsalomon@google.com
2012-10-16
*
Revert r5962 because of failures.
bsalomon@google.com
2012-10-16
*
Require matrix for custom stage to be set when custom stage is installed.
bsalomon@google.com
2012-10-16
*
Add SK_API to base classes of classes with SK_API.
bungeman@google.com
2012-10-13
*
When two or more color matrix image filters are connected together, and the n...
senorblanco@chromium.org
2012-10-12
*
Add SkShader::asShadeProc to fast-path the caller when the shader is fast
reed@google.com
2012-10-12
[next]