1. 32828eb move LCD blits to SkBlitter_ARGB32.cpp by Mike Klein · 6 years ago
  2. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  3. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  4. a4c277b make float divide-by-zero fatal by Mike Klein · 6 years ago
  5. 3674336 Reland "make enum santizer fatal" by Mike Klein · 6 years ago
  6. f2b35e4 Revert "make enum santizer fatal" by Mike Klein · 6 years ago
  7. 166dbd3 make enum santizer fatal by Mike Klein · 6 years ago
  8. 00b2939 Remove some more GrColor references by Brian Osman · 6 years ago
  9. 422f95b Revert "Revert "Use float colors for blend constant"" by Brian Osman · 6 years ago
  10. 5a4f2a3 Revert "Use float colors for blend constant" by Brian Osman · 6 years ago
  11. 5206547 Use float colors for blend constant by Brian Osman · 6 years ago
  12. 9a9baae Use SkPMColor4f throughout clear APIs by Brian Osman · 6 years ago
  13. e3f543c Remove SkPM4f.h, fold contents into SkColorData.h by Brian Osman · 6 years ago
  14. ff0e840 clean up some odd SkRefCnt features by Mike Klein · 6 years ago
  15. cf86085 Replace GrColor4h with SkPMColor4f by Brian Osman · 6 years ago
  16. 06768fc Use std::numeric_limits for SK_FloatNaN and Infinity by Brian Osman · 6 years ago
  17. 1986f88 Remove unused GrOpList::numOps() by Brian Salomon · 6 years ago
  18. 78252fe Switch GrColor4h to use float storage by Brian Osman · 6 years ago
  19. 408ef21 Revert "replace SkNVRefCnt with SkRefCnt" by Mike Klein · 6 years ago
  20. 0fb1ee9 replace SkNVRefCnt with SkRefCnt by Mike Klein · 6 years ago
  21. 1be2b7c Keep paint color range/precision into ops and GPs (using GrColor4h) by Brian Osman · 6 years ago
  22. 4408b1c Remove another GrColor helper function by Brian Osman · 6 years ago
  23. 76aed1e Add GrColor4h (half-float), for use in Ops and (eventually) vertices by Brian Osman · 6 years ago
  24. 3b79aa3 On second thought, remove GrColor4s by Brian Osman · 6 years ago
  25. a944142 ccpr: Unregister path listeners when their cache entries are evicted by Chris Dalton · 6 years ago
  26. 4f598e8 GrColor4s, a fixed-point signed short type for wide color vertices by Brian Osman · 6 years ago
  27. b9998cd Remove unused methods from SkTDArray by Herb Derby · 6 years ago
  28. da7a567 SkTArray: behave a little more like std::vector by Hal Canary · 6 years ago
  29. eb772c0 Revert "ccpr: Unregister path listeners when their cache entries are evicted" by Greg Daniel · 6 years ago
  30. f30e493 ccpr: Unregister path listeners when their cache entries are evicted by Chris Dalton · 6 years ago
  31. 9a986cf ccpr: Use SkMessageBus for thread-safe eviction of cache entries by Chris Dalton · 6 years ago
  32. 495993a Remove GrColor4f by Brian Osman · 6 years ago
  33. cb3d087 Remove all remaining GrColor4f (other than gradients) by Brian Osman · 6 years ago
  34. ebde1ab Change 0 extraSize allocation behavior for SkArenaAlloc by Herb Derby · 6 years ago
  35. 7d94bb5 Skip visiting for allocator gathering in GrTextureOp when all proxies by Brian Salomon · 6 years ago
  36. d7065e7 Revert "Revert "Add experimental API to draw a set of SkImages in one SkCanvas call."" by Brian Salomon · 6 years ago
  37. 8d5b41b Revert "Add experimental API to draw a set of SkImages in one SkCanvas call." by Brian Salomon · 6 years ago
  38. 0a0304c Add experimental API to draw a set of SkImages in one SkCanvas call. by Brian Salomon · 6 years ago
  39. 3ea317c Remove checks that insist on kOpaque for some color types by Brian Osman · 6 years ago
  40. 9c37cd9 Revert "Fix image info checking for always-opaque color types" by Brian Osman · 6 years ago
  41. 9835dd5 Fix image info checking for always-opaque color types by Brian Osman · 6 years ago
  42. c1db610 Revert "SkTArray: clean up, no change to behaviour" by Mike Klein · 6 years ago
  43. c0a74a1 SkTArray: clean up, no change to behaviour by Hal Canary · 6 years ago
  44. 46acf9d Add context option to reduce opList splitting by Robert Phillips · 6 years ago
  45. f28e55d Add SkPMColor4f support to SkSL by Brian Osman · 6 years ago
  46. 2213ee9 Add support for per-edge AA to GrTextureOp. by Brian Salomon · 6 years ago
  47. 1d5b598 Towards removing GrColor4f by Brian Osman · 6 years ago
  48. e8e2bb1 Test YUV images in DDL by Robert Phillips · 6 years ago
  49. 5dd47e4 Make SkCodec truly default to sRGB by Leon Scroggins III · 6 years ago
  50. d25b7c1 Introduce SkRGBA4f, templated on SkAlphaType by Brian Osman · 6 years ago
  51. 0d96a4b Remove SkAutoTCallIProc. by Ben Wagner · 6 years ago
  52. 653c6b5 Remove (unused) GrBlend.cpp, and some GrColor helpers by Brian Osman · 6 years ago
  53. a5c578f Add Short4 vertex attributes, and benchmark them as 4.12 colors by Brian Osman · 6 years ago
  54. c2d0fb1 include: whitespace changes for clang-format by Hal Canary · 6 years ago
  55. 0191ed8 Make listener lists threadsafe with a mutex. by Mike Klein · 6 years ago
  56. 6c8d242 Make atomic lists list for bitmaps and paths by Herb Derby · 6 years ago
  57. 90d2d93 Revert "Add Short4 vertex attributes, and benchmark them as 4.12 colors" by Brian Osman · 6 years ago
  58. d2ca047 Add Short4 vertex attributes, and benchmark them as 4.12 colors by Brian Osman · 6 years ago
  59. d4c2970 Specify CPU (buffer) and GPU (shader) types explicitly in Attribute by Brian Osman · 6 years ago
  60. b68bcc4 ccpr: Remove the dangling pointer from GrCCDrawPathsOp by Chris Dalton · 6 years ago
  61. 8f5a7a6 first start on a P3 GM by Mike Klein · 6 years ago
  62. 3d413c5 Reland: add SkPath::shrinkToFit by Florin Malita · 6 years ago
  63. a21a16b Revert "add SkPath::shrinkToFit" by Mike Reed · 6 years ago
  64. 3d69be5 add SkPath::shrinkToFit by Mike Reed · 6 years ago
  65. 086679b Revert "increase Builder's prealloc size after colorspace change" by Brian Osman · 6 years ago
  66. d9187c0 Revert "SkMath takes some functions from from SkTypes" by Mike Klein · 6 years ago
  67. 3b34723 SkMath takes some functions from from SkTypes by Hal Canary · 6 years ago
  68. 36f7e32 Reland "Switch SkCodec to use skcms plus fixes"" by Leon Scroggins III · 6 years ago
  69. 83988ed Revert "Reland "Switch SkCodec to use skcms" plus fixes" by Leon Scroggins · 6 years ago
  70. 49894f4 Reland "Switch SkCodec to use skcms" plus fixes by Leon Scroggins III · 6 years ago
  71. 33d5394 Revert "Switch SkCodec to use skcms" and follow on change by Leon Scroggins III · 6 years ago
  72. 81886e8 Switch SkCodec to use skcms by Leon Scroggins III · 6 years ago
  73. 12d4b6e let's like, chill out about all these rules, man by Mike Klein · 6 years ago
  74. 916c498 Consolidate the scissor enums into one "GrScissorTest" enum by Chris Dalton · 6 years ago
  75. 015c899 port most SkAtomic<T> to std::atomic<T> by Mike Klein · 6 years ago
  76. b547579 switch SkTDArray from push to push_back by Mike Reed · 6 years ago
  77. 5edcd31 migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  78. f9ecb4e Revert "migrating SkTDArray towards std::vector api" by Mike Reed · 6 years ago
  79. 79884be migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  80. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  81. e6d0618 Add list of dependents to GrOpList class by Robert Phillips · 6 years ago
  82. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  83. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  84. af87483 Move GrGeometryProcessor's textures out of classes and into by Brian Salomon · 6 years ago
  85. ee78396 templatize GrSurfaceProxyRef by Brian Salomon · 6 years ago
  86. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  87. e782f84 Remove GrResourceIOProcessor. by Brian Salomon · 6 years ago
  88. 0054311 Re-re-land "added GrSkSLFP and converted DitherEffect to use it" by Ethan Nicholas · 6 years ago
  89. 7226c23 Make GrTextureProxy store a GrTextureType. by Brian Salomon · 6 years ago
  90. 60dd8c7 Introduce enum class for texture type. by Brian Salomon · 6 years ago
  91. 4818244 Remove unused kTexture2D_GrSLType and kSampler_GrSLType by Brian Salomon · 6 years ago
  92. db10ed0 Remove unused kBufferSampler_GrSLType by Brian Salomon · 6 years ago
  93. 9acfc6c Add kAAHairline to GpuPathRenderers by Chris Dalton · 6 years ago
  94. 01a9128 Maybe fix numStencilBits TSAN crash by Robert Phillips · 6 years ago
  95. e1789af Don't double check in SkArenaAlloc. by Ben Wagner · 6 years ago
  96. ba5c439 Fix GPU explicit resource allocation bug by Robert Phillips · 6 years ago
  97. 6a4e60b Revert "Reduce arbitrary opList splitting when sorting (take 2)" by Robert Phillips · 6 years ago
  98. 20d4e54 Reduce arbitrary opList splitting when sorting (take 2) by Robert Phillips · 6 years ago
  99. 6c48e4d Reland "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  100. 97ae0c8 Revert "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago