index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkDevice.cpp
Commit message (
Expand
)
Author
Age
*
apply imagefilter to all draw calls
reed@google.com
2012-03-23
*
Use nested template expansions to implement Config8888 conversions.
bsalomon@google.com
2012-02-22
*
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
*
initial impl of SkImageFilters : virtual signature will change!
reed@google.com
2011-12-20
*
enable shadermask optimization all the time
reed@google.com
2011-11-30
*
add SkXfermode::IsMode() and use that in SkDevice
mike@reedtribe.org
2011-11-17
*
disable reduced checks if we're not enabling fast shadermask
reed@google.com
2011-11-15
*
support blitMask+shader natively (1.75x faster for AA, and now we can support
reed@google.com
2011-11-15
*
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
*
don't autoset forceaa (yet), but require the caller to do that. In the future
reed@google.com
2011-09-30
*
disable auto-detection of non-opaque devices for LCD for now
reed@google.com
2011-09-30
*
Detect that we're drawing to a device that has per-pixel alpha, and if so,
reed@google.com
2011-09-30
*
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
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Allow texture-backed bitmaps to perform a read-back when lockPixels is called.
reed@google.com
2011-07-07
*
remove SkDeviceFactory from the collective consciousness, now that devices know
reed@google.com
2011-07-06
*
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 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
*
change virtual setMatrixClip() to take a SkClipStack parameter.
reed@google.com
2011-02-22
*
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
*
Refactor SkCanvas so that backends don't need to override it.
vandebo@chromium.org
2010-10-13
*
grab from latest android
reed@android.com
2008-12-17