1. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  2. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  3. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  4. c747bb6 Make all GrXPFactory instances statics. by Brian Salomon · 8 years ago
  5. 19f0ed5 Purge clip masks when they are no longer findable. by Brian Salomon · 8 years ago
  6. 1c4717b Remove arithmetic mode GrXP code. by Brian Salomon · 8 years ago
  7. 1090da6 Add support for tagging GrUniqueKeys with a debug string by Brian Salomon · 8 years ago
  8. a3fa2ef Revert "Revert "Hard code bicubic coefficients in the shader"" by Brian Osman · 8 years ago
  9. b38db9a Revert "Hard code bicubic coefficients in the shader" by Brian Osman · 8 years ago
  10. 3afa628 Revert "Explicitly fail read/writePixels in invalid color space scenarios" by Brian Osman · 8 years ago
  11. 81ad5f7 Hard code bicubic coefficients in the shader by Brian Osman · 8 years ago
  12. ecea86a Cleanup ops that are storing GrPipelineOptimizations. by Brian Salomon · 8 years ago
  13. f09492b Rename batch->op in GrAuditTrail json and skiaserver's url handlers by Brian Salomon · 8 years ago
  14. efcc418 Explicitly fail read/writePixels in invalid color space scenarios by Brian Osman · 8 years ago
  15. 4d5e65d Use nullptr to indicate C locale when using xlocale by Brian Salomon · 8 years ago
  16. bf6137e Modify GrTessellator to use a VertexList where possible. by Stephen White · 8 years ago
  17. bfd5183 Removes tracking of whether color is ignored by XP. by Brian Salomon · 8 years ago
  18. 0bd783f Clamp premul colors correctly after a gamut change by Brian Osman · 8 years ago
  19. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  20. 2f4686f Quality and performance fixes for AA tessellating path renderer. by Stephen White · 8 years ago
  21. 021f927 Revert "Quality and performance fixes for AA tessellating path renderer." by Stephan White · 8 years ago
  22. d4b2155 Quality and performance fixes for AA tessellating path renderer. by Stephen White · 8 years ago
  23. 87f340e switched GrVkPipelineStateCache over to use SkLRUCache by Ethan Nicholas · 8 years ago
  24. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  25. 69868af Remove render target unique ID virtual from GrOp. by Brian Salomon · 8 years ago
  26. b62ea22 Change GPU read/write pixels API to support color space conversion by Brian Osman · 8 years ago
  27. 0857527 Cleanup GrBicubicEffect by Brian Osman · 8 years ago
  28. bde4285 Rename GrOp::draw to GrOp::execute by Brian Salomon · 8 years ago
  29. 53e4c3c Misc batch->op cleanup Part 2 of 2 by Brian Salomon · 8 years ago
  30. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  31. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  32. 4784225 Revert of Generate Signed Distance Field directly from vector path (patchset #23 id:440001 of https://codereview.chromium.org/1643143002/ ) by rmistry · 8 years ago
  33. 6d2f73c Generate Signed Distance Field directly from vector path by joel.liang · 8 years ago
  34. 42ad83a Rename batch->op in GrAuditTrail. by Brian Salomon · 8 years ago
  35. 5ec9def Rename files, macros, types, and functions related to GrDrawOp testing. by Brian Salomon · 8 years ago
  36. 8c5bad3 Remove the last "batch tracker" from AAStrokeRectOp. by Brian Salomon · 8 years ago
  37. 70826d7 Add color space xform bits to key for texture domain effect by Brian Osman · 8 years ago
  38. c1c607e GPU: Fix for fuzzer issue for sw-rendered paths with large bounds. by Brian Salomon · 8 years ago
  39. 07b6ad0 Floor to scalar for SDF paths. by Jim Van Verth · 8 years ago
  40. 22f4a1f Remove getDevice_just_for_deprecated_compatibility_test() by Robert Phillips · 8 years ago
  41. c468963 Respect color space in GrTextureDomainEffect by Brian Osman · 8 years ago
  42. 6750e91 Fix precision errors in large circle rendering. by Jim Van Verth · 8 years ago
  43. a8b1e6d Revert of Generate Signed Distance Field directly from vector path (patchset #23 id:440001 of https://codereview.chromium.org/1643143002/ ) by rmistry · 8 years ago
  44. 64b70b0 Generate Signed Distance Field directly from vector path by joel.liang · 8 years ago
  45. 2ee084e Rename GrBatchAtlas -> GrDrawOpAtlas. by Brian Salomon · 8 years ago
  46. 903da79 Rename GrBatchAtlas files to GrDrawOpAtlas by Brian Salomon · 8 years ago
  47. f856fd1 Rename GrBatchFontCache->GrAtlasGlyphCache by Brian Salomon · 8 years ago
  48. d2a5e30 rm unnecessary forward decl of GrClip in GrDashOp.h by Brian Salomon · 8 years ago
  49. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  50. 6b316e9 Rename GrTestBatch and subclasses to Op by Brian Salomon · 8 years ago
  51. 99ad164 Rename batch->op and sk_sp in instanced rendering by Brian Salomon · 8 years ago
  52. a6aa590 Rename batch->op and sk_sp for all remaining path renderer classes. by Brian Salomon · 8 years ago
  53. 427da6f Revert "Remove all KTX support" by Leon Scroggins · 8 years ago
  54. 780dad1 Rename "batch" to "op" and sk_sp in 3 path renderer classes: by Brian Salomon · 8 years ago
  55. d0a0a65 Convert a few path renderer class batches from Batch to Op. by Brian Salomon · 8 years ago
  56. ada12ab Remove all KTX support by Leon Scroggins III · 8 years ago
  57. 1b9924f Added SkLRUCache.h and converted GPU program cache to use it. by Ethan Nicholas · 8 years ago
  58. 344ec42 Rename GrAtlasTextBatch->GrAtlasTextOp and sk_sp by Brian Salomon · 8 years ago
  59. 09e019e Rename GrAtlasTextBatch files to GrAtlasTextOp by Brian Salomon · 8 years ago
  60. 625cd9e Workaround freeze on Mac Chrome when checking read pixel config support. by Brian Salomon · 8 years ago
  61. 82c263f Rename NVPR batch->op and sk_sp'ify by Brian Salomon · 8 years ago
  62. e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
  63. fc527d2 Even more batch->op and sk_sp'ification. by Brian Salomon · 8 years ago
  64. 7dae46a Some more batch->op renaming by Brian Salomon · 8 years ago
  65. 289e3d8 Bring sk_sp to oval GrDrawOps and rename batch->op by Brian Salomon · 8 years ago
  66. 31c2608 Demote savePixels to save_pixels by Robert Phillips · 8 years ago
  67. 6a63904 Update rect ops to use "op" in their name and return sk_sp. by Brian Salomon · 8 years ago
  68. e305cc1f Partially defer GrSWMaskHelper by Robert Phillips · 8 years ago
  69. 60c05f9 Mark the leaf classes of GrOp final. by Herb Derby · 8 years ago
  70. 417b7f4 Replace TextureType with SkBackingFit by Robert Phillips · 8 years ago
  71. 4a24da5 Make filterMaskGPU use GrTextureProxy by Robert Phillips · 8 years ago
  72. 2734136 Add asDeferredTexture & asDeferredRenderTarget helpers to GrSurfaceContext by Robert Phillips · 8 years ago
  73. 65115a1 Remove mutex guards from GrContext::readSurfacePixels by Robert Phillips · 8 years ago
  74. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  75. ecdb686 Fix SDF generation for pixel-aligned paths (take two) by Jim Van Verth · 8 years ago
  76. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
  77. 24f1978 Make GrRenderTargetContext::addDrawOp use sk_sp by Brian Salomon · 8 years ago
  78. 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
  79. 0abc8b4 Add helper for idenitfying hw GrAATypes. by Brian Salomon · 8 years ago
  80. 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
  81. 36aa176 Fix bug of passing DrawType::kColor instead of kStencilAndColor by Brian Salomon · 8 years ago
  82. 82125e9 Remove antialias axis from GrPathRendererChain::DrawType by Brian Salomon · 8 years ago
  83. 941e7e2 re-land of added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  84. e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 8 years ago
  85. ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  86. ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
  87. 2790c52 Make *OpList::recordOp functions take sk_sp<GrOp> not GrOp* by Brian Salomon · 8 years ago
  88. 1951f3d Rename testingOnly_drawBatch to testingOnly_addDrawOp and sk_sp by Brian Salomon · 8 years ago
  89. 21aa35f Make GrRenderTargetOpList::addDrawOp use sk_sp by Brian Salomon · 8 years ago
  90. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  91. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  92. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  93. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  94. 784b7bf Different approach to fixing gpu blurs on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
  95. b040320 Make command buffer sRGB mip-mapping more predictable by Brian Osman · 8 years ago
  96. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  97. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  98. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  99. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  100. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago