index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
/
SkBitmap.h
Commit message (
Expand
)
Author
Age
*
Refactor Bitmap Storage for SkPicture using SkPipe's design.
djsollen@google.com
2012-08-07
*
Update SkFlattenable buffers to be more modular.
djsollen@google.com
2012-08-07
*
Reapply "Remove Bitmaps Raw Pixel Support."
djsollen@google.com
2012-07-27
*
Revert "Remove Bitmaps Raw Pixel Support."
djsollen@google.com
2012-07-26
*
Remove Bitmaps Raw Pixel Support.
djsollen@google.com
2012-07-23
*
AutoScratchTexture can now release its texture and it will return to the text...
robertphillips@google.com
2012-06-22
*
Expanded distribution of instance counting
robertphillips@google.com
2012-06-21
*
Move SkColorTable into its own header and reduce includes in SkFlattenable.h
djsollen@google.com
2012-06-12
*
update dox for copy-constructor
reed@google.com
2012-05-16
*
add IRect variant of getBounds()
reed@google.com
2012-03-16
*
forward declare SkRect
reed@google.com
2012-03-15
*
add getBounds() helper
reed@google.com
2012-03-15
*
Exposing the isImmutable/setImmutable API of SkPixelRef in SkBitmap
junov@chromium.org
2011-12-15
*
When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep
senorblanco@chromium.org
2011-12-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
*
remove unused copyPixelsFrom ... (copyPixelsTo is next on the chopping block)
reed@google.com
2011-11-01
*
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
*
Reverting r1775 at Mike and Brian's request
epoger@google.com
2011-07-01
*
Fixing several issues with rendering blurred bitmaps with Ganesh
junov@google.com
2011-06-30
*
Adding the notion of a volatile bitmap to SkBitmap.
junov@google.com
2011-06-30
*
update dox
reed@google.com
2011-04-29
*
New 'skdiff' tool to compare two directories full of files, write diff images
tomhudson@google.com
2011-04-27
*
Add genID for SkBitmaps with raw pixels
bsalomon@google.com
2011-04-14
*
Add code needed to build skia as a windows dll within the chromium project.
ctguil@chromium.org
2011-03-15
*
Upstreaming changes from android.
djsollen@google.com
2011-03-14
*
Add SkBitmap::getColor(int x, int y) - return the color of a pixel in a bitmap.
vandebo@chromium.org
2011-02-24
*
merge from android tree:
djsollen@google.com
2011-02-23
*
update dox on bitmap configs
reed@google.com
2011-01-28
*
Add safe size/copy functions to Skia.
wjmaclean@chromium.org
2010-11-16
*
add abstract wrapper for platform-specific bitmap backends
reed@android.com
2010-09-09
*
fixes around isOpaque and dithering
reed@android.com
2009-08-22
*
remove conditional build flag for mipmaps
reed@android.com
2009-07-17
*
respect preferred config when png is index-based
reed@android.com
2009-07-08
*
fix trailing-ws
reed@android.com
2009-05-29
*
add canCopyTo(), to preflight if copyTo can succeed. update unittests for it
reed@android.com
2009-05-06
*
Allow copying an Index8 bitmap when srcConfig and dstConfig are both
weita@google.com
2009-05-03
*
make bitmap width/height 32bits, matching the API
reed@android.com
2009-03-27
*
Remove unneeded SK_BUILD_FOR_... checks in SkBitmap.h
reed@android.com
2009-01-19
*
grab from latest android
reed@android.com
2008-12-17