1. 554c1f0 Revert "Fold analytic clip FPs into GrReducedClip" by Brian Osman · 7 years ago
  2. 4355b26 Fold analytic clip FPs into GrReducedClip by Chris Dalton · 7 years ago
  3. e421800 Fix precision caps and rrect/ellipse effect precisions by Chris Dalton · 7 years ago
  4. 0fb6db4 Revert "Add private grpixelconfigs for alpha_8 and alpha_half" by Greg Daniel · 7 years ago
  5. 42d27c6 Revert "Nit clean up to add private GrPixelConfig CL" by Greg Daniel · 7 years ago
  6. b8e4c44 Nit clean up to add private GrPixelConfig CL by Greg Daniel · 7 years ago
  7. 70fb479 Ensure that removing last extension from GrGLExtension doesn't assert. by Vladimir Levin · 7 years ago
  8. 559f556 Remove support for image load/store by Brian Salomon · 7 years ago
  9. 33d17cb Add private grpixelconfigs for alpha_8 and alpha_half by Greg Daniel · 7 years ago
  10. 09b8c91 Temporarily disable multitexturing for iOS by Jim Van Verth · 7 years ago
  11. 2b6f614 Fix GrTextureOp to check the correct cap for multitexturing by Brian Salomon · 7 years ago
  12. 339b84e Alloc glyph image correctly for SkMask::k3D_Format. by Ben Wagner · 7 years ago
  13. 3e31e99 Revert "Alloc glyph image correctly for SkMask::k3D_Format." by Brian Osman · 7 years ago
  14. 1662257 Alloc glyph image correctly for SkMask::k3D_Format. by Ben Wagner · 7 years ago
  15. 5b65a84 Resolve GrSurface/GrSurfaceProxy ref counting issue in GrResourceAllocator by Robert Phillips · 7 years ago
  16. 5254ccc Move pixel config getter to private in GrBackendSurface by Greg Daniel · 7 years ago
  17. e0070c0 Patch up ref counting of proxies (take 2) by Robert Phillips · 7 years ago
  18. f44754a Drop support for OSMesa in test tools and remove build bot by Brian Salomon · 7 years ago
  19. aae47c8 sksl enum support by Ethan Nicholas · 7 years ago
  20. 2d9cb57 Revert "Patch up ref counting of proxies" by Robert Phillips · 7 years ago
  21. 8d5ce2d Patch up ref counting of proxies by Robert Phillips · 7 years ago
  22. 7ca90d2 Use round rather than floor for snapping text vertex positions by Brian Osman · 7 years ago
  23. 1706f84 switched GrClipEdge to an enum class by Ethan Nicholas · 7 years ago
  24. 8f7d4c3 Fix precision in AARectEffect by Chris Dalton · 7 years ago
  25. deb53cc Make GrTextBlob::VertexRegenerator determine vertex stride from mask format by Brian Salomon · 7 years ago
  26. 0658f76 Fix Flutter/Fushcia build by Robert Phillips · 7 years ago
  27. 2188e09 Update MDB flags to match switches in Chrome & Android by Robert Phillips · 7 years ago
  28. 0f3c732 renamed GrPrimitiveEdgeType / GrProcessorEdgeType to GrClipEdgeType by Ethan Nicholas · 7 years ago
  29. 47c315e Remove destination pointer from GrCopySurfaceOp by Robert Phillips · 7 years ago
  30. 7a59f23 Update GrFragmentProcessor handling in Make methods in SkSL by Robert Phillips · 7 years ago
  31. f8e2502 Prepare to enable explicit gpu resource allocation (take 2) by Robert Phillips · 7 years ago
  32. 065b41d Revert "Prepare to enable explicit gpu resource allocation" by Greg Daniel · 7 years ago
  33. 0078ab2 Implement readPixels from float buffer, when half float is missing by Stan Iliev · 7 years ago
  34. f290376 Prepare to enable explicit gpu resource allocation by Robert Phillips · 7 years ago
  35. df429f3 move parts of SkPoint to SkPointPriv by Cary Clark · 7 years ago
  36. 06d55fb Revert "Revert "added a missing programBinarySupport check"" by Ethan Nicholas · 7 years ago
  37. 821ef18 Allow mock GrContexts to "support" shader derivatives by Brian Salomon · 7 years ago
  38. af59748 Add GrContextOptions to control distance field thresholds for small sizes and fallback to paths. by Brian Salomon · 7 years ago
  39. 76e8c7c Revert "added a missing programBinarySupport check" by Greg Daniel · 7 years ago
  40. 52db940 Move bmp/mask/sdf functionality from GrTextUtils to GrAtlasTextContext by Brian Salomon · 7 years ago
  41. 4e001d8 added a missing programBinarySupport check by Ethan Nicholas · 7 years ago
  42. bbfd516 Don't use analytic clip FPs when drawing to stencil by Chris Dalton · 7 years ago
  43. 428e568 Revert "Don't use analytic clip FPs when drawing to stencil" by Chris Dalton · 7 years ago
  44. 4c92d4a Don't use analytic clip FPs when drawing to stencil by Chris Dalton · 7 years ago
  45. 14efcbf converted LumaColorFilterEffect to sksl by Ethan Nicholas · 7 years ago
  46. 74f623d make point array methods private by Cary Clark · 7 years ago
  47. 080baa4 Fix dangling pointers when Ganesh culls CCPR Ops early by Chris Dalton · 7 years ago
  48. 18923f9 Make GrAtlasTextBlob return to caller when a flush is required during subrun tessellation. by Brian Salomon · 7 years ago
  49. fddb6c0 Setup CCPR testing with GrMockContext by Chris Dalton · 7 years ago
  50. e4aa0c4 Disable CCPR while we sort out clipping by Chris Dalton · 7 years ago
  51. 9f545bc Modify fontcache GM to actually spill atlas. by Brian Salomon · 7 years ago
  52. e014ee5 Disable CCPR on the Android Framework. by Derek Sollenberger · 7 years ago
  53. ba7cf29 Revert "Revert "Fix int overflow issues with clip and path bounds, take 2."" by Jim Van Verth · 7 years ago
  54. e3a7005 Revert "Fix int overflow issues with clip and path bounds, take 2." by Jim Van Verth · 7 years ago
  55. 931f751 Do not always allocate temp space in GrGLGpu::uploadTexData by Robert Phillips · 7 years ago
  56. 430ad1f Fix int overflow issues with clip and path bounds, take 2. by Jim Van Verth · 7 years ago
  57. 6a40abc Revert "Implement window rectangles in vulkan" by Jim Van Verth · 7 years ago
  58. 2b17f64 Revert "Fix signed/unsigned comparison in assert" by Chris Dalton · 7 years ago
  59. ed6d6da Fix signed/unsigned comparison in assert by Chris Dalton · 7 years ago
  60. 7dc6e75 During flush store GrOp draw and upload records on GrOpFlushState instead of on the ops themselves. by Brian Salomon · 7 years ago
  61. 94c0468 Implement window rectangles in vulkan by Chris Dalton · 7 years ago
  62. c77085d Remove content area from GrTextureAdjuster. by Greg Daniel · 7 years ago
  63. d1b2eec API to cache shader binaries between runs of Skia. by Ethan Nicholas · 7 years ago
  64. 8186cbe Make the intervals in GrResourceAllocator use SkArenaAlloc by Robert Phillips · 7 years ago
  65. 35c886b Attempt to disable clear-as-draw-workaround on iOS PowerVR. by Brian Salomon · 7 years ago
  66. d8d1593 Revert "Fold analytic clip FPs into GrReducedClip" by Chris Dalton · 7 years ago
  67. d29e0da Fold analytic clip FPs into GrReducedClip by Chris Dalton · 7 years ago
  68. a47b575 Revert "Fold analytic clip FPs into GrReducedClip" by Chris Dalton · 7 years ago
  69. 1af37b7 Fold analytic clip FPs into GrReducedClip by Chris Dalton · 7 years ago
  70. 2d59d2f Update GrTextureMaker to handle mips when copying for npot by Greg Daniel · 7 years ago
  71. 56c3714 More attempts at clipping perf. by Jim Van Verth · 7 years ago
  72. 6982400 Allow GrAppliedClip to have >1 clip coverage FP by Chris Dalton · 7 years ago
  73. e26062a Revert "Fix int overflow issues with clip and path bounds." by Mike Klein · 7 years ago
  74. 43fd6d8 Devirtualized token management in GrDeferredUploadTarget. by Brian Salomon · 7 years ago
  75. 29b60c9 Make deferred upload handling and draw recording be virtual interfaces implemented by GrOpFlushState. by Brian Salomon · 7 years ago
  76. b1fc368 Fix int overflow issues with clip and path bounds. by Jim Van Verth · 7 years ago
  77. f06ead9 Add support for transfer functions to GrColorSpaceXform by Brian Osman · 7 years ago
  78. 45d6303 Have mip status match surface when snapping image from wrapped object by Greg Daniel · 7 years ago
  79. 65c7f66 Add mip support to GrAHardwareBufferImageGenerator by Greg Daniel · 7 years ago
  80. ec32534 Revert "Revert "Fix GrDefaultPathRender inversely wound path bug"" by Robert Phillips · 7 years ago
  81. fc28138 Revert "Fix GrDefaultPathRender inversely wound path bug" by Robert Phillips · 7 years ago
  82. 943ed79 Remove deferred upload types from GrDrawOp.h. by Brian Salomon · 7 years ago
  83. f18b1d8 Add GrTextUtils::Target by Brian Salomon · 7 years ago
  84. 511a9d4 Fix GrDefaultPathRender inversely wound path bug by Robert Phillips · 7 years ago
  85. 7947193 Merge clip rects in GrReducedClip by Chris Dalton · 7 years ago
  86. 495f423 Remove fallback to path drawing from stencil and cover text context. by Brian Salomon · 7 years ago
  87. 8713b88 Add workaround for Gallium TexImage internalFormat for Alpha8 by Greg Daniel · 7 years ago
  88. 1a8f234 Fix assert in text clipping. by Jim Van Verth · 7 years ago
  89. 2501917 Add GalliumLLVM GrGLRenderer and fix alpha8 renderability by Greg Daniel · 7 years ago
  90. a8e40de workaround for VkWrapTests crash by Ethan Nicholas · 7 years ago
  91. d608c09 Re-land "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  92. 2d3cac5 Revert "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  93. 8aa4dc9 converted OverdrawColorFilter to SkSL by Ethan Nicholas · 7 years ago
  94. 4cbb6e6 Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter. by Brian Salomon · 7 years ago
  95. c8a65e3 Some more clipped text optimizations. by Jim Van Verth · 7 years ago
  96. cc0ab7e Address CCPR TODOs now that we are in device space by Chris Dalton · 7 years ago
  97. c17bf32 Convert geometry shaders to operate in Skia device space by Chris Dalton · 7 years ago
  98. a045eea CCPR: use 16-bit ints for the atlas offset attrib by Chris Dalton · 7 years ago
  99. 51ebd66 Add vector GrSLTypes for shorts by Chris Dalton · 7 years ago
  100. f3569f0 Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conversion. by Brian Salomon · 7 years ago