- 8aa0edf move SkTPin to include/private by Mike Klein · 4 years, 4 months ago
- 7db7139 Revert "Revert "Move all YUVA image creation in GMs into sk_gpu_test::LazyYUVImage."" by Brian Salomon · 4 years, 4 months ago
- 839fb22 Revert "Move all YUVA image creation in GMs into sk_gpu_test::LazyYUVImage." by Brian Salomon · 4 years, 4 months ago
- db0288d Move all YUVA image creation in GMs into sk_gpu_test::LazyYUVImage. by Brian Salomon · 4 years, 4 months ago
- 68b245c Remove resize-on-gpu variation from wacky_yuv GMs by Brian Salomon · 4 years, 4 months ago
- f165f79 Remove unused variant of SkImage::MakeFromYUVAPixmaps by Brian Salomon · 4 years, 4 months ago
- 86d07fd Remove unused SkImage YUVA factories. by Brian Salomon · 4 years, 4 months ago
- 6c6678f Separate YUVATextures, YUVATexturesCopy, and YUVAPixmaps in wacky GMs. by Brian Salomon · 4 years, 4 months ago
- 94f65d7 Expand SkYUVAInfo::PlanarConfig/SkYUVAPixmapInfo::DataType values. by Brian Salomon · 4 years, 4 months ago
- 302e8fb Downgrade SkImage to GrImageContext by Adlai Holler · 4 years, 5 months ago
- 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 5 months ago
- bcfc554 Add GrDirectContext arg to SkImage::readPixels by Adlai Holler · 4 years, 5 months ago
- 14dc791 Reland "Migrate SkImage::MakeFromTexture to GrRecordingContext" by Adlai Holler · 4 years, 6 months ago
- a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 6 months ago
- 74b83a4 Revert "Migrate SkImage::MakeFromTexture to GrRecordingContext" by Adlai Holler · 4 years, 6 months ago
- daa9e74 Migrate SkImage::MakeFromTexture to GrRecordingContext by Adlai Holler · 4 years, 6 months ago
- b107a11 Add several more values to SkYUVColorSpace by Brian Osman · 4 years, 6 months ago
- 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 6 months ago
- 057c33f Clean up some GrContext uses in the GMs by Robert Phillips · 4 years, 7 months ago
- 3a22017 Reland "Add a direct context arg to makeColorTypeAndColorSpace" by Adlai Holler · 4 years, 7 months ago
- 779813a Revert "Add a direct context arg to makeColorTypeAndColorSpace" by Adlai Holler · 4 years, 7 months ago
- a56da9e Add a direct context arg to makeColorTypeAndColorSpace by Adlai Holler · 4 years, 7 months ago
- 872a32c Add an arg to SkImage::makeSubset to take a direct context by Adlai Holler · 4 years, 7 months ago
- b87b39b Make GM::onGpuSetup take a GrDirectContext by Robert Phillips · 4 years, 7 months ago
- b7bfbc2 Move GrRecordingContext.h and GrDirectContext.h into include/gpu by Robert Phillips · 4 years, 7 months ago
- f8f45d9 Make asDirectContext public by Robert Phillips · 4 years, 7 months ago
- ce9f016 Remove unused GrFlushFlags. by Greg Daniel · 4 years, 7 months ago
- 95c250c Downgrade GpuGMs to only receiving a GrRecordingContext by Robert Phillips · 4 years, 7 months ago
- 98c39ba Make use of backend texture creation finished procs in YUV GMs by Robert Phillips · 4 years, 7 months ago
- b795bea Add GM::gpuTeardown entry point by Robert Phillips · 4 years, 7 months ago
- f105d38 Update image_from_yuv_textures GM for *ooprddl configs by Robert Phillips · 4 years, 7 months ago
- e22c5ca Fix wacky_yuv_formats for *ooprddl configs by Robert Phillips · 4 years, 7 months ago
- 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 4 years, 9 months ago
- 9a30ee0 Add BGR_10A2 support to Ganesh (take 2) by Robert Phillips · 4 years, 9 months ago
- a50ce3c Revert "Add BGR_10A2 support to Ganesh" by Robert Phillips · 4 years, 9 months ago
- 44fc53b Add BGR_10A2 support to Ganesh by Robert Phillips · 4 years, 9 months ago
- 404b7cf Appease VS 2019 by Robert Phillips · 4 years, 10 months ago
- 12632f1 Always initialize YUYAIndex::fChannel in wacky YUV format GMs by Brian Salomon · 4 years, 10 months ago
- f7255d7 Try out plane/channel index scheme in wacky yuv format GMs. by Brian Salomon · 4 years, 10 months ago
- 71cb6fd Initialize all the SkYUVAIndex fields in the wacky_yuv_formats GM by Robert Phillips · 4 years, 10 months ago
- 85da336 Add d3d support for creating command lists. by Greg Daniel · 5 years ago
- aba642c Remove SkScalarClampMax and SkScalarPin by Brian Osman · 5 years ago
- e073552 Minor GM cleanup by Robert Phillips · 5 years ago
- 99044e1 Update wacky_yuv_formats GM to demonstrate YUV resizing on the GPU by Robert Phillips · 5 years ago
- 4dea72a Reland x3 "Remove most of GrConfig.h" by Brian Salomon · 5 years ago
- 3f1a98b Reland "Revert "Remove most of GrConfig.h"" by Greg Daniel · 5 years ago
- 5b9c7ba Revert "Revert "Remove most of GrConfig.h"" by Brian Salomon · 5 years ago
- b0047b5 Revert "Remove most of GrConfig.h" by Brian Salomon · 5 years ago
- 80e334d Remove most of GrConfig.h by Brian Salomon · 5 years ago
- 2b73e66 Add BT2020 (non-constant-luminance) YUV color space by Brian Osman · 5 years ago
- ac8a16c Update YUV GMs to use SkYUVMath matrices by Brian Osman · 5 years ago
- 4bc0c1f Rename GrColorSpaceInfo -> GrColorInfo by Brian Salomon · 5 years ago
- 6694440 Make SkPixmap-variant of createBackendTexture public by Robert Phillips · 5 years ago
- ea1b30b New proposed syntax for SkColorTypes by Robert Phillips · 5 years ago
- f47717a Alter wacky_yuv_formats GM to skip rows if the required backing GPU format(s) aren't supported by Robert Phillips · 5 years ago
- 17a3a0b Last tranche of new SkColorTypes by Robert Phillips · 5 years ago
- 429f0d3 Add kRG_1616 and kAlpha_16 SkColorTypes by Robert Phillips · 5 years ago
- d470e1b Add kRG_88_SkColorType by Robert Phillips · 5 years ago
- 00c9f0d Increase specificity of GrColorType computed for YUV planes (take 2) by Robert Phillips · 5 years ago
- 8ba5315 Revert "Increase specificity of GrColorType computed for YUV planes" by Robert Phillips · 5 years ago
- c326aaf Increase specificity of GrColorType computed for YUV planes by Robert Phillips · 5 years ago
- 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 6 years ago
- e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 6 years ago
- c38cfa9 Third land of "Restore GL_UNPACK_ROW_LENGTH to 0 between MIP levles" by Brian Salomon · 6 years ago
- f16020b Reland "Revert "Restore GL_UNPACK_ROW_LENGTH to 0 between MIP levles"" by Brian Salomon · 6 years ago
- 4b40a1d Revert "Revert "Restore GL_UNPACK_ROW_LENGTH to 0 between MIP levles"" by Brian Salomon · 6 years ago
- 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 6 years ago
- da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 6 years ago
- 23ca4e7 Enable creating protected vulkan backend by Emircan Uysaler · 6 years ago
- 712f0a7 Fix up wacky_yuv_formats GM by Robert Phillips · 6 years ago
- 6b97387 Fix up wacky_yuv_formats GM and GL caps by Robert Phillips · 6 years ago
- bb74990 Add P016 and P010 examples to wacky_yuv_formats GM by Robert Phillips · 6 years ago
- cb1adb4 Add srcData version of createBackendTexture API by Robert Phillips · 6 years ago
- d1d869d Make GL & Vk backends create uninitialized backend textures by Robert Phillips · 6 years ago
- 4b432fa run rewrite_includes.py by Mike Klein · 6 years ago
- 6a5f7e2 split RGB into YUV planes by Mike Reed · 6 years ago
- f0313ee Rename createTestingOnlyBackendTexture to createBackendTexture by Robert Phillips · 6 years ago
- 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 6 years ago
- 9b16f81 Switch over to using new direct allocation API in our tests (as much as possible at least) by Robert Phillips · 6 years ago
- dc62b64 Add helper method to fill in yuvaIndices given a yuv format by Robert Phillips · 6 years ago
- 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 6 years ago
- 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 6 years ago
- 7fde8e1 IWYU for gms. by Ben Wagner · 6 years ago
- e869a1e stop calling legacy 255-biased colormatrix by Mike Reed · 6 years ago
- c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
- a6a8400 Support domain clamping and transform matrices in YUVToRGB effects by Michael Ludwig · 6 years ago
- b286bc2 Introduce new factory for SkColorFilters by Mike Reed · 6 years ago
- 5ad6fd3 Put SkImageInfo on SkImage to avoid cost of reconstructing for queries. by Brian Salomon · 6 years ago
- 2dd1b47 Add support for Y410 (i.e., 1010102) to wacky_yuv_formats by Robert Phillips · 6 years ago
- ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 6 years ago
- 0a22ba8 Add kIdentity_SkYUVColorSpace by Robert Phillips · 6 years ago
- 3a77837 Reland "Add a GpuGM class for GPU-only tests" by Chris Dalton · 6 years ago
- 382b122 Revert "Add a GpuGM class for GPU-only tests" by Chris Dalton · 6 years ago
- f5efa78 Add a GpuGM class for GPU-only tests by Chris Dalton · 6 years ago
- e956049 Fix makeColorSpace on YUV images by Brian Osman · 6 years ago
- 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
- f2580c0 Avoid crash in wacky_yuv GMs with --preAbandonGpuContext by Brian Salomon · 6 years ago
- 8f388ce Fix leak of textures in wacky_yuv_* GMs by Brian Salomon · 6 years ago
- 3e4c2f3 Reland "Add target SkColorSpace to SkImage_GpuYUVA." by Jim Van Verth · 6 years ago
- 4938323 Revert "Add target SkColorSpace to SkImage_GpuYUVA." by Jim Van Verth · 6 years ago