1. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 6 years ago
  2. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  3. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  4. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  5. f04fb3c Change how GPs configure attributes by Brian Osman · 6 years ago
  6. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  7. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  8. 9a9baae Use SkPMColor4f throughout clear APIs by Brian Osman · 6 years ago
  9. cf86085 Replace GrColor4h with SkPMColor4f by Brian Osman · 6 years ago
  10. 348a037 Change mechanism that lets GrRenderTargetContext caller get op list ID. by Brian Salomon · 6 years ago
  11. 936fe7d Pass and return GrColor4h by const& when possible by Brian Osman · 6 years ago
  12. 1be2b7c Keep paint color range/precision into ops and GPs (using GrColor4h) by Brian Osman · 6 years ago
  13. cb3d087 Remove all remaining GrColor4f (other than gradients) by Brian Osman · 6 years ago
  14. 7d94bb5 Skip visiting for allocator gathering in GrTextureOp when all proxies by Brian Salomon · 6 years ago
  15. d004e0b Cleanup resource flags by Chris Dalton · 6 years ago
  16. 5edcd31 migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  17. f9ecb4e Revert "migrating SkTDArray towards std::vector api" by Mike Reed · 6 years ago
  18. 79884be migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  19. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  20. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  21. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  22. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 6 years ago
  23. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  24. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 6 years ago
  25. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  26. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  27. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 6 years ago
  28. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 6 years ago
  29. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 6 years ago
  30. 4c458b1 ccpr: Use lazy proxies with GrCCAtlas by Chris Dalton · 6 years ago
  31. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  32. 802cb31 Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu. by Brian Salomon · 6 years ago
  33. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  34. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  35. f104fec Delete GrDrawOp::wasRecorded by Chris Dalton · 6 years ago
  36. ec42e15 Add convenience overload of SkPointPriv::SetRectTriStrip that takes SkRect by Brian Salomon · 6 years ago
  37. a33b67c Rewrite GrQuad to use separate arrays of x and y values to be Sk4f friendly. by Brian Salomon · 6 years ago
  38. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  39. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  40. 7d79e7b Use a lazy proxy in OnFlushCallbackTest to fulfill some old TODOs by Robert Phillips · 7 years ago
  41. 75ae421 IWYU -- SkShader.h by Mike Reed · 7 years ago
  42. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  43. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  44. 344e903 Prefer fullscreen clears on Qualcomm/GL by Chris Dalton · 7 years ago
  45. e0070c0 Patch up ref counting of proxies (take 2) by Robert Phillips · 7 years ago
  46. 2d9cb57 Revert "Patch up ref counting of proxies" by Robert Phillips · 7 years ago
  47. 8d5ce2d Patch up ref counting of proxies by Robert Phillips · 7 years ago
  48. 74f623d make point array methods private by Cary Clark · 7 years ago
  49. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  50. 43f8bf0 Move clear-as-draw workaround to GrGLGpu and expose via GrContextOptions. by Brian Salomon · 7 years ago
  51. 57caa66 Revert "Revert "Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans."" by Brian Salomon · 7 years ago
  52. 62563de Revert "Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans." by Brian Salomon · 7 years ago
  53. fa2d604 Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans. by Brian Salomon · 7 years ago
  54. 1265894 Don't execute onFlush op lists until after GPU data is uploaded by Chris Dalton · 7 years ago
  55. 9a725dd Use shader based blending to clamp kPlus mode w/F16 by Brian Osman · 7 years ago
  56. f1748f5 Change visitProxies signature by Robert Phillips · 7 years ago
  57. b493eeb Add method to iterate over a GrOp's GrSurfaceProxies by Robert Phillips · 7 years ago
  58. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  59. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 7 years ago
  60. 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 7 years ago
  61. 8abb9f4 Remove GrTestMeshDrawOp by Brian Salomon · 7 years ago
  62. 9a03642 Make ops used in OnFlushCallbackTest be non-legacy GrMeshDrawOps. by Brian Salomon · 7 years ago
  63. a5cb781 Revert "Revert "Add API for flushing surfaces with gpu semaphores"" by Greg Daniel · 7 years ago
  64. 7292231 Revert "Add API for flushing surfaces with gpu semaphores" by Greg Daniel · 7 years ago
  65. 66366c6 Add API for flushing surfaces with gpu semaphores by Greg Daniel · 7 years ago
  66. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  67. 3809bab Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  68. 7cd974f Revert "Add GrPrimitiveType::kLinesAdjacency" by Ravi Mistry · 7 years ago
  69. f7eb015 Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  70. 114a3c0 Fix glDrawRangeElements by Chris Dalton · 7 years ago
  71. bca46e2 Convert GrMesh back to a class by Chris Dalton · 7 years ago
  72. fe199b7 Add postFlush call to GrOnFlushCallbackObject by Chris Dalton · 7 years ago[Renamed (97%) from tests/PreFlushCallbackTest.cpp]
  73. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  74. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  75. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  76. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  77. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 7 years ago
  78. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 7 years ago
  79. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  80. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 7 years ago
  81. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 7 years ago
  82. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 7 years ago
  83. 90960eb Exclude Vulkan from running PreFlushCallbackTest by Robert Phillips · 7 years ago
  84. eb35f4d Add pre-Flush callback to GrDrawingManager (take 2) by Robert Phillips · 7 years ago
  85. 18ea816 Revert "Add pre-Flush callback to GrDrawingManager" by Robert Phillips · 7 years ago
  86. d222ec4 Add pre-Flush callback to GrDrawingManager by Robert Phillips · 7 years ago