1. a630732 revise extract instruction by Mike Klein · 6 years ago
  2. feba68a skslc now errors on out-of-range shifts by Ethan Nicholas · 6 years ago
  3. 8016441 Interpreter: Refactor interface and lifetime management by Brian Osman · 6 years ago
  4. b0632fa fold through SKSL_USE_STD_STRING by Mike Klein · 6 years ago
  5. 28a5a43 Revise GrDataUtils to be more self-contained (take 3) by Robert Phillips · 6 years ago
  6. 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 6 years ago
  7. 33a6f7c Remove advance only mode from SkGlyph. by Herb Derby · 6 years ago
  8. fe18de5 Experimental: Add R_16 and RG_1616 to Ganesh (take 2) by Robert Phillips · 6 years ago
  9. 25132b6 Remove unused caps: UnsignedSupport and ImageLoadStoreSupport by Brian Osman · 6 years ago
  10. 1e2d4a1 Fix line numbering problem when reporting SkSL compile errors by Brian Osman · 6 years ago
  11. 8231031 Small fixes to C API. Add SK_API and fix function signature mismatch. by Stan Iliev · 6 years ago
  12. ac71827 Make FindOrCreateStrikeWithNoDeviceExclusive analog for SkStrikeSpec by Herb Derby · 6 years ago
  13. aee5714 Manual revert of "Revise GrDataUtils to be more self-contained" by Greg Daniel · 6 years ago
  14. d8a7408 remove unused metal variable by Greg Daniel · 6 years ago
  15. 992df57 Revert "Experimental: Add R_16 and RG_1616 to Ganesh" by Greg Daniel · 6 years ago
  16. 9e3169b Remove version from copy shaders. by Greg Daniel · 6 years ago
  17. 36a54c1 Rename SkStrikeSpecStorage -> SkStrikeSpec by Herb Derby · 6 years ago
  18. 11697dc Move Glyph Intercept code from SkStrike to SkGlyph by Herb Derby · 6 years ago
  19. 4c6f9b7 Revert "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 6 years ago
  20. b0c7ad1 Reland "Fix vulkan async transfer from call to not submit command buffer to early." by Greg Daniel · 6 years ago
  21. bd986b1 Revert "Fix vulkan async transfer from call to not submit command buffer to early." by Greg Daniel · 6 years ago
  22. 4b432fa run rewrite_includes.py by Mike Klein · 6 years ago
  23. 10e259e Fix vulkan async transfer from call to not submit command buffer to early. by Greg Daniel · 6 years ago
  24. fc99416 Major rearchitecture of SkSL parsing, focused on improving performance. by Ethan Nicholas · 6 years ago
  25. 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 6 years ago
  26. a797cc9 Fix GrBackendRenderTarget and GrBackendTexture operator= by Ben Wagner · 6 years ago
  27. 93d0146 Experimental: Add R_16 and RG_1616 to Ganesh by Robert Phillips · 6 years ago
  28. 6421783 Use DirectWrite for default font. by Ben Wagner · 6 years ago
  29. 0f80902 Add GrQuadUtils namespace to hold ResolveAAType function by Michael Ludwig · 6 years ago
  30. 6b43c30 add mad_unorm8 instruction by Mike Klein · 6 years ago
  31. e422761 use u32 in mul_unorm8 by Mike Klein · 6 years ago
  32. f1df397 tidy up register allocation by Mike Klein · 6 years ago
  33. 5b5403e ccpr: Preserve fill rules for cached paths by Chris Dalton · 6 years ago
  34. c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 6 years ago
  35. d1bc240 Use 1e-4 rather than 1e-5 as "nonZeroAlpha" in various shader code. by Brian Salomon · 6 years ago
  36. 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 6 years ago
  37. 754bad3 hoist loop-invariant code out of the loop by Mike Klein · 6 years ago
  38. 27a7431 SkPDF: clean up image shader code by Hal Canary · 6 years ago
  39. 68ba117 GrShaderCaps always stores config texture swizzles. by Brian Salomon · 6 years ago
  40. 6386efa Remove unused "DropsTileOnZeroDivide" caps bit by Brian Osman · 6 years ago
  41. 95253bd Fix SkSL standalone compile errors by Brian Osman · 6 years ago
  42. de4c58c Combine GrPerspQuad and GrQuad by Michael Ludwig · 6 years ago
  43. 6eb8c24 Move readSurfacePixels and writePixelSurface into GrSurfaceContext. by Greg Daniel · 6 years ago
  44. c2d9a31 Revert "print 1/K floats as fractions" by Mike Klein · 6 years ago
  45. c70ed90 Revise GrDataUtils to be more self-contained by Robert Phillips · 6 years ago
  46. e2826ab Add API to invalidate GL texture parameters from GrBackendTexture. by Brian Salomon · 6 years ago
  47. 346f82c print 1/K floats as fractions by Mike Klein · 6 years ago
  48. eb1fe8f move peepholes where they're relevant by Mike Klein · 6 years ago
  49. cf0daac allow two immediates by Mike Klein · 6 years ago
  50. 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 6 years ago
  51. d17e05a Extract GrQuadList into separate header by Michael Ludwig · 6 years ago
  52. 3c00d3d dump register and instruction count by Mike Klein · 6 years ago
  53. 9656dce add extract instruction by Mike Klein · 6 years ago
  54. 1665aaa add pack instruction by Mike Klein · 6 years ago
  55. d7d04dc add mul_unorm8 instruction by Mike Klein · 6 years ago
  56. baf6478 Convert over more sites to SkStrikeSpecStorage, and remove unused calls by Herb Derby · 6 years ago
  57. 663afe5 Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/ by Michael Ludwig · 6 years ago
  58. 32c526b Interpreter: Minor cleanup of opcodes by Brian Osman · 6 years ago
  59. 1281851 add a x*y+0 -> x*y peephole by Mike Klein · 6 years ago
  60. 30e918d Revert "Use DirectWrite for default font." by Ben Wagner · 6 years ago
  61. 68c50d0 sketch an skvm by Mike Klein · 6 years ago
  62. 80f10d2 Turn on glClear workaround for nvidia macs by Michael Ludwig · 6 years ago
  63. 27eb525 Expand testing of color initialized backend textures to include mip levels by Robert Phillips · 6 years ago
  64. 900dda8 Do correct colorspace xform in asyncRescaleAndReadPixels in GPU impl. by Brian Salomon · 6 years ago
  65. d249e8c One ShouldDrawAsPath to rule them all! by Herb Derby · 6 years ago
  66. 375a953 Use DirectWrite for default font. by Ben Wagner · 6 years ago
  67. 03464f1 Maybe don't use Metal's instanced methods if not supported. by Jim Van Verth · 6 years ago
  68. b67b235 GrTessellator: always rewind to edge top when splitting. by Stephen White · 6 years ago
  69. eca66b3 SkVector4 as ctype for half4 by Brian Salomon · 6 years ago
  70. 09f5aed Handle all lcd orientations SkScalerContext. by Ben Wagner · 6 years ago
  71. 6a07591 Simplify calculation of the path gap. by Herb Derby · 6 years ago
  72. fd4f4df Move GrQuad to src/gpu/geometry folder by Michael Ludwig · 6 years ago
  73. 0464c17 max glyph dimension == 0 means don't fallback by Herb Derby · 6 years ago
  74. 44ba245 Remove unused enum by Herb Derby · 6 years ago
  75. bd1ef68 Implement color-based backend texture creation for Vulkan by Robert Phillips · 6 years ago
  76. 8a9a371 Reland "Added AutoreleasePool for managing pool memory in testing apps." by Jim Van Verth · 6 years ago
  77. 8a64fa6 SkShaderBase::isAPicture() by Hal Canary · 6 years ago
  78. d6f3f18 Color matrix effect rewritten as .fp by Brian Salomon · 6 years ago
  79. dac1e55 Use GrCFResource class to manage backend surface MtlTexture resources. by Jim Van Verth · 6 years ago
  80. 8043f32 Clean update ETC1 data utilities (take 2) by Robert Phillips · 6 years ago
  81. c4fec06 Revert "Added AutoreleasePool for managing pool memory in testing apps." by Kevin Lubick · 6 years ago
  82. e500d11 Use strike spec for bitmap rendering by Herb Derby · 6 years ago
  83. 65e49ba added support for SkMatrix44 ctype by Ethan Nicholas · 6 years ago
  84. a36e089 Added AutoreleasePool for managing pool memory in testing apps. by Jim Van Verth · 6 years ago
  85. 1e50638 Revert "Clean update ETC1 data utilities" by Robert Phillips · 6 years ago
  86. 4a0cf50 Remove old GrFillRectOp factories by Michael Ludwig · 6 years ago
  87. 6fc7e21 Clean update ETC1 data utilities by Robert Phillips · 6 years ago
  88. f62e575 Use GrVkImage utilities in GrVkGpu::createTestingOnlyVkImage by Robert Phillips · 6 years ago
  89. 3a0590e SkPDF: implement kDecal image shader TileMode by Hal Canary · 6 years ago
  90. fcea9a9 SkPDF: MakeShader uses Color4f by Hal Canary · 6 years ago
  91. b3043e4 Collapse the SkTextInterceptsIter into base class by Herb Derby · 6 years ago
  92. 3e29f1d Interpreter: Elide dup/pop around stores by Brian Osman · 6 years ago
  93. b3f82dd Reland "Remove call to copy in GrcontextPriv read/write pixel calls." by Greg Daniel · 6 years ago
  94. 909231c Interpreter: Matrix/Vector multiplication by Brian Osman · 6 years ago
  95. 1e855b2 Interpreter: Support component-wise ops for matrices by Brian Osman · 6 years ago
  96. aa1b6b3 Make stencilRect() in GrRTCPriv more flexible. by Michael Ludwig · 6 years ago
  97. 7df8fff Avoid SkTMax in sksl by Brian Osman · 6 years ago
  98. e3bd673 Use GrGLGpu::createTextureImpl from w/in GrGLGpu::createBackendTexture by Robert Phillips · 6 years ago
  99. 16e6fd5 Interpreter: Fix vector/matrix equality and inequality by Brian Osman · 6 years ago
  100. a86fc7a Specialize GrBicubicEffet for 1d kernel. by Brian Salomon · 6 years ago