index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
/
SkDevice.h
Commit message (
Expand
)
Author
Age
*
Added SkDevice onAttachToCanvas & onDetachFromCanvas methods
robertphillips@google.com
2012-07-13
*
Rolling back r4034 (Proposed plumbing to propagate save & restore)
robertphillips@google.com
2012-07-03
*
Expanded distribution of instance counting
robertphillips@google.com
2012-06-21
*
Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1.
tomhudson@google.com
2012-06-01
*
Plumbing to propagate save & restore from SkCanvas down to GrContext & lower
robertphillips@google.com
2012-05-23
*
apply imagefilter to all draw calls
reed@google.com
2012-03-23
*
Fixing backing store access in SkDeferredCanvas.
junov@chromium.org
2012-02-07
*
Formatting cleanup: remove extra whitespace
vandebo@chromium.org
2012-01-28
*
add allowImageFilter() so a device can allow/disallow filters
reed@google.com
2012-01-06
*
add filterImage() entry-point to SkDevice, to allow it to specialize on subcl...
reed@google.com
2012-01-05
*
make getOrigin() public so callers can adjust layer
caryclark@google.com
2012-01-05
*
Add default param to SkDevice::writePixels b/c WK is relying on old signature...
bsalomon@google.com
2011-11-10
*
Add config8888 support to writePixels
bsalomon@google.com
2011-11-10
*
Update files to use SK_BUILD_FOR_ANDROID.
djsollen@google.com
2011-11-08
*
Override 32BPP format in SkCanvas::readPixels
bsalomon@google.com
2011-11-03
*
Make SkDevice::onReadPixels take a const& rather than const*
bsalomon@google.com
2011-11-02
*
Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ...
bsalomon@google.com
2011-11-02
*
Revert r2584 (new test fails in fixed pt builds)
bsalomon@google.com
2011-11-02
*
Changes the SkCanvas::readPixels API. Allows caller to read into prealloced b...
bsalomon@google.com
2011-11-02
*
Revert r2122, r2116, r2108 Now that Chrome's PlatformDevice doesn't inherit f...
vandebo@chromium.org
2011-10-03
*
Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy use
tomhudson@google.com
2011-09-13
*
Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(),
tomhudson@google.com
2011-09-12
*
rename getBounds to getGlobalBounds, since it now takes the device's origin
reed@google.com
2011-08-30
*
Gpu can draw underlined text.
bungeman@google.com
2011-08-22
*
move setOrigin to protected, as a stop-gap fix for proxy devices. will revert
reed@google.com
2011-08-12
*
Protect much of SkDevice and clarify usage of drawDevice.
bungeman@google.com
2011-08-08
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
flip Y in uploads to bottom-up textures (and add gm test)
bsalomon@google.com
2011-07-18
*
remove SkDeviceFactory from the collective consciousness, now that devices know
reed@google.com
2011-07-06
*
update dox
reed@google.com
2011-06-21
*
Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveL...
bsalomon@google.com
2011-06-17
*
make SkDevice constructors explicit between offscreen and on/direct
reed@google.com
2011-06-16
*
Removal of obsolete interface, SkMatrixClipObserver.
twiz@google.com
2011-05-26
*
git-svn-id: http://skia.googlecode.com/svn/trunk@1292 2bbb7eff-a529-9590-31e7...
twiz@google.com
2011-05-10
*
make SkDeviceFactory reference counted
mike@reedtribe.org
2011-04-26
*
rename SkDevice::eraseColor to clear and make virtual.
bsalomon@google.com
2011-04-14
*
replace SkRefDict with SkMetaData (much more general)
reed@google.com
2011-03-30
*
add dox for drawPath, describing how to interpret the prePathMatrix.
reed@google.com
2011-03-25
*
Make SkDeviceFactory part of the API.
vandebo@chromium.org
2011-03-19
*
Add code needed to build skia as a windows dll within the chromium project.
ctguil@chromium.org
2011-03-15
*
add filterTextFlags() to SkDevice (virtual) to allow device subclasses to
reed@google.com
2011-03-15
*
Upstreaming changes from android.
djsollen@google.com
2011-03-14
*
add origin to device
reed@google.com
2011-03-04
*
Add support for clipstack to Gr. GrClip is now a list of rects and paths with...
bsalomon@google.com
2011-03-03
*
change virtual setMatrixClip() to take a SkClipStack parameter.
reed@google.com
2011-02-22
*
update dox for readPixels()
reed@google.com
2011-02-07
*
embed a refdict inside SkDevice
reed@google.com
2011-01-25
*
merge with changes for GPU backend
reed@android.com
2010-12-20
*
Remove include of SkGLDevice.h from SkGLCanvas.h
vandebo@chromium.org
2010-11-11
*
Move the device capability method to SkDevice.
vandebo@chromium.org
2010-10-26
[next]