1. fc527d2 Even more batch->op and sk_sp'ification. by Brian Salomon · 8 years ago
  2. 7dae46a Some more batch->op renaming by Brian Salomon · 8 years ago
  3. 289e3d8 Bring sk_sp to oval GrDrawOps and rename batch->op by Brian Salomon · 8 years ago
  4. 31c2608 Demote savePixels to save_pixels by Robert Phillips · 8 years ago
  5. 6a63904 Update rect ops to use "op" in their name and return sk_sp. by Brian Salomon · 8 years ago
  6. e305cc1f Partially defer GrSWMaskHelper by Robert Phillips · 8 years ago
  7. 60c05f9 Mark the leaf classes of GrOp final. by Herb Derby · 8 years ago
  8. 417b7f4 Replace TextureType with SkBackingFit by Robert Phillips · 8 years ago
  9. 4a24da5 Make filterMaskGPU use GrTextureProxy by Robert Phillips · 8 years ago
  10. 2734136 Add asDeferredTexture & asDeferredRenderTarget helpers to GrSurfaceContext by Robert Phillips · 8 years ago
  11. 65115a1 Remove mutex guards from GrContext::readSurfacePixels by Robert Phillips · 8 years ago
  12. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  13. ecdb686 Fix SDF generation for pixel-aligned paths (take two) by Jim Van Verth · 8 years ago
  14. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
  15. 24f1978 Make GrRenderTargetContext::addDrawOp use sk_sp by Brian Salomon · 8 years ago
  16. 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
  17. 0abc8b4 Add helper for idenitfying hw GrAATypes. by Brian Salomon · 8 years ago
  18. 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
  19. 36aa176 Fix bug of passing DrawType::kColor instead of kStencilAndColor by Brian Salomon · 8 years ago
  20. 82125e9 Remove antialias axis from GrPathRendererChain::DrawType by Brian Salomon · 8 years ago
  21. 941e7e2 re-land of added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  22. e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 8 years ago
  23. ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  24. ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
  25. 2790c52 Make *OpList::recordOp functions take sk_sp<GrOp> not GrOp* by Brian Salomon · 8 years ago
  26. 1951f3d Rename testingOnly_drawBatch to testingOnly_addDrawOp and sk_sp by Brian Salomon · 8 years ago
  27. 21aa35f Make GrRenderTargetOpList::addDrawOp use sk_sp by Brian Salomon · 8 years ago
  28. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  29. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  30. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  31. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  32. 784b7bf Different approach to fixing gpu blurs on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
  33. b040320 Make command buffer sRGB mip-mapping more predictable by Brian Osman · 8 years ago
  34. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  35. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  36. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  37. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  38. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  39. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  40. 42521e8 Rename GrRTC::drawBatch to addDrawOp and local vars in GrRTC.cpp by Brian Salomon · 8 years ago
  41. e1f29c7 Revert "Fix SDF generation for pixel-aligned paths" by Jim Van Verth · 8 years ago
  42. 1e41f4a Rename batch->op in GrOpList and subclasses by Brian Salomon · 8 years ago
  43. 5b7b49f Rework GrRenderTargetOpList::setupDstReadIfNecessary. by Brian Salomon · 8 years ago
  44. 851c238 Skip the sRGB mip-map testing on command buffer by brianosman · 8 years ago
  45. 9296412 Fix SDF generation for pixel-aligned paths by Jim Van Verth · 8 years ago
  46. bd72f5a Tighten up when a line requires aa in SkGpuDevice. by Brian Salomon · 8 years ago
  47. c57c7c9 Rewrite GrRenderTargetContext::drawRegion antialias logic. by Brian Salomon · 8 years ago
  48. 864f6bd Add comment explaining the derivation of our Mitchell coefficients by Brian Osman · 8 years ago
  49. fe647b2 Make flag values in GrResourceProvider and GrTextureProvider consistent by Brian Salomon · 8 years ago
  50. 55360b1 Revert "Remove use of makeDeferredRenderTargetContextWithFallback" by Robert Phillips · 8 years ago
  51. 2047189 Two (related) changes here: by brianosman · 8 years ago
  52. 0164896 Clamp colors after gamut xform in Ganesh by Brian Osman · 8 years ago
  53. dad2923 Rename GrVertexBatch->GrMeshDrawOp by Brian Salomon · 8 years ago
  54. a6abb57 Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #12 id:220001 of https://codereview.chromium.org/2539993002/ ) by brianosman · 8 years ago
  55. 1aeb78c Two (related) changes here: by brianosman · 8 years ago
  56. 155b292 Remove use of makeDeferredRenderTargetContextWithFallback by Robert Phillips · 8 years ago
  57. 0a2782c Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #11 id:200001 of https://codereview.chromium.org/2539993002/ ) by brianosman · 8 years ago
  58. 9db12d2 Two (related) changes here: by brianosman · 8 years ago
  59. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  60. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  61. 7c3e718 Remove pipeline info dump from GrDrawBatch by Brian Salomon · 8 years ago
  62. 1fcc404 SkEncodeImage: no more link-time registration by Hal Canary · 8 years ago
  63. 3a7492f Remove GrBatch::renderTarget() and use GrBatch::renderTargetUniqueID() instead. by Brian Salomon · 8 years ago
  64. fa56584 Remove unused copySurfaceAsDraw code from GrVkGpu by Brian Osman · 8 years ago
  65. 5c1c8d1 Remove batch bounds drawing debug option by Brian Salomon · 8 years ago
  66. 94e4ab1 Fix error: ‘access’ may be used uninitialized in this function by Joe Gregorio · 8 years ago
  67. c293a29 Make GrGpuCommandBuffer infer its render target from first draw by Brian Salomon · 8 years ago
  68. 2d38b22 Make pipeline getter a GrDrawBatch::pipeline() a protected method. by Brian Salomon · 8 years ago
  69. 8b7a7dd Remove caps image storage caps hack. by Brian Salomon · 8 years ago
  70. 1edc5b9 Rename vars and functions from 'glslcaps'->'shadercaps' by Brian Salomon · 8 years ago
  71. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  72. df96319 Rm assert that image texture array is null unless GrCaps has images support. by Brian Salomon · 8 years ago
  73. 32ac83e Add #define for Nsight compatibility by Jim Van Verth · 8 years ago
  74. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  75. e4cd006 Make GrMemoryPool play nice with bucketing allocators. by dskiba · 8 years ago
  76. 3ab83e2 Remove old driver bug workaround for glTexStorage. by Brian Salomon · 8 years ago
  77. 2b3dab6 removed textureProj() and legacy texture functions from sksl by Ethan Nicholas · 8 years ago
  78. e8e5458 GrTextureProducer cleanup, phase two: Producer, Adjuster, Maker by Brian Osman · 8 years ago
  79. 6762dd6 baked in a few more precision modifiers by Ethan Nicholas · 8 years ago
  80. 3b66ab6 GrTextureProducer cleanup, phase one: Bitmap and Image makers by Brian Osman · 8 years ago
  81. 93f1633 Fix gpu blurring on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
  82. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  83. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  84. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  85. 45580d3 Added GrSurfaceContext and GrTextureContext by Brian Osman · 8 years ago
  86. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  87. 59dc411 Revert "Initial OpenGL Image support." by Brian Salomon · 8 years ago
  88. be34882 Initial OpenGL Image support. by Brian Salomon · 8 years ago
  89. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  90. 6039768 Move GrShaderVar to an appending model for layout qualifiers by Brian Salomon · 8 years ago
  91. e8eed32 remove SkPixelRef::refEncodedData() by Hal Canary · 8 years ago
  92. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  93. 1fc83b1 removed appendPrecisionModifier by Ethan Nicholas · 8 years ago
  94. c590341 Add shadowrrect geometry processor by Jim Van Verth · 8 years ago
  95. 276cc41 Revive geometry shaders by csmartdalton · 8 years ago
  96. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  97. d728f0c Defer more renderTargetContexts in the GPU image filter paths - take 2 by robertphillips · 8 years ago
  98. 101b844 Remove GrGLSLSampler type and subclasses by Brian Salomon · 8 years ago
  99. 9e1138d re-land of switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  100. 8d5f9cb Add an extra pixel to the distance field path renderer bounds. by Brian Salomon · 8 years ago