- f2f9b0d Filter transformed atlas images correctly on GPU. by John Stiles · 4 years, 3 months ago
- f743d4e Rename Xfermode fragment processor to Blend. by John Stiles · 4 years, 4 months ago
- e69b9ef Separate MIP filtering from min/mag filtering. by Brian Salomon · 4 years, 4 months ago
- 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 4 months ago
- 4e105e2 Clean up GrContext references in the src/gpu by Robert Phillips · 4 years, 4 months ago
- 872a32c Add an arg to SkImage::makeSubset to take a direct context by Adlai Holler · 4 years, 4 months ago
- 449b115 Plumb SkMatrixProvider throughout Ganesh by Brian Osman · 4 years, 7 months ago
- 694ec49 GrMatrixConvolutionEffect uses GrTextureEffect by Brian Salomon · 4 years, 7 months ago
- c524378 Don't require color type to make proxy copies. by Brian Salomon · 4 years, 8 months ago
- f5ecf51 Stop including SkVertices.h from so many places by Brian Osman · 4 years, 8 months ago
- bc074a6 Add SkBudgeted parameter to SkImage::makeTextureImage(). by Brian Salomon · 4 years, 8 months ago
- 71fe945 Prevent unbounded listener growth on SkPixelRefs. by Brian Salomon · 4 years, 9 months ago
- 99a813c Avoid unbounded listener growth on SkImage_Lazy when textures are purged by Brian Salomon · 4 years, 9 months ago
- d620532 SkImage_Lazy::lockTextureProxyView computes its own key by Brian Salomon · 4 years, 9 months ago
- ecbb0fb Simplify view getters on GrTextureProducer. by Brian Salomon · 4 years, 9 months ago
- c8d092a Revert "Revert "Remove copies for wrap modes in GrTextureProducer."" by Brian Salomon · 4 years, 9 months ago
- bf5cb0f Revert "Remove copies for wrap modes in GrTextureProducer." by Robert Phillips · 4 years, 9 months ago
- 7fba244 Remove copies for wrap modes in GrTextureProducer. by Brian Salomon · 4 years, 9 months ago
- a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 10 months ago
- cc21d0c Reland "Change refPinnedTextureProxy to return a view instead." by Greg Daniel · 4 years, 10 months ago
- ebc00f9 Revert "Change refPinnedTextureProxy to return a view instead." by Greg Daniel · 4 years, 10 months ago
- becd2fe Change refPinnedTextureProxy to return a view instead. by Greg Daniel · 4 years, 10 months ago
- cc104db Have GrTextureProducer return views instead of proxies. by Greg Daniel · 4 years, 10 months ago
- 40903af Update GrSurfaceProxy::Copy to return a view. by Greg Daniel · 4 years, 10 months ago
- c52db71 Store GrSurfaceProxyViews on SkSpecial*_Gpu. by Greg Daniel · 4 years, 10 months ago
- 6f5441a Remove create function in proxyProvider that takes a raster SkImage. by Greg Daniel · 4 years, 10 months ago
- 4cb2933 GrPixelConfig is DEAD!!!!! by Greg Daniel · 4 years, 10 months ago
- ccb6142 Allow implicit conversion from GrSamplerState::Filter to GrSamplerState by Brian Salomon · 4 years, 10 months 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
- 1a372c3 Add SurfaceView for SkImage_GpuYUVA's flattened proxy. by Greg Daniel · 5 years ago
- 2715bf5 Switch to float vertex colors for wide color vertex attribs by Brian Osman · 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
- c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 5 years ago
- 4bc0c1f Rename GrColorSpaceInfo -> GrColorInfo by Brian Salomon · 5 years ago
- 096b091 Make GrBlend.h private by Brian Salomon · 5 years ago
- 201cdbb Make GrSamplerState.h and GrRenderTarget.h private by Brian Salomon · 5 years ago
- 309c6c0 Return kNearest from GrSkFilterQualityToGrFilterMode for 1x1 images by Chris Dalton · 5 years ago
- 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
- f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
- c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
- de49665 Fold together mippped and non-mippped bitmap to proxy functions by Brian Osman · 6 years ago
- 8fa7ab4 Delay half-float vertex color determination until Op::finalize by Brian Osman · 6 years ago
- 9338c60 Switch FP creation over to GrRecordingContext by Robert Phillips · 6 years ago
- a41c685 Move proxyProvider and singleOwner to GrImageContext by Robert Phillips · 6 years ago
- 5c8a6b3 Add helpers to deal with byte vs. half-float vertex colors by Brian Osman · 6 years ago
- cb3d087 Remove all remaining GrColor4f (other than gradients) by Brian Osman · 6 years ago
- 080e77f Use SkPMColor4f in OverrideInput, remove some kruft from SkGr by Brian Osman · 6 years ago
- f28e55d Add SkPMColor4f support to SkSL by Brian Osman · 6 years ago
- 81cbd03 Work toward removing SkPM4f by Brian Osman · 6 years ago
- b0f4d0a Reland "Switch SkPaint's color to SkColor4f" by Brian Osman · 6 years ago
- cacf496 Revert "Switch SkPaint's color to SkColor4f" by Brian Osman · 6 years ago
- ee87c86 Switch SkPaint's color to SkColor4f by Brian Osman · 6 years ago
- 78aceb2 converted overdraw effect to new FP system by Ethan Nicholas · 6 years ago
- 0054311 Re-re-land "added GrSkSLFP and converted DitherEffect to use it" by Ethan Nicholas · 6 years ago
- 6c48e4d Reland "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
- 97ae0c8 Revert "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
- 238069b Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
- 143cf8e Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
- f4c5bb9 Make GPU cache invalidation SkMessageBus messages go to one GrContext. by Brian Salomon · 6 years ago
- a50205f Add color type to the image filter DAG's OutputProperties by Brian Osman · 6 years ago
- f203078 Revert "added GrSkSLFP and converted DitherEffect to use it" by Kevin Lubick · 6 years ago
- dfbfc73 added GrSkSLFP and converted DitherEffect to use it by Ethan Nicholas · 6 years ago
- 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
- cccafe8 Rewrite SkVertices specified with triangle fans as indexed triangles by Brian Salomon · 7 years ago
- db78cba Avoid creating MIPs until necessary when MIP bias is active by Brian Osman · 7 years ago
- bc54fad Refactor GrUploadPixmap logic into MakeCrossContextFromPixmap by Greg Daniel · 7 years ago
- 3081508 Remove unused code resulted from deleting DeferredTextureImage by Greg Daniel · 7 years ago
- 7e1912a Move GrMakeCachedBitmapProxy work in lazy mode by Greg Daniel · 7 years ago
- a4ead65 Add function to GrProxyProvider to lazily upload mip map data by Greg Daniel · 7 years ago
- 490695b Add param to GrMakeCachedImageProxy to specify the SkBackingFit by Greg Daniel · 7 years ago
- 7a92639 Disable texture strip atlasing for DDL by Robert Phillips · 7 years ago
- 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
- 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
- 4cbb6e6 Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter. by Brian Salomon · 7 years ago
- f3569f0 Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conversion. by Brian Salomon · 7 years ago
- e1da1d9 Add option to create a deferred render target context with mips by Greg Daniel · 7 years ago
- 55afd6d Revert "Revert "Update GrBitmapTextureMaker for handling mipped requests"" by Greg Daniel · 7 years ago
- 8b059bd Revert "Update GrBitmapTextureMaker for handling mipped requests" by Greg Daniel · 7 years ago
- d1935c1 Update GrBitmapTextureMaker for handling mipped requests by Greg Daniel · 7 years ago
- a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
- 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
- b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
- aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
- 81e7bf8 Update gpu caps for valid sample counts. by Greg Daniel · 7 years ago
- 590533f Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpu by Robert Phillips · 7 years ago
- 3809bab Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
- 7cd974f Revert "Add GrPrimitiveType::kLinesAdjacency" by Ravi Mistry · 7 years ago
- f7eb015 Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
- 6b3542a move Coeff into blendmode by Mike Reed · 7 years ago
- 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 7 years ago
- bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 7 years ago
- ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 7 years ago
- dedac85 Allow numerical color spaces with legacy rendering by Matt Sarett · 8 years ago
- 91b43e4 remove unused etc logic by Mike Reed · 8 years ago
- 185ba21 change drawAtlas to behave like drawVertices by Mike Reed · 8 years ago
- 84c9cb7 getDeferredTextureImageData(): preserve color space in legacy mode by Matt Sarett · 8 years ago
- 887cdf1 move vertex-mode enum into SkVertices by Mike Reed · 8 years ago