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
*
bump SkStrAppendScalar_MaxSize to 15 to handle 3-digit exponents on some
reed@google.com
2011-03-03
*
Expose explicit functions to stringify float's and fixed's.
vandebo@chromium.org
2011-03-03
*
Add support for clipstack to Gr. GrClip is now a list of rects and paths with...
bsalomon@google.com
2011-03-03
*
add setXYWH to rects
reed@google.com
2011-03-03
*
bump SkStrAppendScalar_MaxSize to 14 to accomodate the largest string now that
reed@google.com
2011-03-01
*
http://codereview.appspot.com/4233041/
reed@google.com
2011-02-25
*
Add SkBitmap::getColor(int x, int y) - return the color of a pixel in a bitmap.
vandebo@chromium.org
2011-02-24
*
Guard globalRef() virtual with #ifdef ANDROID, as these are not implemented
reed@google.com
2011-02-24
*
add isFixedWidth() to expose the newly added attribute
reed@google.com
2011-02-24
*
Add asAGradient shader extraction API.
vandebo@chromium.org
2011-02-24
*
add fClipStack optional field to SkDraw (it is always set by canvas)
reed@google.com
2011-02-23
*
merge from android tree:
djsollen@google.com
2011-02-23
*
add fixed-width attribute to typeface
reed@google.com
2011-02-23
*
Fix warnings about struct being forward declared as a class
bsalomon@google.com
2011-02-22
*
change virtual setMatrixClip() to take a SkClipStack parameter.
reed@google.com
2011-02-22
*
add clipstack to canvas. not used yet, but will be for devices (e.g. gpu) that
reed@google.com
2011-02-22
*
rename SkDeque::Iter to SkDeque::F2BIter, since it runs front-to-back (in pre...
reed@google.com
2011-02-22
*
remove dead conditional code
reed@google.com
2011-02-18
*
add no-check version of SkPackARGB32, for callers that want to deliberately
reed@google.com
2011-02-15
*
Provide windows font host implementation needed to support TrueType text in p...
vandebo@chromium.org
2011-02-14
*
add SkScalarIsFinite(), and use it for a more portable impl of SkRect::isVali...
reed@google.com
2011-02-08
*
[PDF] Add support for xfermodes / blend modes.
vandebo@chromium.org
2011-02-08
*
update dox for readPixels()
reed@google.com
2011-02-07
*
check for SK_BUILD_FOR_BREW
reed@google.com
2011-02-07
*
Proposed fix for crash in Cr70244.
wjmaclean@chromium.org
2011-02-07
*
remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with
reed@google.com
2011-02-07
*
Cleanup SkPDFTypfaceInfo and make it more generic.
vandebo@chromium.org
2011-02-02
*
update dox on bitmap configs
reed@google.com
2011-01-28
*
move into core for now, so we can build SkFontHost_FreeType.cpp
reed@google.com
2011-01-26
*
embed a refdict inside SkDevice
reed@google.com
2011-01-25
*
add refdict class, for holding a dictionary of reference-counted objects
reed@google.com
2011-01-25
*
Add Truetype and Type 1 font embedding support
vandebo@chromium.org
2011-01-25
*
fix comments for U8CPU and S16CPU
reed@google.com
2011-01-25
*
initialize SkGlyph::fMaskFormat to avoid valgrind warnings
reed@google.com
2011-01-13
*
add getter/setter for device-factory on canvas
reed@google.com
2011-01-11
*
add template macro to "safely" perform casts w/o breaking strict-aliasing
reed@google.com
2011-01-05
*
fix build for scalar==fixed
reed@google.com
2011-01-04
*
add gpu to gm tool
reed@google.com
2010-12-23
*
merge with changes for GPU backend
reed@android.com
2010-12-20
*
Fix perf regression in Color32.
senorblanco@chromium.org
2010-12-16
*
SSE2 optimizations for 32bit Color operation.
senorblanco@chromium.org
2010-12-13
*
Upstream mulDiv255Ceil() from WebKit to the skia repository.
senorblanco@chromium.org
2010-12-07
*
Add deflate support to SkPDFStream.
vandebo@chromium.org
2010-12-01
*
Add safe size/copy functions to Skia.
wjmaclean@chromium.org
2010-11-16
*
PDF: Add text support with a font framework (font embedding to come).
vandebo@chromium.org
2010-11-11
*
Remove include of SkGLDevice.h from SkGLCanvas.h
vandebo@chromium.org
2010-11-11
*
Several cleanups:
vandebo@chromium.org
2010-10-26
*
Move the device capability method to SkDevice.
vandebo@chromium.org
2010-10-26
*
Cleanup/unify matrix transform for PDF backend.
vandebo@chromium.org
2010-10-26
*
Fix SkDraw::validate to work with vector Devices.
vandebo@chromium.org
2010-10-26
[next]