index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkBitmapDevice.cpp
Commit message (
Expand
)
Author
Age
*
add roundOut that returns its result
reed
2014-11-19
*
rename filterTextFlags to disableLCD
reed
2014-11-13
*
Rename onCreateDevice -> onCreateCompatibleDevice
fmalita
2014-11-13
*
Revert of move to modify onCreateDevice virtual (patchset #2 id:20001 of http...
reed
2014-11-13
*
start to replace onCreateDevice with onCreateCompatibleDevice
reed
2014-11-12
*
Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of htt...
fmalita
2014-09-29
*
Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://c...
robertphillips
2014-09-29
*
Fix SkTextBlob offset semantics.
Florin Malita
2014-09-26
*
Introduce Props to surface (patchset #27 id:520001 of https://codereview.chro...
reed
2014-09-22
*
Revert of introduce Props to surface (patchset #27 id:520001 of https://coder...
reed
2014-09-21
*
introduce Props to surface (work in progress)
reed
2014-09-21
*
Use SkBitmapCache to optimize readPixels on a texture-backed bitmap
piotaixr
2014-09-17
*
hide deviceproperties, prepare the way for surfaceprops
reed
2014-09-17
*
when we disable lcd for impl reasons, add kGenA8 to document the original intent
reed
2014-09-16
*
Hide fields in SkImageInfo
reed
2014-09-03
*
make allocPixels throw on failure
reed
2014-09-02
*
Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache.
senorblanco
2014-08-08
*
Implement a persistent uniqueID-based cache for SkImageFilter.
senorblanco
2014-07-30
*
Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels
reed
2014-07-13
*
Revert of Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::rea...
reed
2014-07-12
*
Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels
reed
2014-07-12
*
Revert of add readPixels() to SkBitmap (https://codereview.chromium.org/37730...
jcgregorio
2014-07-11
*
add readPixels() to SkBitmap
reed
2014-07-10
*
change gpudevice and pdfdevice to inherit from basedevice
reed
2014-06-27
*
Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/30868...
commit-bot@chromium.org
2014-05-30
*
Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)
commit-bot@chromium.org
2014-05-29
*
setConfig -> setInfo
commit-bot@chromium.org
2014-05-29
*
replace config() with colorType()
commit-bot@chromium.org
2014-05-29
*
remove SkBitmap::asImageInfo
commit-bot@chromium.org
2014-05-27
*
Move SkShader::fLocalMatrix into SkShader constructor.
commit-bot@chromium.org
2014-04-28
*
Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...
commit-bot@chromium.org
2014-04-11
*
Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...
commit-bot@chromium.org
2014-04-11
*
Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...
commit-bot@chromium.org
2014-04-10
*
Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...
commit-bot@chromium.org
2014-04-10
*
Rename kPMColor_SkColorType to kN32_SkColorType.
commit-bot@chromium.org
2014-04-09
*
remove SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG
commit-bot@chromium.org
2014-04-07
*
remove all references to legacy Config8888
reed@google.com
2014-03-26
*
Revert "Revert of implement readPixels and writePixels natively, w/o using th...
reed@google.com
2014-03-25
*
Revert of implement readPixels and writePixels natively, w/o using the (depre...
commit-bot@chromium.org
2014-03-25
*
implement readPixels and writePixels natively, w/o using the (deprecated)
reed@google.com
2014-03-25
*
Revert "hide Config8888 entirely". Broke a bunch of builds.
bsalomon@google.com
2014-03-20
*
hide Config8888 entirely
commit-bot@chromium.org
2014-03-19
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-03-18
*
add new readPixels with direct memory parameters
commit-bot@chromium.org
2014-03-17
*
remove SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG -- dead code
commit-bot@chromium.org
2014-03-17
*
Implement support for a Context parameter in image filters
senorblanco@chromium.org
2014-03-14
*
check for null-device pixels in onWritePixels, so we don't crash
reed@google.com
2014-03-14
*
support direct writing to top layer, and hide getTopLayer()
reed@google.com
2014-03-12
*
Add SkCanvas::writePixels that takes info+pixels directly
commit-bot@chromium.org
2014-03-07
*
add new copyTo version to SkBitmap, which takes SkColorType
commit-bot@chromium.org
2014-02-23
[next]