index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
WritePixelsTest.cpp
Commit message (
Expand
)
Author
Age
*
Reduce usage of MakeRenderTargetDirect
robertphillips
2016-07-26
*
Add SkColorSpace to GrDrawContext
brianosman
2016-07-21
*
Add support for draws in vulkan read and write pixels
egdaniel
2016-06-27
*
Turn ContextInfos returned by GrContextFactory into structs.
bsalomon
2016-05-11
*
Make existing unit tests only run on GL contexts
bsalomon
2016-04-06
*
One signature for creating unit tests that run on premade GrContexts
bsalomon
2016-04-05
*
switch surface to sk_sp
reed
2016-03-23
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...
bsalomon
2016-02-25
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
Generate list of GPU contexts outside tests
kkinnunen
2015-12-01
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Move draw on upload decision in GrGpu
bsalomon
2015-07-28
*
Revert of Move draw on upload decision in GrGpu (patchset #4 id:50001 of http...
bsalomon
2015-07-28
*
Move draw on upload decision in GrGpu
bsalomon
2015-07-28
*
Begin kLegacyFontHost_InitType cleanup
robertphillips
2015-06-22
*
This replaces the texture creation/caching functions on GrContext with a GrTe...
bsalomon
2015-04-30
*
One createTexture function, attempt to recycle scratch in createTexture.
bsalomon
2015-02-06
*
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
bsalomon
2014-10-28
*
Add `SkIRect bounds()` convenience method to SkImageInfo and SkBitmap.
halcanary
2014-10-24
*
Remove uses of GrAutoScratchTexture.
bsalomon
2014-10-14
*
make allocPixels throw on failure
reed
2014-09-02
*
stop calling SkCanvas::getDevice
reed
2014-06-30
*
writepixels needs to bump genID
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
*
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
*
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
*
Manual memset to work around bogus compiler warning bug.
commit-bot@chromium.org
2014-03-24
*
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
*
hide Config8888 entirely
commit-bot@chromium.org
2014-03-19
*
Add SkCanvas::writePixels that takes info+pixels directly
commit-bot@chromium.org
2014-03-07
*
replace setConfig+allocPixels with alloc-or-install-pixels
commit-bot@chromium.org
2014-02-13
*
Cleanup: Sanitize the order of includes under tests/
tfarina@chromium.org
2014-01-24
*
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
*
remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats
reed@google.com
2013-12-17
*
Remove unnamed namespace usage from tests.
commit-bot@chromium.org
2013-10-12
*
Yet another patch for 10995
robertphillips@google.com
2013-08-29
*
Split SkDevice into SkBaseDevice and SkBitmapDevice
robertphillips@google.com
2013-08-29
*
Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...
robertphillips@google.com
2013-08-20
*
Split SkDevice out of SkBitmapDevice
robertphillips@google.com
2013-08-20
[next]