1. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 4 months ago
  2. df1bd6d Remove texture swizzle from GrSurfaceProxy. by Brian Salomon · 4 years, 4 months ago
  3. dbb833b Migrate GrFillRectOp and GrTextureOp to the new bind/draw API by Chris Dalton · 4 years, 4 months ago
  4. eb694b7 Rename GrMesh to GrSimpleMesh by Chris Dalton · 4 years, 4 months ago
  5. 2669a7b More programInfo cleanup by Robert Phillips · 4 years, 5 months ago
  6. 4133dc4 Clean up programInfo creation in GrMeshDrawOp-derived Ops by Robert Phillips · 4 years, 5 months ago
  7. 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 5 months ago
  8. f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 5 months ago
  9. e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 4 years, 5 months ago
  10. fad1e0f Rename 'dstView' to 'outputView' to avoid confusion w/ 'dstProxyView' by Robert Phillips · 4 years, 5 months ago
  11. 3a36511 Remove origin from GrSurfaceProxy. by Greg Daniel · 4 years, 5 months ago
  12. 465864c Don't clip non-AA quads by Michael Ludwig · 4 years, 6 months ago
  13. a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 6 months ago
  14. 949ceb2 Add ClipToW0 utility function for GrQuads, by Michael Ludwig · 4 years, 6 months ago
  15. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 6 months ago
  16. 7c6a4a8 Simplify domain insetting for bulk texture ops by Michael Ludwig · 4 years, 6 months ago
  17. 6b45c5d Use DrawQuad struct to group device+local coords by Michael Ludwig · 4 years, 6 months ago
  18. ed729f9 GrTextureEffect handles insets for float rects as well as integer rects. by Brian Salomon · 4 years, 6 months ago
  19. d2ccbb5 Have GrTextureEffect factories take a view as input. by Greg Daniel · 4 years, 6 months ago
  20. ca6b2f4 Revert "Revert "Move GrDomainEffect functionality into GrTextureEffect and delete"" by Brian Salomon · 4 years, 6 months ago
  21. 1c3e6cf Revert "Move GrDomainEffect functionality into GrTextureEffect and delete" by Brian Salomon · 4 years, 6 months ago
  22. 988af46 Move GrDomainEffect functionality into GrTextureEffect and delete the former. by Brian Salomon · 4 years, 6 months ago
  23. b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 6 months ago
  24. 6f5e940 Clamp GrSkSLFP output to valid premul by Brian Osman · 4 years, 6 months ago
  25. 47c20e8 Pass swizzle into createProxy instead of inferring from GrPixelConfig. by Greg Daniel · 4 years, 6 months ago
  26. c71c796 Remove various uses of GrPixelConfig from GrSurfaceProxy. by Greg Daniel · 4 years, 6 months ago
  27. b8f098d Reland "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 4 years, 7 months ago
  28. d7436a3 Revert "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 4 years, 7 months ago
  29. 90673ec Rename GrSimpleTextureEffect->GrTextureEffect by Brian Salomon · 4 years, 7 months ago
  30. 28b0c5d Pass Arenas* to GrOpsTask and GrOps instead of multiple pointers to each pool type by Michael Ludwig · 4 years, 7 months ago
  31. 4ef1ca1 Fix int/uint comparison in TextureOp asserts by Michael Ludwig · 4 years, 7 months ago
  32. 14b5721 Rename GrCaps textureSwizzle to readSwizzle. by Greg Daniel · 4 years, 7 months ago
  33. d0840ec Provide record time allocator to onCombineIfPossible() by Michael Ludwig · 4 years, 8 months ago
  34. 2715bf5 Switch to float vertex colors for wide color vertex attribs by Brian Osman · 4 years, 8 months ago
  35. 406172a Avoid implicit conversion back to int by Michael Ludwig · 4 years, 8 months ago
  36. 379e496 Merge consecutive entries that share proxy in bulk texture op by Michael Ludwig · 4 years, 8 months ago
  37. 3968fcb Pull creation of GrPipeline explicitly into the Ops' onExecute methods by Robert Phillips · 4 years, 8 months ago
  38. 4384f04 Help MSVC pack GrTextureOps bitfields by Michael Ludwig · 4 years, 8 months ago
  39. adb12e7 Reduce GrTextureOp size by Michael Ludwig · 4 years, 8 months ago
  40. 7eabfe8 This is a reland of GrDomainEffect with significant changes: by Brian Salomon · 4 years, 8 months ago
  41. 704d540 Allow Tessellator to operate on provided GrQuads by Michael Ludwig · 4 years, 8 months ago
  42. 8fa469d Lift TextureSampler's proxy to SurfaceProxy by Michael Ludwig · 4 years, 8 months ago
  43. fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 4 years, 8 months ago
  44. 2f05a48 Add code path that avoids large indexBuffer draws by Robert Phillips · 4 years, 8 months ago
  45. fcdd061 Use just GrSurfaceProxy in pipeline management. by Michael Ludwig · 4 years, 8 months ago
  46. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 4 years, 8 months ago
  47. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 4 years, 8 months ago
  48. 189c980 GrQuadPerEdgeAA::Tessellator owns GrVertexWriter by Michael Ludwig · 4 years, 8 months ago
  49. fe13ca3 Move textureop fallback code out of GrRTC and into AddTextureSetOps by Michael Ludwig · 4 years, 8 months ago
  50. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 4 years, 8 months ago
  51. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 4 years, 8 months ago
  52. 119ac6d Normalize src coords and domain up front instead of at tessellation time by Michael Ludwig · 4 years, 8 months ago
  53. 8053c97 Add onPrePrepare to GrFillRRectOp by Robert Phillips · 4 years, 8 months ago
  54. 7cd0bfe No longer ref count GrGeometryProcessors by Robert Phillips · 4 years, 8 months ago
  55. 73dbea6 Specialize vertex writing function for common quad VertexSpecs by Michael Ludwig · 4 years, 8 months ago
  56. d4fb7c7 Rename opPODAllocator to recordTimeAllocator by Robert Phillips · 4 years, 8 months ago
  57. 170de01 Revert "Replace GrTextureDomainEffect with GrDomainEffect." by Michael Ludwig · 4 years, 8 months ago
  58. df70f15 Add ClockwiseTestOp::onPrePrepare by Robert Phillips · 4 years, 8 months ago
  59. f29caf1 Replace GrTextureDomainEffect with GrDomainEffect. by Brian Salomon · 4 years, 8 months ago
  60. e837e61 Respect the max indexBuffer limits in the bulk texture draw API (take 2) by Robert Phillips · 4 years, 8 months ago
  61. ae01f62 Revert "Respect the max indexBuffer limits in the bulk texture draw API" by Robert Phillips · 4 years, 9 months ago
  62. dd947ce Respect the max indexBuffer limits in the bulk texture draw API by Robert Phillips · 4 years, 9 months ago
  63. 323471e Remove GrProgramDesc's need for the GrGpu by Robert Phillips · 4 years, 9 months ago
  64. cea290f Add GrPrimitiveType to GrProgramInfo by Robert Phillips · 4 years, 9 months ago
  65. fd0c3b5 Update GrTextureOp to use index buffer offsets for draws by Robert Phillips · 4 years, 9 months ago
  66. 549325c Have GrTextureOp use GrSurfaceProxyViews instead of just proxys. by Greg Daniel · 4 years, 9 months ago
  67. bbd459d Allocate all vertex data in one go w/in GrTextureOp by Robert Phillips · 4 years, 9 months ago
  68. b69001f Make GrFillRectOp and GrTextureOp consistent re AA-upgrading and size checks by Robert Phillips · 4 years, 9 months ago
  69. c554dcf Add helper to determine the index buffer that will be used by Robert Phillips · 4 years, 9 months ago
  70. c5a2c75 Pull tessellation forward into GrTextureOp::onPrePrepareDraws by Robert Phillips · 4 years, 9 months ago
  71. e9462dd Rename *worstCase* to backingStore* in GrSurfaceProxy by Robert Phillips · 4 years, 9 months ago
  72. 32803ff Add PrePreparedDesc to GrTextureOp by Robert Phillips · 4 years, 9 months ago
  73. 61fc799 Add creation-time POD memory pool for GrOps by Robert Phillips · 4 years, 9 months ago
  74. f272bea Plumb GrBackendFormat into the GrPrimitiveProcessor::TextureSampler by Robert Phillips · 4 years, 9 months ago
  75. 29f3854 Start disentangling tessellation from pipeline creation in GrTextureOp by Robert Phillips · 4 years, 9 months ago
  76. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 4 years, 10 months ago
  77. 7327c9d Add GrRenderTask and GrOp prePrepare framework by Robert Phillips · 4 years, 10 months ago
  78. 5faf474 More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. by Greg Daniel · 4 years, 10 months ago
  79. f19f9ca Handle F16Norm clamping in SkPaint->GrPaint conversion. by Brian Salomon · 4 years, 10 months ago
  80. 67529b2 SkSL GLSL generator writes default precision for sampler2D/samplerExternalOS/sampler2DRect by Brian Salomon · 5 years ago
  81. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  82. 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
  83. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  84. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  85. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  86. 5f39427 Fix trace event categories in src/gpu ("skia"->"skia.gpu") by Brian Salomon · 5 years ago
  87. 205224f Remove old texture op factories by Michael Ludwig · 5 years ago
  88. 22429f9 Add generic texture op factory. by Michael Ludwig · 5 years ago
  89. f339dfe Separate src coordinates from domain rect in texture op. by Michael Ludwig · 5 years ago
  90. 425eb45 Reland "Replace GrQuadList with variable-length quad buffer" by Michael Ludwig · 5 years ago
  91. 19628ec Revert "Replace GrQuadList with variable-length quad buffer" by Brian Salomon · 5 years ago
  92. f281604 Replace GrQuadList with variable-length quad buffer by Michael Ludwig · 5 years ago
  93. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  94. 2c3398d Switch from querying swizzle on caps to using swizzles stored on proxies. by Greg Daniel · 5 years ago
  95. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  96. 3d4cac5 Remove IO refs from GrSurfaceProxy only by Robert Phillips · 5 years ago
  97. 0f80902 Add GrQuadUtils namespace to hold ResolveAAType function by Michael Ludwig · 5 years ago
  98. de4c58c Combine GrPerspQuad and GrQuad by Michael Ludwig · 5 years ago
  99. d17e05a Extract GrQuadList into separate header by Michael Ludwig · 5 years ago
  100. fd4f4df Move GrQuad to src/gpu/geometry folder by Michael Ludwig · 5 years ago