1. b25560a Consistency among GrFP::ProgramImpl subclasses by Brian Salomon · 3 years, 1 month ago
  2. 3176e86 Rename GrGLSLFragmentProcessor to GrFragmentProcessor::ProgramImpl by Brian Salomon · 3 years, 1 month ago
  3. 13b2873 Remove GLSL from name of functions that builds GrProcessor keys. by Brian Salomon · 3 years, 1 month ago
  4. f386862 Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions (take 2) by Robert Phillips · 3 years, 1 month ago
  5. 40b82c6 Revert "Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions" by Derek Sollenberger · 3 years, 1 month ago
  6. af844c7 Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions by Robert Phillips · 3 years, 1 month ago
  7. ab7ff17 Guard TopDeviceSurfaceFillContext calls for null return values. by John Stiles · 3 years, 2 months ago
  8. 7a0d3c3 Revise GM infrastructure to not rely on GrSurfaceDrawContext by Robert Phillips · 3 years, 2 months ago
  9. ba70138 Retract GrFillRectOp from GMs and tests by Robert Phillips · 3 years, 2 months ago
  10. 550de7f Depower GrPipeline.h by Robert Phillips · 3 years, 2 months ago
  11. 0fbc6a3 Fix up names from RenderTargetContext to SurfaceDrawContext. by John Stiles · 3 years, 3 months ago
  12. 27c4202 Remove GrBitmapTextureMaker. by Brian Salomon · 3 years, 5 months ago
  13. 18ab203 Make GrGLSLFragmentProcessors be created as std::unique_ptr. by Brian Salomon · 3 years, 7 months ago
  14. bead7e3 Remove GrFragmentProcessor::usesExplicitReturn. by John Stiles · 3 years, 9 months ago
  15. 4bdc121 Use explicit return statements in more fragment processors. by John Stiles · 3 years, 9 months ago
  16. eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 3 years, 9 months ago
  17. 70fe17e Remove GrRenderTargetContextPriv and GrSurfaceContextPriv by Brian Salomon · 3 years, 10 months ago
  18. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years ago
  19. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years ago
  20. 41d91b6 Remove support for multiple coverage processors from GrPaint API. by John Stiles · 4 years, 2 months ago
  21. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 2 months ago
  22. 2940538 Reland "Remove more GrContext imports & usage" by Adlai Holler · 4 years, 2 months ago
  23. 75c5168 Revert "Remove more GrContext imports & usage" by Adlai Holler · 4 years, 2 months ago
  24. dd13955 Remove more GrContext imports & usage by Adlai Holler · 4 years, 2 months ago
  25. 1298bc4 Change SampleMatrix to SampleUsage by Brian Osman · 4 years, 3 months ago
  26. fbe2859 Remove GrFragmentProcessor::addCoordTransform() by Michael Ludwig · 4 years, 3 months ago
  27. 9aba625 Move setSampleMatrix and setSampledWithExplicitCoords into child registration by Michael Ludwig · 4 years, 3 months ago
  28. 5843012 Add sample(child, matrix) to SkSL. by Ethan Nicholas · 4 years, 5 months ago
  29. bc074a6 Add SkBudgeted parameter to SkImage::makeTextureImage(). by Brian Salomon · 4 years, 6 months ago
  30. 85da336 Add d3d support for creating command lists. by Greg Daniel · 4 years, 6 months ago
  31. ecbb0fb Simplify view getters on GrTextureProducer. by Brian Salomon · 4 years, 7 months ago
  32. d2ccbb5 Have GrTextureEffect factories take a view as input. by Greg Daniel · 4 years, 7 months ago
  33. c61d7e3 Rename various getters related to GrSurfaceProxyView. by Greg Daniel · 4 years, 7 months ago
  34. cc104db Have GrTextureProducer return views instead of proxies. by Greg Daniel · 4 years, 7 months ago
  35. 6f5441a Remove create function in proxyProvider that takes a raster SkImage. by Greg Daniel · 4 years, 8 months ago
  36. 978693c Make invokeChild just return a string containing the child function call by Brian Osman · 4 years, 8 months ago
  37. b8f098d Reland "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 4 years, 8 months ago
  38. d7436a3 Revert "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 4 years, 8 months ago
  39. 90673ec Rename GrSimpleTextureEffect->GrTextureEffect by Brian Salomon · 4 years, 8 months ago
  40. 7d8b397 Changes to GrCoordTransform and local coords by Brian Salomon · 4 years, 10 months ago
  41. 03e4c95 Move creation of GrProgramDesc to GrCaps-derived classes by Robert Phillips · 4 years, 10 months ago
  42. fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 4 years, 10 months ago
  43. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 4 years, 10 months ago
  44. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 4 years, 10 months ago
  45. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 4 years, 10 months ago
  46. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 4 years, 10 months ago
  47. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 5 years ago
  48. d4efe68 SkSL sample() now permits specification of coordinates by Ethan Nicholas · 5 years ago