index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
ReadPixelsTest.cpp
Commit message (
Expand
)
Author
Age
*
This replaces the texture creation/caching functions on GrContext with a GrTe...
bsalomon
2015-04-30
*
Dynamically create stencil buffer when needed.
bsalomon
2015-02-23
*
One createTexture function, attempt to recycle scratch in createTexture.
bsalomon
2015-02-06
*
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
bsalomon
2014-10-28
*
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
*
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
*
add new readPixels with direct memory parameters
commit-bot@chromium.org
2014-03-17
*
Change device factories to take SkImageInfo instead of SkBitmap::Config
commit-bot@chromium.org
2014-02-16
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-02-14
*
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 unnamed namespace usage from tests.
commit-bot@chromium.org
2013-10-12
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-08-30
*
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
*
Fix BGRA readback on Android
commit-bot@chromium.org
2013-08-07
*
Tests : Unused parameters cleanup
sugoi@google.com
2013-02-27
*
Remove legacy names no longer referenced in Chrome and WebKit.
bsalomon@google.com
2013-02-07
*
Implement support for origin-TopLeft render targets. Note that the default be...
senorblanco@chromium.org
2013-02-05
*
Reverting r7545 (render target origin change) due to layout test issues (see ...
robertphillips@google.com
2013-02-05
*
Implement support for origin-TopLeft render targets in GL backend.
senorblanco@chromium.org
2013-02-04
*
Make GPU unit tests use GrContexts of different GL types.
bsalomon@google.com
2013-02-04
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
1. remove references to (deprecated) SkGpuCanvas
reed@google.com
2012-10-01
*
Fix some linux build warnings
bsalomon@google.com
2012-09-25
*
In which a series of things around attachToCanvas and writePixels are fixed
bsalomon@google.com
2012-08-29
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Modify Read/WritePixelTests to print one pixel failure for each test case rat...
bsalomon@google.com
2012-08-17
*
Privatization:
reed@google.com
2012-08-07
*
Create GPU-less build of Skia.
bsalomon@google.com
2012-08-02
*
Turn on read pixels test for raster backend
bsalomon@google.com
2012-02-09
*
Exclude BGRA readPixel tests on Android until bug 438 is resolved.
djsollen@google.com
2012-01-09
*
Fix return value in read pixels unit test
bsalomon@google.com
2011-11-10
*
Removes warnings generated by gcc and clang.
tomhudson@google.com
2011-11-09
*
[GPU] Add explicit byte order and PM vs. UPM 8888 configs
bsalomon@google.com
2011-11-07
*
Override 32BPP format in SkCanvas::readPixels
bsalomon@google.com
2011-11-03
*
Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ...
bsalomon@google.com
2011-11-02
[next]