index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
ImageTest.cpp
Commit message (
Expand
)
Author
Age
*
Fix ImageTest to check if gpu mip maps are supported.
Greg Daniel
2018-06-13
*
Allow caller to specify if the want mip maps in makeTextureImage call.
Greg Daniel
2018-06-13
*
Dest color space no longer impacts mipmaps or texture sampling
Brian Osman
2018-06-01
*
Remove SK_SUPPORT_GPU checks in tool-only code
Brian Osman
2018-05-31
*
Make SkImage own its GrContext.
Brian Salomon
2018-05-24
*
Make GrCaps and GrShaderCaps private.
Brian Salomon
2018-05-11
*
Reland "call skcms_OptimizeForSpeed()"
Mike Klein
2018-04-24
*
Revert "call skcms_OptimizeForSpeed()"
Mike Klein
2018-04-24
*
call skcms_OptimizeForSpeed()
Mike Klein
2018-04-23
*
When creating testing backendTexture take colorspace into account.
Greg Daniel
2018-04-19
*
Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS
Robert Phillips
2018-04-12
*
Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better.
Greg Daniel
2018-04-10
*
Add GrBackendTexture accessor to SkImage (take 2)
Robert Phillips
2018-04-04
*
Pin color type when a cross-context image is constructed
Brian Osman
2018-03-27
*
tests/ImageTest: fail gracefully
Hal Canary
2018-03-22
*
Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture&
Brian Salomon
2018-03-09
*
Add testing only helper to flush and sync gpu.
Greg Daniel
2018-03-08
*
Fix assert format string in GrContext_colorTypeSupportedAsImage test.
Oleg Maximenko
2018-02-26
*
Revert "Revert "Remove SkImage deferred texture image data APIs.""
Brian Salomon
2018-02-09
*
remove kRW_LegacyBitmapMode
Cary Clark
2018-02-08
*
Add test for reading back from unpremul texture image
Brian Salomon
2018-02-05
*
Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sampl...
Brian Salomon
2018-02-03
*
Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts...
Brian Salomon
2018-02-03
*
Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU ...
Brian Salomon
2018-02-02
*
Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""
Brian Salomon
2018-02-02
*
Add new GrContext queries for imagability, surfacability, and max sample coun...
Brian Salomon
2018-02-02
*
Fix GrBackendTextureImageGenerator to hold context lock till all proxies are ...
Greg Daniel
2018-02-01
*
don't draw images with nonfinite dst bounds
Mike Reed
2018-01-30
*
Revert "hide picture virtuals (no public callers)"
Mike Klein
2018-01-27
*
hide picture virtuals (no public callers)
Mike Reed
2018-01-27
*
Make use of VkSemaphores thread safe assuming use of the same VkQueue.
Greg Daniel
2018-01-22
*
Move more internal methods from GrContext to GrContextPriv (take 3)
Robert Phillips
2018-01-22
*
Revert "Move more internal methods from GrContext to GrContextPriv (take 2)"
Leon Scroggins
2018-01-20
*
Move more internal methods from GrContext to GrContextPriv (take 2)
Robert Phillips
2018-01-19
*
Revert "Move more internal methods from GrContext to GrContextPriv"
Hal Canary
2018-01-19
*
Move more internal methods from GrContext to GrContextPriv
Robert Phillips
2018-01-19
*
Force BackendTextureImageGenerator to work on only 1 consumer context
Greg Daniel
2018-01-12
*
add serialprocs to MultiDocument, hide redundant methods
Mike Reed
2017-12-21
*
Add new SkImage factory to create from GrBackendTexture with SkColorType
Greg Daniel
2017-12-18
*
remove deprecated SkPixelSerializer
Mike Reed
2017-12-16
*
Revert "Remove SkImage deferred texture image data APIs."
Eric Karl
2017-12-15
*
Remove GrBackendObject from tests (except image_from_yuv_textures)
Robert Phillips
2017-12-12
*
resources: orgainize directory.
Hal Canary
2017-12-08
*
Remove SkImage deferred texture image data APIs.
Brian Salomon
2017-12-07
*
Revert "Revert "Add method to sk_gpu_test::TestContext to automatically resto...
Brian Salomon
2017-11-17
*
Revert "Add method to sk_gpu_test::TestContext to automatically restore the p...
Brian Osman
2017-11-16
*
Add method to sk_gpu_test::TestContext to automatically restore the previous ...
Brian Salomon
2017-11-16
*
Use GrContextFactories that produce a single GrContext in unit tests.
Brian Salomon
2017-11-15
*
Add MakeCrossContextFromPixmap
Brian Osman
2017-11-07
*
MakeBackendTextureFromSkImage
Eric Karl
2017-10-12
[next]