1. f465df2 assign tmp and dst only as needed by Mike Klein · 5 years ago
  2. 5e6e87a Remove deprecated Wuffs io_buffer::reader calls by Nigel Tao · 5 years ago
  3. 37607d4 Reland "more JIT refactoring" by Mike Klein · 5 years ago
  4. d864d1d Revert "more JIT refactoring" by Mike Klein · 5 years ago
  5. 558b639 more JIT refactoring by Mike Klein · 5 years ago
  6. 869a3e8 Reland "Interpreter: Bounds check array access, add bool return from run" by Brian Osman · 5 years ago
  7. 4456a0d Store protectedness on GrVkImageInfo. by Brian Salomon · 5 years ago
  8. 00fb724 Move read swizzle from GL ConfigInfo to FormatInfo. by Greg Daniel · 5 years ago
  9. ebad094 Dawn: update to latest caps & gpu changes. by Stephen White · 5 years ago
  10. 634c941 add inverse() intrinsic function to sksl by Mike Reed · 5 years ago
  11. 62bccda move death back into Builder::Instruction by Mike Klein · 5 years ago
  12. 52c1bf1 Interpreter: Fix code-gen for postfix ++/-- used only for side effect by Brian Osman · 5 years ago
  13. 985741a First draft of Dawn backend: clears are working. by Stephen White · 5 years ago
  14. 3e6aa9f Revert "Interpreter: Bounds check array access, add bool return from run" by Brian Osman · 5 years ago
  15. 9724582 return self from matrix setters to allow chaining by Mike Reed · 5 years ago
  16. 1e03b6b1 simplify GrCaps::initDstCopyDesc and provide default impl for non-GL subclasses. by Brian Salomon · 5 years ago
  17. f42de9e Interpreter: Bounds check array access, add bool return from run by Brian Osman · 5 years ago
  18. c7dced5 Revert "Remove simple GrGpu::createTexture helper" by Brian Salomon · 5 years ago
  19. 83cfe4f Remove simple GrGpu::createTexture helper by Brian Salomon · 5 years ago
  20. dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 5 years ago
  21. 82bd511 Use explicit alignment for 8-byte types by Adrienne Walker · 5 years ago
  22. 43c6da2 First pass at ImageFilter DAG visualizer sample by Michael Ludwig · 5 years ago
  23. 275157f refactor Program building by Mike Klein · 5 years ago
  24. c6dc5cf Move FormatType from ConfigInfo to FormatInfo. by Greg Daniel · 5 years ago
  25. 161ec32 Revamp pixelformat table for Metal by Robert Phillips · 5 years ago
  26. 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 5 years ago
  27. c2fb3b4 split deaths() out of other analysis by Mike Klein · 5 years ago
  28. fd98628 search for 'main' explicitly by Mike Reed · 5 years ago
  29. fad9fbc Revert "First draft of Dawn backend: clears are working." by Greg Daniel · 5 years ago
  30. 009ad25 Remove RG32F color type and pixel config. by Greg Daniel · 5 years ago
  31. 019458d change colorfilter signature back to just inout color by Mike Reed · 5 years ago
  32. 6cebea4 First draft of Dawn backend: clears are working. by Stephen White · 5 years ago
  33. 8c31f2b use same signature for shader/colorfilters in sksl by Mike Reed · 5 years ago
  34. 0f78174 add support for ctype=SkPMColor4f to GrSkSLFP by Ethan Nicholas · 5 years ago
  35. 9bb268b Move verified color attachment flag to FormatInfo. by Greg Daniel · 5 years ago
  36. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  37. 6432909 Move renderable flag and valid samplecounts in GrGLCaps to FormatInfo. by Greg Daniel · 5 years ago
  38. a9ec10c Add comment regarding gl BGRA format and renderability. by Greg Daniel · 5 years ago
  39. e574f1e [reland] SkMetaData: move from src/ to tools/ by Hal Canary · 5 years ago
  40. 08ba113 test (and fix?) SkVM JIT on arm64 Android bots by Mike Klein · 5 years ago
  41. 9977efa test both JIT and interpreter by Mike Klein · 5 years ago
  42. 7b1bebf Fix creating gpu texture from raster image. by Greg Daniel · 5 years ago
  43. 56aa337 proactive JITting by Mike Klein · 5 years ago
  44. 2616efd pin down arg() stride (a.k.a. type) info sooner by Mike Klein · 5 years ago
  45. 9d8cac8 Check for failed proxy creation in SkDeferredDisplayListRecorder::init by Brian Salomon · 5 years ago
  46. 947efe2 makeDeferredSurfaceContext -> makeDeferredTextureContext and makeDeferredRenderTargetContext. by Brian Salomon · 5 years ago
  47. 2ce4b7e Revert "Changes to gl BGRA renderbuffer format support." by Greg Daniel · 5 years ago
  48. ef79fa8 Generate identical shader keys for X and Y blurs when there is no domain by Brian Osman · 5 years ago
  49. 8372e4b Changes to gl BGRA renderbuffer format support. by Greg Daniel · 5 years ago
  50. a3e2996 Rework how initial clearing of texture works. by Brian Salomon · 5 years ago
  51. e44bfee Remove GrGLGpu/GrGLCaps readPixelsSupported. by Brian Salomon · 5 years ago
  52. 6aecd5e Rework transfer pixels tests to be more robust. by Brian Salomon · 5 years ago
  53. c7ec9e2 Fix standalone SkSL build by Brian Osman · 5 years ago
  54. 0902c98 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls (take 2) by Robert Phillips · 5 years ago
  55. fe88bf6 Revert "Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls" by Greg Daniel · 5 years ago
  56. 12e7585 Revert "SkMetaData: move from src/ to tools/" by Greg Daniel · 5 years ago
  57. 24b6766 Reland "Move base and various sized formats off of GrGLCaps ConfigInfo." by Greg Daniel · 5 years ago
  58. 5572737 Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls by Robert Phillips · 5 years ago
  59. 9d844d8 SkMetaData: move from src/ to tools/ by Hal Canary · 5 years ago
  60. aa2ca3f Interpreter: Compute max stack depth needed by Brian Osman · 5 years ago
  61. 6a5317a ccpr: Don't do coverage count transformations on literal coverage atlases by Chris Dalton · 5 years ago
  62. f355a1e Revert "Move base and various sized formats off of GrGLCaps ConfigInfo." by Greg Daniel · 5 years ago
  63. 85c375b Move base and various sized formats off of GrGLCaps ConfigInfo. by Greg Daniel · 5 years ago
  64. a495d6d Simplify code in GrResourceProvider now that GrSurfaceContext writePixels takes GrColorType by Brian Salomon · 5 years ago
  65. 35b97c3 handle x86 tail in JIT code too by Mike Klein · 5 years ago
  66. 86a645c fix bug for add/sub with r8-r15 by Mike Klein · 5 years ago
  67. ea79574 Revert "Use saveLayer-determined CT in SkGpuDevice::onCreateDevice" by Florin Malita · 5 years ago
  68. 8c5c54c Use saveLayer-determined CT in SkGpuDevice::onCreateDevice by Florin Malita · 5 years ago
  69. 1f3548c add savelayer flag to promote the later to half-float by Mike Reed · 5 years ago
  70. 57b0b09 handle any N in aarch64 JIT code by Mike Klein · 5 years ago
  71. 4a47da7 Interpreter: Disallow return statements inside loops or conditionals by Brian Osman · 5 years ago
  72. 65c10b5 make all instructions take two-way labels by Mike Klein · 5 years ago
  73. bae6169 Revert "Revert "reimpl parts of arctTo using doubles to handle shallow angles"" by Mike Reed · 5 years ago
  74. 5043f1f More GrGLFormat. by Brian Salomon · 5 years ago
  75. b99fd5d initialize fPhase by Mike Klein · 5 years ago
  76. 98ac0f9 GrGLGpu: Fix typo in 'if' check by Greg Kaiser · 5 years ago
  77. 980d03b Reland "Update Wuffs version" by Leon Scroggins · 5 years ago
  78. ce7b88c bidirectional Labels by Mike Klein · 5 years ago
  79. bc525d6 Revert "reimpl parts of arctTo using doubles to handle shallow angles" by Florin Malita · 5 years ago
  80. 1ec1704 reimpl parts of arctTo using doubles to handle shallow angles by Mike Reed · 5 years ago
  81. d361e64 Enable MSAA for Metal. by Jim Van Verth · 5 years ago
  82. f6da146 Move compatible stencil tracking from GrGLCaps::fConfigTable to ::fFormatTable. by Brian Salomon · 5 years ago
  83. 658d499 New approach to fixing Vulkan MSAA. by Jim Van Verth · 5 years ago
  84. d1e9c33 Remove deprecated discard method and GrCaps support by Jim Van Verth · 5 years ago
  85. 4cfe3ed instructions for JIT tail support on ARM by Mike Klein · 5 years ago
  86. e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
  87. da69d59 rename to bt709_luminance_or_luma_to_alpha by Mike Klein · 5 years ago
  88. f9fcf7f Alter approximate scratch texture binning after 1024 by Robert Phillips · 5 years ago
  89. aed8009 Revert "Update Wuffs version" by Leon Scroggins · 5 years ago
  90. c38cfa9 Third land of "Restore GL_UNPACK_ROW_LENGTH to 0 between MIP levles" by Brian Salomon · 5 years ago
  91. 554b492 Add missing RGB_888x colorType to GL RGBA format. by Greg Daniel · 5 years ago
  92. 49d3252 lifetime analysis readability refactor by Mike Klein · 5 years ago
  93. 409d2aa Fix assert by Robert Phillips · 5 years ago
  94. 9e9ea91 Try GrGLSizedInternalFormat enum by Brian Salomon · 5 years ago
  95. 3a8ff23 Move test around in cubic_solver to test function, not delta_t. by Mike Reed · 5 years ago
  96. f16020b Reland "Revert "Restore GL_UNPACK_ROW_LENGTH to 0 between MIP levles"" by Brian Salomon · 5 years ago
  97. 42ece2b Update Wuffs version by Nigel Tao · 5 years ago
  98. 3cd5432 Add protected status to SkSurfaceCharacterization by Robert Phillips · 5 years ago
  99. 4b40a1d Revert "Revert "Restore GL_UNPACK_ROW_LENGTH to 0 between MIP levles"" by Brian Salomon · 5 years ago
  100. 6f5358f Interpreter: Disallow recursion by Brian Osman · 5 years ago