1. 12c5d29 In FPs, store pointers for all child slots, even nullptr by Brian Osman · 4 years, 2 months ago
  2. 54867de Make GrFP::registerChild just return -1 for null children by Brian Osman · 4 years, 2 months ago
  3. b7bfbc2 Move GrRecordingContext.h and GrDirectContext.h into include/gpu by Robert Phillips · 4 years, 2 months ago
  4. 1298bc4 Change SampleMatrix to SampleUsage by Brian Osman · 4 years, 2 months ago
  5. fbe2859 Remove GrFragmentProcessor::addCoordTransform() by Michael Ludwig · 4 years, 3 months ago
  6. 9aba625 Move setSampleMatrix and setSampledWithExplicitCoords into child registration by Michael Ludwig · 4 years, 3 months ago
  7. 86b2f39 Use child effect for integral in GrRectBlurEffect by Brian Salomon · 4 years, 3 months ago
  8. 8818390 Honor return value of `registerChildProcessor` when creating child FPs. by John Stiles · 4 years, 3 months ago
  9. e7b4d73 Update GrRectBlurEffect to use a child FP. by John Stiles · 4 years, 3 months ago
  10. df1bd6d Remove texture swizzle from GrSurfaceProxy. by Brian Salomon · 4 years, 6 months ago
  11. ff0717f Re-generate source from FP files after clang-format change by Brian Osman · 4 years, 6 months ago
  12. bc074a6 Add SkBudgeted parameter to SkImage::makeTextureImage(). by Brian Salomon · 4 years, 6 months ago
  13. ecbb0fb Simplify view getters on GrTextureProducer. by Brian Salomon · 4 years, 7 months ago
  14. 46f5c5f Make SkM44 public by Mike Reed · 4 years, 7 months ago
  15. 3a36511 Remove origin from GrSurfaceProxy. by Greg Daniel · 4 years, 7 months ago
  16. 4395612 Update generated effects to use views. by Greg Daniel · 4 years, 7 months ago
  17. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 7 months ago
  18. c61d7e3 Rename various getters related to GrSurfaceProxyView. by Greg Daniel · 4 years, 7 months ago
  19. cc104db Have GrTextureProducer return views instead of proxies. by Greg Daniel · 4 years, 7 months ago
  20. 6f5441a Remove create function in proxyProvider that takes a raster SkImage. by Greg Daniel · 4 years, 8 months ago
  21. b26b4e7 Revert "Revert "use SkM44 internally"" by Mike Reed · 4 years, 8 months ago
  22. f79aacb Revert "use SkM44 internally" by Mike Reed · 4 years, 8 months ago
  23. 295cdf8 use SkM44 internally by Mike Reed · 4 years, 8 months ago
  24. 55f6fc3 IWYU -- colorspace no longer includes matrix44 by Mike Reed · 4 years, 8 months ago
  25. 82c6b10 Better handle colorTypes in GrTexutreProducer. by Greg Daniel · 4 years, 8 months ago
  26. ccb6142 Allow implicit conversion from GrSamplerState::Filter to GrSamplerState by Brian Salomon · 4 years, 8 months ago
  27. 8fa469d Lift TextureSampler's proxy to SurfaceProxy by Michael Ludwig · 4 years, 10 months ago
  28. b2d5d40 Adapt GrRectBlur for cases with rect W/H less than six sigma. by Brian Salomon · 5 years ago
  29. f0b8bf3 Fix profile width check in GrRectBlurEffect. by Brian Salomon · 5 years ago
  30. e736684 Go back to rect blur profile textures. by Brian Salomon · 5 years ago
  31. 2c59659 Make GrRectBlurEffect be analytical rather than use a texture LUT. by Brian Salomon · 5 years ago
  32. 96b383a Remove GrRenderable param from GrProxyProvider::createTextureProxy() by Brian Salomon · 5 years ago
  33. 2af3e70 Don't use color type derived from GrPixelConfig to determine proxy texture swizzle. by Brian Salomon · 5 years ago
  34. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  35. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  36. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 5 years ago[Renamed from src/gpu/effects/GrRectBlurEffect.h]
  37. bcd51e8 SkSL 'key' variables can now be controlled by 'when' expressions by Ethan Nicholas · 5 years ago
  38. d6ab77a restore .clang-format by Mike Klein · 5 years ago
  39. a2a5cc0 regen from .fp files after .clang-format change by Mike Klein · 5 years ago
  40. a41c685 Move proxyProvider and singleOwner to GrImageContext by Robert Phillips · 6 years ago
  41. a427559 Refactor 'in uniform' CPP code generation by Michael Ludwig · 6 years ago
  42. f7dcd76 Remove array of TextureSampler pointers from GrIOResourceProcessor. by Brian Salomon · 6 years ago
  43. ff6a7cd Revert "Revert "Don't use GrRRectBlurEffect for large rects when highp is not full float"" by Brian Salomon · 6 years ago
  44. 7297152 Revert "Don't use GrRRectBlurEffect for large rects when highp is not full float" by Brian Salomon · 6 years ago
  45. e0dc943 Don't use GrRRectBlurEffect for large rects when highp is not full float by Brian Salomon · 6 years ago
  46. 3e8c345 Make generated effects from sksl fp files not need SK_SUPPORT_GPU by Greg Daniel · 6 years ago
  47. cf6da8c Dump additional details about the gpu resources. by Derek Sollenberger · 6 years ago
  48. 554aa6a update include path for SkBlurMask.h by Mike Reed · 7 years ago
  49. 8e03f69 remove unused ConvertRadiusToSigma from SkBlurMaskFilter by Mike Reed · 7 years ago
  50. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 7 years ago
  51. cb25659 DDL-ify GrRectBlurEffect by Robert Phillips · 7 years ago
  52. 130fb3f updated .fp file headers by Ethan Nicholas · 7 years ago
  53. 20df20c Fix FPs by Robert Phillips · 7 years ago
  54. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  55. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  56. 1cb4171 Remove color space xform support from SkSL by Brian Osman · 7 years ago
  57. 2b2936e Make GrRectBlurEffect use bilerp by Robert Phillips · 7 years ago
  58. 8239946 converted GrRectBlurEffect to SkSL by Ethan Nicholas · 7 years ago