aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ReadPixelsTest.cpp
Commit message (Expand)AuthorAge
* Make existing unit tests only run on GL contextsGravatar bsalomon2016-04-06
* One signature for creating unit tests that run on premade GrContextsGravatar bsalomon2016-04-05
* Remove 'native' context unit test macro.Gravatar bsalomon2016-04-05
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* switch surface to sk_spGravatar reed2016-03-23
* sRGB support in Ganesh. Several pieces:Gravatar brianosman2016-03-21
* Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of ...Gravatar brianosman2016-03-17
* sRGB support in Ganesh. Several pieces:Gravatar brianosman2016-03-17
* update callsites for Make image factoriesGravatar reed2016-03-17
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...Gravatar bsalomon2016-02-25
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Disable test that is breaking Android and Windows bots.Gravatar Brian Salomon2016-02-01
* Fix GL readback code to handle rowbytes correctly for non-32bit formatsGravatar bsalomon2016-02-01
* Generate list of GPU contexts outside testsGravatar kkinnunen2015-12-01
* Comments Style: s/skbug.com/bug.skia.org/Gravatar halcanary2015-11-07
* Remove image usage type enum. Use GrTextureParams instead.Gravatar bsalomon2015-10-12
* disable test for all quality levels, since it is driver dependentGravatar reed2015-09-16
* add test for skbug.com/4351Gravatar reed2015-09-16
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Attempt to somewhat simplify GrContext::readSurfacePixels interaction with Gr...Gravatar bsalomon2015-07-23
* Make readpixels work on GrTexturesGravatar bsalomon2015-07-16
* Begin kLegacyFontHost_InitType cleanupGravatar robertphillips2015-06-22
* This replaces the texture creation/caching functions on GrContext with a GrTe...Gravatar bsalomon2015-04-30
* Dynamically create stencil buffer when needed.Gravatar bsalomon2015-02-23
* One createTexture function, attempt to recycle scratch in createTexture.Gravatar bsalomon2015-02-06
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsGravatar bsalomon2014-10-28
* Remove uses of GrAutoScratchTexture.Gravatar bsalomon2014-10-14
* make allocPixels throw on failureGravatar reed2014-09-02
* stop calling SkCanvas::getDeviceGravatar reed2014-06-30
* Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/30868...Gravatar commit-bot@chromium.org2014-05-30
* Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)Gravatar commit-bot@chromium.org2014-05-29
* setConfig -> setInfoGravatar commit-bot@chromium.org2014-05-29
* Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...Gravatar commit-bot@chromium.org2014-04-11
* Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...Gravatar commit-bot@chromium.org2014-04-11
* Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...Gravatar commit-bot@chromium.org2014-04-10
* Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...Gravatar commit-bot@chromium.org2014-04-10
* Rename kPMColor_SkColorType to kN32_SkColorType.Gravatar commit-bot@chromium.org2014-04-09
* add new readPixels with direct memory parametersGravatar commit-bot@chromium.org2014-03-17
* Change device factories to take SkImageInfo instead of SkBitmap::ConfigGravatar commit-bot@chromium.org2014-02-16
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-02-14
* replace setConfig+allocPixels with alloc-or-install-pixelsGravatar commit-bot@chromium.org2014-02-13
* Cleanup: Sanitize the order of includes under tests/Gravatar tfarina@chromium.org2014-01-24
* Move macros from TestClassDef.h to Test.hGravatar commit-bot@chromium.org2014-01-14
* Add a DEF_GPUTEST() macro.Gravatar tfarina@chromium.org2014-01-10
* Remove unnamed namespace usage from tests.Gravatar commit-bot@chromium.org2013-10-12
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-30
* Patch for 10995Gravatar robertphillips@google.com2013-08-29
* Split SkDevice into SkBaseDevice and SkBitmapDeviceGravatar robertphillips@google.com2013-08-29
* Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...Gravatar robertphillips@google.com2013-08-20