index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
SurfaceTest.cpp
Commit message (
Expand
)
Author
Age
*
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
*
Bis: Use SkImage::NewFromGenerator() instead of SkImage::newEncodedData()
piotaixr
2014-09-18
*
use SkData::NewUninitialized
reed
2014-09-12
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Hide fields in SkImageInfo
reed
2014-09-03
*
Fix alpha textures in NV ES3 contexts on Windows.
bsalomon
2014-07-17
*
Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()."
Mike Klein
2014-07-09
*
Remove ability for Release code to call getRefCnt() or getWeakRefCnt().
mtklein
2014-07-08
*
add SkSurface::NewRasterDirectReleaseProc
reed
2014-06-27
*
Revert "Revert of add colortable support to imagegenerator (https://coderevie...
commit-bot@chromium.org
2014-05-29
*
cleanup GrContext resource cache api
commit-bot@chromium.org
2014-05-09
*
remove picture-backed surfaces
commit-bot@chromium.org
2014-04-11
*
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
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-03-21
*
Revert "hide Config8888 entirely". Broke a bunch of builds.
bsalomon@google.com
2014-03-20
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-03-20
*
Adding a new SkSurface factory for generating surfaces from the scratch textu...
commit-bot@chromium.org
2014-03-19
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-02-14
*
add peekPixels to SkCanvas and SkSurface
commit-bot@chromium.org
2014-02-13
*
Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromi...
commit-bot@chromium.org
2014-02-13
*
add peekPixels to SkCanvas and SkSurface
mike@reedtribe.org
2014-02-13
*
replace setConfig+allocPixels with single call
mike@reedtribe.org
2014-02-13
*
Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview....
commit-bot@chromium.org
2014-02-07
*
Revert "Serialization of SkPictureImageFilter"
fmalita@google.com
2014-02-07
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-02-07
*
add ways to peer into an image to get its pixels
reed@google.com
2014-02-06
*
fix refcounting in SkImage::NewRasterData
reed@google.com
2014-02-06
*
Move macros from TestClassDef.h to Test.h
commit-bot@chromium.org
2014-01-14
*
Add a DEF_GPUTEST() macro.
tfarina@chromium.org
2014-01-10
*
Fix crash in tests on valgrind bot
robertphillips@google.com
2013-11-12
*
move SkImage::ColorType into SkColorType
reed@google.com
2013-11-01
*
Fix valgrind uninitialized memory complaint
robertphillips@google.com
2013-10-09
*
Make it explicit that some validate methods are debug only
robertphillips@google.com
2013-10-02
*
promote SkImage::AlphaType to SkAlphaType
reed@google.com
2013-09-20
*
Make SkImage_Gpu share it's pixelref with the surface to prevent premature re...
commit-bot@chromium.org
2013-07-25
*
Build fix for SurfaceTest on non-gpu platforms
junov@chromium.org
2013-05-01
*
Adding public API method on SkImage for extracting the GPU texture handle.
junov@chromium.org
2013-05-01
*
Adding optimization to avoid image copy in SkSurface copy on write when conte...
commit-bot@chromium.org
2013-04-22
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-17
*
Cleanup: Removing unnecessary args/complexity in SkSurface_Base and friends
junov@chromium.org
2013-04-16
*
Fixing viral copy/paste typo Shapshot -> Snapshot
junov@chromium.org
2013-04-12
*
Build fix for Surface Test on non-gpu builds
junov@chromium.org
2013-04-03
*
Fixed bug with SkImage leaving canvas backing store in an immutable state aft...
junov@chromium.org
2013-04-03
*
Adding unit test for verifying copy on write in SkSurface + bug fix in SkCanv...
junov@chromium.org
2013-03-28