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
*
Add GPU support for roundrects
commit-bot@chromium.org
2013-04-25
*
PDF: add support for named destinations.
epoger@google.com
2013-03-08
*
Revert r8000 due to failures on some buildbots
epoger@google.com
2013-03-06
*
PDF: add support for named destinations
epoger@google.com
2013-03-06
*
call through to to the virtual drawPath from drawOval, for subclasses (e.g. pdf)
reed@google.com
2013-02-12
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Expose geometry and gamma on device.
bungeman@google.com
2013-01-22
*
Add GPU support for axis-aligned ovals:
jvanverth@google.com
2013-01-22
*
remove legacy build-flags for drawBitmapRect
reed@google.com
2013-01-16
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-16
*
Have drawBitmapRectToRect devolve to drawBitmap if it can (to avoid creating
reed@google.com
2013-01-15
*
Defining new color constat for transparent color
junov@google.com
2012-12-06
*
Reverting r5861 (remove gainfocus and setMatixClip) due to Chrome compilation...
robertphillips@google.com
2012-10-09
*
Remove gainFocus() and setMatrixClip() virtuals from SkDevice.
bsalomon@google.com
2012-10-09
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-09-28
*
allow chrome to use old drawBitmapRect beahvior for now, using SK_SUPPORT_INT...
reed@google.com
2012-09-27
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-09-26
*
Reimplement drawBitmapRectToRect to correctly handle fraction srcRect.
reed@google.com
2012-09-25
*
In which a series of things around attachToCanvas and writePixels are fixed
bsalomon@google.com
2012-08-29
*
Add caching of the snapshot image form a surface
reed@google.com
2012-08-28
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Added SkDevice onAttachToCanvas & onDetachFromCanvas methods
robertphillips@google.com
2012-07-13
*
idea: add annotation to SkPaint
reed@google.com
2012-07-11
*
Expanded distribution of instance counting
robertphillips@google.com
2012-06-21
*
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
[next]