1. c5df7cb Fun with flags by herb · 6 years ago
  2. a708618 sksl: Polyfill fma() when not present in GLSL by Chris Dalton · 6 years ago
  3. 2268ad2 Add flag to force purge resources from cache as soon as possible. by Greg Daniel · 6 years ago
  4. c3064e7 Use GrVertexWriter in GrLatticeOp by Brian Osman · 6 years ago
  5. 588cec7 Reenable GrOp chaining. by Brian Salomon · 6 years ago
  6. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  7. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  8. f9aabff Move new WriteVertexData utility to a GrVertexWriter helper struct by Brian Osman · 6 years ago
  9. 0921219 sksl: Support fwidth() by Chris Dalton · 6 years ago
  10. 275cffb Avoid overflow in bufferOffset calculations by Jim Van Verth · 6 years ago
  11. 9d958b5 Update several more oval ops to use WriteVertexData by Brian Osman · 6 years ago
  12. 66af080 Remove obsolete SK_IGNORE_ defines by Brian Osman · 6 years ago
  13. 60b6bc3 Use WriteVertexData in GrTessellator, remove all DefaultGeoProc structs by Brian Osman · 6 years ago
  14. f04fb3c Change how GPs configure attributes by Brian Osman · 6 years ago
  15. 6dff60e Clean up in, about, and around GrTextBlob::SubRun by Herb Derby · 6 years ago
  16. 96a1709 Move adding a glyph to a subRun from Run to SubRun by Herb Derby · 6 years ago
  17. 69ff895 Make SubRunInfo a subclass of GrTextBlob and rename to SubRun by Herb Derby · 6 years ago
  18. 9a390ac Guard GrOp::dumpInfo with SK_DEBUG by Brian Osman · 6 years ago
  19. 5327536 Verify YUVA channel information and add premultiplied alpha by Jim Van Verth · 6 years ago
  20. 2bb343c Remove runIndex as a concept for GrTextBlob by Herb Derby · 6 years ago
  21. c341500 Reland "Move remove ptr args to MakeRecAndEffects" by Herb Derby · 6 years ago
  22. 1062963 Revert "Move remove ptr args to MakeRecAndEffects" by Herb Derby · 6 years ago
  23. b07aba4 Move remove ptr args to MakeRecAndEffects by Herb Derby · 6 years ago
  24. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  25. f542cab Construct mipmaps for internal YUVA planes by Jim Van Verth · 6 years ago
  26. dc214c2 Move (re)generation of the GrTextBlob from GrTextContext to the blob by Herb Derby · 6 years ago
  27. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  28. 9edbf42 Revert[4] "hide nested hinting enum" by Mike Reed · 6 years ago
  29. 7d8f82b Added GrMeshDrawOp::WriteVertexData by Brian Osman · 6 years ago
  30. 8e12cc6 Reland "Revert "hide nested hinting enum"" by Mike Klein · 6 years ago
  31. f49563b Revert "Revert "hide nested hinting enum"" by Mike Reed · 6 years ago
  32. 6bd19df Revert "hide nested hinting enum" by Mike Reed · 6 years ago
  33. fbebece hide nested hinting enum by Mike Reed · 6 years ago
  34. d3ed301 remove SkScalarFastInvert by Mike Klein · 6 years ago
  35. 3674336 Reland "make enum santizer fatal" by Mike Klein · 6 years ago
  36. f2b35e4 Revert "make enum santizer fatal" by Mike Klein · 6 years ago
  37. 166dbd3 make enum santizer fatal by Mike Klein · 6 years ago
  38. 00b2939 Remove some more GrColor references by Brian Osman · 6 years ago
  39. 5b2bda7 Fix FP / header inconsistency by Brian Osman · 6 years ago
  40. 422f95b Revert "Revert "Use float colors for blend constant"" by Brian Osman · 6 years ago
  41. 5a4f2a3 Revert "Use float colors for blend constant" by Brian Osman · 6 years ago
  42. 803a502 Fix persp_images with DDL correctly by Jim Van Verth · 6 years ago
  43. 5206547 Use float colors for blend constant by Brian Osman · 6 years ago
  44. 9a9baae Use SkPMColor4f throughout clear APIs by Brian Osman · 6 years ago
  45. 7da4676 Temporarily disable support of mipmapped flattened YUVA image by Jim Van Verth · 6 years ago
  46. 32262da Revert "ccpr: Unblacklist Sandy Bridge/Bay Trail on Mesa" by Chris Dalton · 6 years ago
  47. a0f5935 Reorganize to extract GPU main drawing code by Herbert Derby · 6 years ago
  48. 30e0d7f Draw YUVA images with multitexture by Jim Van Verth · 6 years ago
  49. 1edff30 SkPaint::Align is dead by Mike Reed · 6 years ago
  50. 0bfdb4a remove SkUnpremultiplyRow() by Mike Klein · 6 years ago
  51. e3f543c Remove SkPM4f.h, fold contents into SkColorData.h by Brian Osman · 6 years ago
  52. 6c3879d ccpr: Age out path cache entries by Chris Dalton · 6 years ago
  53. ef77604 Switch to postConcat from preConcat by Michael Ludwig · 6 years ago
  54. 01ecf0f Remove vertex-shader perspective divide by Michael Ludwig · 6 years ago
  55. c647324 Expose aaType in simple mesh draw op helper by Michael Ludwig · 6 years ago
  56. c106081 Send correct 3rd component for uvr vertex attribute by Michael Ludwig · 6 years ago
  57. 4e1f022 Disable blend explicitly when the color mask is false. by Dongseong Hwang · 6 years ago
  58. 4cc1ddb Remove unused GrCubicEffect by Brian Osman · 6 years ago
  59. ff0e840 clean up some odd SkRefCnt features by Mike Klein · 6 years ago
  60. cf86085 Replace GrColor4h with SkPMColor4f by Brian Osman · 6 years ago
  61. 348a037 Change mechanism that lets GrRenderTargetContext caller get op list ID. by Brian Salomon · 6 years ago
  62. 9985a27 ccpr: Don't use cache entries as path listeners by Chris Dalton · 6 years ago
  63. 9bf8120 More YUV cleanup by Jim Van Verth · 6 years ago
  64. 936fe7d Pass and return GrColor4h by const& when possible by Brian Osman · 6 years ago
  65. 1986f88 Remove unused GrOpList::numOps() by Brian Salomon · 6 years ago
  66. 408ef21 Revert "replace SkNVRefCnt with SkRefCnt" by Mike Klein · 6 years ago
  67. 20e909e Pull out sksl emission logic for per-edge aa from GrTextureOp by Michael Ludwig · 6 years ago
  68. e24b587 Replace use of SkYUVSizeInfo with SkYUVASizeInfo by Jim Van Verth · 6 years ago
  69. 0fb1ee9 replace SkNVRefCnt with SkRefCnt by Mike Klein · 6 years ago
  70. 1be2b7c Keep paint color range/precision into ops and GPs (using GrColor4h) by Brian Osman · 6 years ago
  71. 71652e2 gpu: Dump GrTextBlobCache stats in memory dumps. by Khushal · 6 years ago
  72. 460eb5e Reland "Extract per-edge quad vertex tesselation code into reusable interface" by Michael Ludwig · 6 years ago
  73. 618decb Remove unneeded sk_bzero by Herbert Derby · 6 years ago
  74. 6e24cd3 Reland "hide setTextAlign" by Mike Reed · 6 years ago
  75. ff78aaa Revert "Extract per-edge quad vertex tesselation code into reusable interface" by Brian Osman · 6 years ago
  76. f10ea21 Revert "hide setTextAlign" by Brian Osman · 6 years ago
  77. 43c7183 hide setTextAlign by Mike Reed · 6 years ago
  78. fc3784b Extract per-edge quad vertex tesselation code into reusable interface by Michael Ludwig · 6 years ago
  79. a944142 ccpr: Unregister path listeners when their cache entries are evicted by Chris Dalton · 6 years ago
  80. b41417f Make GrOp base class responsible for merging bounds. by Brian Salomon · 6 years ago
  81. a7682c8 Disable GrOp chaining. by Brian Salomon · 6 years ago
  82. 31abc5a ccpr: Fix an overzealous assert in DDL by Chris Dalton · 6 years ago
  83. dc82994 Revert "Reland "Reland "Revert "Use OpenGL sampler objects when available."""" by Brian Salomon · 6 years ago
  84. 3b57279 ccpr: Harden the path cache by Chris Dalton · 6 years ago
  85. 8429c79 ccpr: Don't use the GrContext id for the path cache id by Chris Dalton · 6 years ago
  86. f510b50 GrOp: Only union bounds to head of chain after a merge. by Brian Salomon · 6 years ago
  87. 05c8f46 Hoist color space xform creation out of GrTextureProducer by Brian Osman · 6 years ago
  88. b7f0b9c Remove use of colorTypes from SkYUVSizeInfo by Jim Van Verth · 6 years ago
  89. bf612c6 Access proxy directly in SkGpuDevice::drawImageSet for pinned/GPU images by Brian Salomon · 6 years ago
  90. 327955b Reland "Reland "Revert "Use OpenGL sampler objects when available.""" by Brian Salomon · 6 years ago
  91. bfb3df4 Revert "Reland "Revert "Use OpenGL sampler objects when available.""" by Brian Salomon · 6 years ago
  92. 294861f zero-init preallocated vertex/index space in drawing manager by Brian Salomon · 6 years ago
  93. fa5f6ce rename some flattenable routines by Mike Klein · 6 years ago
  94. 58f153c Use preallocated space for default vertex and index buffer sizes by Brian Salomon · 6 years ago
  95. 64cc9aa Add drawDrawable support to GrRenderTargetContext. by Greg Daniel · 6 years ago
  96. 6064e1c Remove texColorSpace output param from various producer APIs by Brian Osman · 6 years ago
  97. 4fee323 override getTypeName() instead of using table by Mike Klein · 6 years ago
  98. e7fd8c3 Un-plumb dstColorSpace through GrTextureProducer by Brian Osman · 6 years ago
  99. bffe4ed Reland "Revert "Use OpenGL sampler objects when available."" by Greg Daniel · 6 years ago
  100. e50cdf0 Remove unused dstColorSpace from getROPixels by Brian Osman · 6 years ago