- c90a8c7 calculate program hash in bulk by Mike Klein · 4 years, 9 months ago
- ed9b1f1 refactor out a middle representation by Mike Klein · 4 years, 9 months ago
- 762b42f Remove SkClampMax by Brian Osman · 4 years, 9 months ago
- aba642c Remove SkScalarClampMax and SkScalarPin by Brian Osman · 4 years, 9 months ago
- 7f36405 Remove SkMin32/SkMax32 by Brian Osman · 4 years, 9 months ago
- 116b33e Remove SkMaxScalar and SkMinScalar by Brian Osman · 4 years, 9 months ago
- b8ffaec Add a mutex to SkStrike to regulate multithreaded access by Herb Derby · 4 years, 9 months ago
- 653d2a4 Remove search of desperation by Herb Derby · 4 years, 9 months ago
- 3225306 In SkRuntimeEffect, just use hash of SkSL as the ID by Brian Osman · 4 years, 9 months ago
- d2ccbb5 Have GrTextureEffect factories take a view as input. by Greg Daniel · 4 years, 9 months ago
- 9bfd595 In GrSkSLFP, store inputs as SkData. Tighten size checks. by Brian Osman · 4 years, 9 months ago
- 37c127f Rename view getters in various image subclasses. by Greg Daniel · 4 years, 9 months ago
- e47b0e5 remove misleading Uniforms apis by Mike Klein · 4 years, 9 months ago
- 399ef69 thread alloc through to color filters by Mike Klein · 4 years, 9 months ago
- a2406f9 Fix BC1 SW decompression on platforms with RGBA PM color order by Robert Phillips · 4 years, 9 months ago
- d589916 Potentially-uninitialized Sk3LookAt result by Florin Malita · 4 years, 9 months ago
- 4bcab23 tweak screen math by Mike Klein · 4 years, 9 months ago
- d095b9f Fix SW decompression of BC1 and add a GM to check it (take 2). by Robert Phillips · 4 years, 9 months ago
- 0772b4b Reland "unorm/unorm -> to_unorm/from_unorm" by Mike Klein · 4 years, 9 months ago
- 59cd566 gather pointers are not necessarily aligned by Mike Klein · 4 years, 9 months ago
- 8feac2d Revert "unorm/unorm -> to_unorm/from_unorm" by Mike Klein · 4 years, 9 months ago
- c66882e Revert "impl gather8/gather16 with gather32" by Mike Klein · 4 years, 9 months ago
- ab5da1f Revert "Fix SW decompression of BC1 and add a GM to check it." by Robert Phillips · 4 years, 9 months ago
- 4238751 Fix SW decompression of BC1 and add a GM to check it. by Robert Phillips · 4 years, 9 months ago
- cc104db Have GrTextureProducer return views instead of proxies. by Greg Daniel · 4 years, 9 months ago
- cd4e566 unorm/unorm -> to_unorm/from_unorm by Mike Klein · 4 years, 9 months ago
- d4e3b9e impl gather8/gather16 with gather32 by Mike Klein · 4 years, 9 months ago
- 1fe3c3d Use GrTextureEffect::MakeTexelSubset instead of MakeSubset in SkGpuBlurUtils by Brian Salomon · 4 years, 9 months ago
- d4f6831 Add SW decode of ETC1 and a GM by Robert Phillips · 4 years, 9 months ago
- 133177b Add missing "const" to SkMD5::finish::PADDING by Andrew Grieve · 4 years, 9 months ago
- c0c0522 let's try to fix nullptr + k by Mike Klein · 4 years, 9 months ago
- 0ee16f6 Add reverse iterators to SkSpan by Herb Derby · 4 years, 9 months ago
- 40903af Update GrSurfaceProxy::Copy to return a view. by Greg Daniel · 4 years, 9 months ago
- 64874ea Avoid using kClamp domain in GrMatrixConvolutionEffect::MakeGaussian. by Brian Salomon · 4 years, 9 months ago
- ce9e060 finish up 2pt conicals by Mike Klein · 4 years, 9 months ago
- 5c08249 Use views throughout gpu blur code. by Greg Daniel · 4 years, 9 months ago
- 8354717 Remove asTextureProxyRef from SkSpecialImage. by Greg Daniel · 4 years, 9 months ago
- c52db71 Store GrSurfaceProxyViews on SkSpecial*_Gpu. by Greg Daniel · 4 years, 9 months ago
- faa34c5 partial strength reduction for bit ops by Mike Klein · 4 years, 9 months ago
- 6f5441a Remove create function in proxyProvider that takes a raster SkImage. by Greg Daniel · 4 years, 9 months ago
- ba9da46 radial gradients in skvm by Mike Klein · 4 years, 9 months ago
- d352529 incorporate r,g,b,a into shaderHash by Mike Klein · 4 years, 9 months ago
- 162e04b Expand the compressed_textures GM by Robert Phillips · 4 years, 9 months ago
- 99dead9 Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types (take 2) by Robert Phillips · 4 years, 9 months ago
- 3da9e94 Revert "Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types" by Robert Phillips · 4 years, 9 months ago
- 3234ce1 Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types by Robert Phillips · 4 years, 10 months ago
- 2bdf95c Swap dtor order of SkSTArenaAlloc and SkArenaAlloc v.2 by Herb Derby · 4 years, 9 months ago
- f93a843 support dither in skvm by Mike Klein · 4 years, 10 months ago
- d92e4e9 cache only when SkVM has a JIT by Mike Klein · 4 years, 9 months ago
- d3963a3 offer raw-array variant of remaining 44 methods by Mike Reed · 4 years, 9 months ago
- 00a9764 consolidate examples to 1 matrix type by Mike Reed · 4 years, 9 months ago
- 78184a3 Revert "convert sample completely to SkM4" by Mike Reed · 4 years, 9 months ago
- e455d2e convert sample completely to SkM4 by Mike Reed · 4 years, 9 months ago
- b4cce3f Revert "Revert "add rotate to SkM44"" by Mike Reed · 4 years, 9 months ago
- 978693c Make invokeChild just return a string containing the child function call by Brian Osman · 4 years, 9 months ago
- 44aa1ab Revert "add rotate to SkM44" by Mike Reed · 4 years, 9 months ago
- a6272de add rotate to SkM44 by Mike Reed · 4 years, 9 months ago
- ca6b2f4 Revert "Revert "Move GrDomainEffect functionality into GrTextureEffect and delete"" by Brian Salomon · 4 years, 9 months ago
- b81e697 clean up caches at thread exit by Mike Klein · 4 years, 9 months ago
- 1c3e6cf Revert "Move GrDomainEffect functionality into GrTextureEffect and delete" by Brian Salomon · 4 years, 9 months ago
- b962eff Revert "Revert "Complete rewrite of the SkSL interpreter"" by Ethan Nicholas · 4 years, 10 months ago
- 988af46 Move GrDomainEffect functionality into GrTextureEffect and delete the former. by Brian Salomon · 4 years, 10 months ago
- 6b67273 use longer-lived alloc in CacheKey() by Mike Klein · 4 years, 10 months ago
- 20b16bd force skvm interpreter in ASAN builds, add bots by Mike Klein · 4 years, 10 months ago
- 7d0861b more bits for shader program hash by Mike Klein · 4 years, 10 months ago
- 07d32b4 remove some memory-based methods, add rc() by Mike Reed · 4 years, 10 months ago
- b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 10 months ago
- 8999852 Fix issue introduced in 33c0f260d28e28dbb5e34be71ffcbd5165a83bb3 by Brian Salomon · 4 years, 10 months ago
- 05b7297 remove obsolete flag SK_SUPPORT_LEGACY_CANVAS_MATRIX_VIRTUALS by Mike Reed · 4 years, 10 months ago
- ce3ddaa Pass readSwizzle into more proxy creation to not use config. by Greg Daniel · 4 years, 10 months ago
- 52c68c4 Account for negative w in GrQuad::bounds by Michael Ludwig · 4 years, 10 months ago
- 470e0ac Revert "Revert "Revert "Complete rewrite of the SkSL interpreter""" by Ben Wagner · 4 years, 10 months ago
- 7deb1c2 Revert "Revert "Complete rewrite of the SkSL interpreter"" by Ethan Nicholas · 4 years, 10 months ago
- b26b4e7 Revert "Revert "use SkM44 internally"" by Mike Reed · 4 years, 10 months ago
- 7c165a4 Reland "Reland "Pass in a SkColorType into SkImage_Gpu ctor."" by Greg Daniel · 4 years, 10 months ago
- f79aacb Revert "use SkM44 internally" by Mike Reed · 4 years, 10 months ago
- 295cdf8 use SkM44 internally by Mike Reed · 4 years, 10 months ago
- 33c0f26 Rework spefication of src/dst rects/translates throughout SkGpuBlurUtils. by Brian Salomon · 4 years, 10 months ago
- 1feceb3 split SkBBoxHierarchy into public/base types by Mike Klein · 4 years, 10 months ago
- 9ed88b3 Revert "Reland "Pass in a SkColorType into SkImage_Gpu ctor."" by Ben Wagner aka dogben · 4 years, 10 months ago
- 38380df remove the last vestiges of SkMScalar by Mike Reed · 4 years, 10 months ago
- 55f6fc3 IWYU -- colorspace no longer includes matrix44 by Mike Reed · 4 years, 10 months ago
- 938106d Reland "Pass in a SkColorType into SkImage_Gpu ctor." by Greg Daniel · 4 years, 10 months ago
- 196e9fb let picture record take a bbh directly by Mike Klein · 4 years, 10 months ago
- 7a7ee94 modernize some picture internal types by Mike Klein · 4 years, 10 months ago
- d468d21 use safe cast when converting double to float by Mike Reed · 4 years, 10 months ago
- cedab52 remove debugging dump by Mike Reed · 4 years, 10 months ago
- 99c54f0 Revert "Complete rewrite of the SkSL interpreter" by Ethan Nicholas · 4 years, 10 months ago
- 2cde3a1 Complete rewrite of the SkSL interpreter by Ethan Nicholas · 4 years, 10 months ago
- 215c34b SkMScalar is obsolete -- use SkScalar by Mike Reed · 4 years, 10 months ago
- 71b8b76 Remove proxy offset param to SkGpuBlurUtils::GaussianBlur. by Brian Salomon · 4 years, 10 months ago
- 9f22f1f use transpose of inverse for transforming normals by Mike Reed · 4 years, 10 months ago
- ef05567 Don't pass final W/H to convolve_gaussian() in SkGpuBlurUtils. by Brian Salomon · 4 years, 10 months ago
- ee3216d Use SkSL to do point-light shading by Mike Reed · 4 years, 10 months ago
- 3e2c99b Make decimating and non-decimating cases in SkGpuBlurUtils call into by Brian Salomon · 4 years, 10 months ago
- f631cf3 Reland "Make SkGpuBlurUtils take SkTileMode"" by Brian Salomon · 4 years, 10 months ago
- 3155f7f Pass in a GrColorType into our Copy call. by Greg Daniel · 4 years, 10 months ago
- e3193ad little debug/profiling tool cleanups by Mike Klein · 4 years, 10 months ago
- d4d3b33 Make converting from 4x4 to 3x3 explicit by Mike Reed · 4 years, 10 months ago
- fba4a15 Disallow GrTextureDomain::kIgnore_Mode in SkGpuBlurUtils::GaussianBlur. by Brian Salomon · 4 years, 10 months ago