1. b577655 Don't submit vk command buffer in updateBackendTexture. by Greg Daniel · 4 years, 4 months ago
  2. ce86910 Revert "Centralize geometry processor vertex shader transform code" by Michael Ludwig · 4 years, 4 months ago
  3. 5a967f5 Fill in GrD3DGpu::onUpdateBackendTexture by Jim Van Verth · 4 years, 4 months ago
  4. ad43e54 Handle kMatrixMultiply in ByteCode -> SkVM by Brian Osman · 4 years, 4 months ago
  5. e66636c check all calls to SkCreateRasterPipelineBlitter by Mike Klein · 4 years, 4 months ago
  6. 0426947 Centralize geometry processor vertex shader transform code by Michael Ludwig · 4 years, 4 months ago
  7. a581a8b Fix caching of dirty uniforms on GrD3DPipelineState. by Greg Daniel · 4 years, 4 months ago
  8. 96f8db0 Revert "Make it easier to test rectangle textures by using createBackendTexture." by Derek Sollenberger · 4 years, 4 months ago
  9. 02f8b07 ByteCode: Avoid using "extended" loads when possible by Brian Osman · 4 years, 4 months ago
  10. 91cc979 SkVM: Handle kNegateF by Brian Osman · 4 years, 4 months ago
  11. 777556a Reland "Replace analytic clip stack with chained fragment processors." by John Stiles · 4 years, 4 months ago
  12. 724701f Reland "Snap coordinates for shader nearest-neighbor decal filtering" by Michael Ludwig · 4 years, 4 months ago
  13. e81b108 plumb matrix provider through skvm shaders by Mike Klein · 4 years, 4 months ago
  14. 2a4871b Implement normalize in ByteCode generator by Brian Osman · 4 years, 4 months ago
  15. 4e37751 Make it easier to test rectangle textures by using createBackendTexture. by Brian Salomon · 4 years, 4 months ago
  16. e22c5ca Fix wacky_yuv_formats for *ooprddl configs by Robert Phillips · 4 years, 4 months ago
  17. d4928d0 Implement flush finish proc support for d3d backend. by Greg Daniel · 4 years, 4 months ago
  18. ce81227 Revert "Snap coordinates for shader nearest-neighbor decal filtering" by Michael Ludwig · 4 years, 4 months ago
  19. 89bf734 Add ceil to skvx/skvm/JIT, and floor/ceil intrinsics to ByteCode by Brian Osman · 4 years, 4 months ago
  20. 1747375 GrTextureGradientColorizer uses GrTextureEffect by Brian Salomon · 4 years, 4 months ago
  21. 4e68ec6 Snap coordinates for shader nearest-neighbor decal filtering by Michael Ludwig · 4 years, 4 months ago
  22. 5081942 Optimize CPP code generation. by John Stiles · 4 years, 4 months ago
  23. d610c75 Fix a unintended shader change in GrTextureEffect by Brian Salomon · 4 years, 4 months ago
  24. 5ed3c11 Reland "Don't release vk memory allocator until context is deleted." by Greg Daniel · 4 years, 4 months ago
  25. 304dfa3 Remove swizzling-store instructions from SkSL ByteCode by Brian Osman · 4 years, 4 months ago
  26. 3711c66 Remove swizzling-load instructions from SkSL ByteCode by Brian Osman · 4 years, 4 months ago
  27. 92887b5 allow fallback to skvm blitter by Mike Klein · 4 years, 4 months ago
  28. c950e05 clean up old idea about nullptr/sRGB by Mike Klein · 4 years, 4 months ago
  29. 6f1487f Consolidate GrDrawingManager <-> GrRenderTask lifecycle by Adlai Holler · 4 years, 4 months ago
  30. c35c073 Revert "Don't release vk memory allocator until context is deleted." by Greg Daniel · 4 years, 4 months ago
  31. f8d68fe runtime shader children on skvm backend by Mike Klein · 4 years, 4 months ago
  32. 11afa63 Don't release vk memory allocator until context is deleted. by Greg Daniel · 4 years, 4 months ago
  33. b54946b Reland "Allow building with Wuffs v0.3, not just v0.2" by Nigel Tao · 4 years, 4 months ago
  34. 91dea51 Merge ShaderMode and FilterLogic enums in GrTextureEffect by Brian Salomon · 4 years, 4 months ago
  35. 9394dd5 Fix stack-buffer overrun in appendVAList. by John Stiles · 4 years, 4 months ago
  36. 83c2d35 Use child effects for LUTs in perline noise effects by Brian Salomon · 4 years, 4 months ago
  37. 99b0470 Update generated file by Brian Salomon · 4 years, 4 months ago
  38. 71f6cfd GrRRectBlurEffect uses child for nine patch by Brian Salomon · 4 years, 4 months ago
  39. 8c662a7 Get rid of deprecated API to add children to PDF tag nodes. by Dominic Mazzoni · 4 years, 4 months ago
  40. a85e4bf Fix perspective fragcoord value in d3d. by Greg Daniel · 4 years, 4 months ago
  41. a43d820 Support sample() in ByteCodeGenerator (but not the interpreter) by Brian Osman · 4 years, 4 months ago
  42. 86b2f39 Use child effect for integral in GrRectBlurEffect by Brian Salomon · 4 years, 4 months ago
  43. 81454df Use hardware wrap mode in perlin noise effects. by Brian Salomon · 4 years, 4 months ago
  44. a3a9da7 Avoid kN32 bitmaps in setup for GPU perlin effects. by Brian Salomon · 4 years, 4 months ago
  45. 590e8db Revert "Replace analytic clip stack with chained fragment processors." by Derek Sollenberger · 4 years, 4 months ago
  46. 77628ce GrCircleBlurFragmentProcessor uses GrTextureEffect for profile texture by Brian Salomon · 4 years, 4 months ago
  47. 907f34b Replace analytic clip stack with chained fragment processors. by John Stiles · 4 years, 4 months ago
  48. 851b90e Update GrRRectEffect to take an input FP and return a MakeResult. by John Stiles · 4 years, 4 months ago
  49. e338c29 Make GrGLPerlinNoise::emitCode easier to read. by Brian Salomon · 4 years, 4 months ago
  50. de975e3 Support MakeResult in GrOvalEffect. by John Stiles · 4 years, 4 months ago
  51. 3b2c06c Remove HairlineAA from the clip-edge types. by John Stiles · 4 years, 4 months ago
  52. ccbd3ee use joinPossibleEmptyRect for bounding box by Herb Derby · 4 years, 4 months ago
  53. 8346834 Fix D3D InstanceDataStepRate. by Greg Daniel · 4 years, 4 months ago
  54. 15207b8 Disable program binary caching on AMD + ANGLE D3D9 by Brian Osman · 4 years, 4 months ago
  55. 1f14ca0 Implement set scissor on d3d render pass. by Greg Daniel · 4 years, 4 months ago
  56. 4190f27 Fix SkParse::FindNamedColor OOB by Florin Malita · 4 years, 4 months ago
  57. 2518f54 Enable implicit-fallthrough warnings on Clang. by John Stiles · 4 years, 4 months ago
  58. f5cd604 GrMagnifierEffect uses child for src by Brian Salomon · 4 years, 4 months ago
  59. f08a82b Return tuple from GrConvexPolyEffect::Make denoting success or failure. by John Stiles · 4 years, 4 months ago
  60. 5ca9d1a Fix caching of HLSL in D3D backend by Brian Osman · 4 years, 4 months ago
  61. 33d569e Elevate the target list of Ganesh tasks to base class by Adlai Holler · 4 years, 4 months ago
  62. ec3508a Add uniform rtHeight in d3d when needed. by Greg Daniel · 4 years, 4 months ago
  63. 1b0b004 GrMatrixConvolutionEffect uses child for sampled kernel by Brian Salomon · 4 years, 4 months ago
  64. b71b6ae Hook up persistent shader cache for D3D by Brian Osman · 4 years, 4 months ago
  65. 5f196bb Fixed instanced drawing for d3d. by Greg Daniel · 4 years, 4 months ago
  66. 4569f66 Remove coverage-as-alpha flag from GrAlphaThresholdFP by Brian Salomon · 4 years, 4 months ago
  67. 5cd393b GrCCClipProcessor uses GrTextureEffect by Brian Salomon · 4 years, 4 months ago
  68. 90cf5d4 Some more fixes to d3d stencils. by Greg Daniel · 4 years, 4 months ago
  69. 2659f79 Fix Housekeeper-PerCommit-CheckGeneratedFiles status error. by John Stiles · 4 years, 4 months ago
  70. 47111d1 Fix d3d clear op rect. by Greg Daniel · 4 years, 4 months ago
  71. 83cd46b Add support for stencil in d3d. by Greg Daniel · 4 years, 4 months ago
  72. ec9269b Update GrConvexPolyEffect to support an input FP. by John Stiles · 4 years, 4 months ago
  73. 6b2caf7 GrAlphaThresholdFragmentProcessor uses child processor for mask. by Brian Salomon · 4 years, 4 months ago
  74. c0d5d9c Update EllipticalRRectEffect to support an input FP. by John Stiles · 4 years, 4 months ago
  75. 2d9e035 Fix infinite loop in SkParsePath::FromSVGString by Florin Malita · 4 years, 4 months ago
  76. 5ee90ff Moved SampleMatrix computation out of SectionAndParameterHelper by Brian Osman · 4 years, 4 months ago
  77. e3a39f7 Update ConstColor FP to support an input FP. by John Stiles · 4 years, 4 months ago
  78. a4a132c Fix tracking of d3d cpu descriptor heaps. by Greg Daniel · 4 years, 4 months ago
  79. a08bde6 GrTextContext::Options -> GrSDFTOptions by Herb Derby · 4 years, 4 months ago
  80. 92219b4 Fix pointer ownership issue with SkSL static switches. by John Stiles · 4 years, 4 months ago
  81. 9ec6b05 Add cloneAndRegisterAllChildProcessors. by John Stiles · 4 years, 4 months ago
  82. 127c607 Add separate PDF tag attribute interfaces for names and strings by Dominic Mazzoni · 4 years, 4 months ago
  83. 3779f44 Add helper method to clone and register a child FP. by John Stiles · 4 years, 4 months ago
  84. b48895d Revert "Allow building with Wuffs v0.3, not just v0.2" by Derek Sollenberger · 4 years, 4 months ago
  85. c343449 Allow building with Wuffs v0.3, not just v0.2 by Nigel Tao · 4 years, 4 months ago
  86. 82d6196 remove (unused) clipmask from savelayer by Mike Reed · 4 years, 4 months ago
  87. 01f278c Better handle backendFormat to CompressionType. by Greg Daniel · 4 years, 4 months ago
  88. 45fe2e8 move methods to options class by Herb Derby · 4 years, 4 months ago
  89. 2d41186 [skjson] Reinstate initFastShortString by Florin Malita · 4 years, 4 months ago
  90. 9efe386 Add SkSurface flush call that takes a GrBackendSurfaceMutableState. by Greg Daniel · 4 years, 4 months ago
  91. 616da10 Allow printf-style formatting to be used in SK_ABORT. by John Stiles · 4 years, 4 months ago
  92. ac16760 Make GrMorphologyEffect use GrTextureEffect by Brian Salomon · 4 years, 4 months ago
  93. 637838d Fix compiler warnings on Mac build. by John Stiles · 4 years, 4 months ago
  94. 407c982 Fix copyright by Adlai Holler · 4 years, 4 months ago
  95. 3d6bf04 make options robust by Herb Derby · 4 years, 4 months ago
  96. 1bdbe55 Cache last-accessed entry in lastRenderTask table. by Adlai Holler · 4 years, 4 months ago
  97. faaf3c5 Move all SkReadBuffer member initialization to header by Brian Osman · 4 years, 4 months ago
  98. 4bcc5f0 [skjson] Use lower bits for tagging by Florin Malita · 4 years, 4 months ago
  99. 076c888 Make ColorTableEffect use child processor by Brian Salomon · 4 years, 4 months ago
  100. 8181edf Initialize SkReadBuffer pointers by Brian Osman · 4 years, 4 months ago