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 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
*
First pieces of SkPDFDevice. Supports:
vandebo@chromium.org
2010-10-20
*
Clamp the maximum size of glyph width we will attempt to render.
scarybeasts@gmail.com
2010-10-18
*
Fix a memory leak in the new Canvas/Device workflow.
vandebo@chromium.org
2010-10-15
*
Refactor SkCanvas so that backends don't need to override it.
vandebo@chromium.org
2010-10-13
*
High level pdf classes and pdf specific interface.
vandebo@chromium.org
2010-10-12
*
add abstract wrapper for platform-specific bitmap backends
reed@android.com
2010-09-09
*
Make SKColorSetARGB() a macro when not building debug.
agl@chromium.org
2010-07-28
*
add SkRegion::setRects(), and its unit tests
reed@android.com
2010-07-13
*
Added optional "ambiguous" outgoing argument to XRay queries so that
kbr@chromium.org
2010-07-07
*
oops, also update dox for saveLayerAlpha
reed@android.com
2010-07-02
*
update dox for saveLayer()
reed@android.com
2010-07-02
*
Add support for forcing autohinting.
agl@chromium.org
2010-06-17
*
rename round, ceil, etc. to avoid some platform macros
reed@android.com
2010-06-15
*
Fix 64-bit Mac warnings/memory corruption
reed@android.com
2010-05-18
*
Add a SkTypeface::CreateForChars() function.
agl@chromium.org
2010-04-20
*
dox
reed@android.com
2010-04-16
*
add SkRefPtr class (for testing at the moment)
reed@android.com
2010-04-16
[next]