..
BUILD.bazel
[infra] Add Bazel rules for codecs.
2021-11-11 20:10:01 +00:00
SkImage_Base.h
Remove GPU-related calls from SkImage.h when !SK_SUPPORT_GPU
2021-10-28 12:10:39 +00:00
SkImage_Gpu.cpp
Constify SkImage
2021-10-28 01:07:57 +00:00
SkImage_Gpu.h
Constify SkImage
2021-10-28 01:07:57 +00:00
SkImage_GpuBase.cpp
Rename GrSurfaceContext -> skgpu::SurfaceContext
2021-08-10 19:24:53 +00:00
SkImage_GpuBase.h
Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions (take 2)
2021-08-04 19:40:55 +00:00
SkImage_GpuYUVA.cpp
Constify SkImage
2021-10-28 01:07:57 +00:00
SkImage_GpuYUVA.h
Constify SkImage
2021-10-28 01:07:57 +00:00
SkImage_Lazy.cpp
Remove GPU-related calls from SkImage.h when !SK_SUPPORT_GPU
2021-10-28 12:10:39 +00:00
SkImage_Lazy.h
Remove unused class GrTextureMaker
2021-04-29 17:01:47 +00:00
SkImage_Raster.cpp
Move GrOp::VisitProxyFunc to GrTypesPriv.h GrVisitProxyFunc
2021-06-17 17:23:35 +00:00
SkImage.cpp
Remove GPU-related calls from SkImage.h when !SK_SUPPORT_GPU
2021-10-28 12:10:39 +00:00
SkReadPixelsRec.h
header self-sufficiency and idempotency
2019-06-26 19:12:43 +00:00
SkRescaleAndReadPixels.cpp
Simplify common case of linear filtering with no mips
2021-01-15 16:47:16 +00:00
SkRescaleAndReadPixels.h
Move to sampling for async-rescale routines
2021-01-05 15:46:51 +00:00
SkSurface_Base.h
Reland "Remove GPU-related calls from SkSurface.h when !SK_SUPPORT_GPU"
2021-11-05 12:51:07 +00:00
SkSurface_Gpu.cpp
Store whether or not a VkImage is from a swapchain and return it in drawable info.
2021-11-16 21:14:59 +00:00
SkSurface_Gpu.h
Remove SK_SURFACE_COPY_ON_WRITE_CRASHES
2021-11-01 15:04:14 +00:00
SkSurface_GpuMtl.mm
Move DeviceFlags and CheckAlphaTypeAndGetFlags to skgpu::BaseDevice
2021-09-08 14:55:31 +00:00
SkSurface_Raster.cpp
Remove SK_SURFACE_COPY_ON_WRITE_CRASHES
2021-11-01 15:04:14 +00:00
SkSurface.cpp
Fix #ifdef SK_SUPPORT_GPU to be #if
2021-11-08 15:14:28 +00:00