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
*
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
*
[PDF] Change SkPDFFormXObject to not hold a reference to device.
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
*
[PDF] Start from an identity transform for drawDevice.
vandebo@chromium.org
2011-02-03
*
change forward decl of SkMatrix from struct (wrong) to class (correct)
reed@android.com
2011-02-03
*
Cleanup SkPDFTypfaceInfo and make it more generic.
vandebo@chromium.org
2011-02-02
*
[PDF] Clean up ref counting.
vandebo@chromium.org
2011-02-01
*
[PDF] Support image alpha channel plus a couple small fixes.
vandebo@chromium.org
2011-01-31
*
[PDF] Honor srcRect in drawBitmap.
vandebo@chromium.org
2011-01-29
*
update dox on bitmap configs
reed@google.com
2011-01-28
*
Fix windows build.
vandebo@chromium.org
2011-01-26
*
move into core for now, so we can build SkFontHost_FreeType.cpp
reed@google.com
2011-01-26
*
fix mac build (don't need typedef struct foo foo)
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
*
Update SkPDFDevice::drawPath signature to match SkDevice.
vandebo@chromium.org
2011-01-25
*
Add Truetype and Type 1 font embedding support
vandebo@chromium.org
2011-01-25
*
fixes for some warnings:
reed@google.com
2011-01-25
*
fix comments for U8CPU and S16CPU
reed@google.com
2011-01-25
*
Rev the GrContext interface. Context has draw* functions that take a new GrPa...
bsalomon@google.com
2011-01-21
*
Remove notion of default rendertarget. This doesn't map well to usage pattern...
bsalomon@google.com
2011-01-18
*
initialize SkGlyph::fMaskFormat to avoid valgrind warnings
reed@google.com
2011-01-13
*
expose gpu-device-factory
reed@google.com
2011-01-11
*
add getter/setter for device-factory on canvas
reed@google.com
2011-01-11
*
remove obsolete, unsupported sound files
reed@google.com
2011-01-07
*
update dox to reflect that the default colorspace is CGColorSpaceCreateDevice...
reed@google.com
2011-01-05
*
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
*
static inline eliminates multiple definitions (and makes it zero-cost, since
reed@android.com
2011-01-04
*
make inline helper static, so it can be included from than one .cpp
reed@android.com
2011-01-03
*
add colorspace option to SkBitmap -> CGImageRef utility (patch from nico)
reed@android.com
2011-01-03
*
add gpu to gm tool
reed@google.com
2010-12-23
*
add gpu to the default makefile
reed@google.com
2010-12-23
*
add for quick gl-offscreen context (so we can draw and then readpixels for GM)
reed@google.com
2010-12-21
*
remove ZLIB include from SkUserConfig for how (doesn't work on mac sampleapp)...
reed@google.com
2010-12-20
*
add option to write PDFs from gm
reed@google.com
2010-12-20
*
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
*
Patch by Mike Lawther (mikelawther@chromium.org).
senorblanco@chromium.org
2010-12-06
*
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
*
Add clipping support and some small fixes.
vandebo@chromium.org
2010-11-03
[next]