1. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 8 years ago
  2. 13071c5 Don't perform analysis twice in InstancedRendering::Op by Brian Salomon · 8 years ago
  3. 7ee385e Add GrSurfaceProxy* parameter to GrContext::flush by Robert Phillips · 8 years ago
  4. 1c6025c Make analysis optional to GrPipeline::init(). by Brian Salomon · 8 years ago
  5. 769e80d More GrSurfaceProxy-clean up by Robert Phillips · 8 years ago
  6. 301431d Miscellaneous GrSurfaceProxy-related cleanup by Robert Phillips · 8 years ago
  7. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 8 years ago
  8. a1b282b Fix copy offset when uploading initial mip data in Vulkan by Greg Daniel · 8 years ago
  9. 44f8571 Add unistd.h include to GrVkGpu.cpp on unix for sleep by Forrest Reiling · 8 years ago
  10. 3185384 Remove GrXferProcessor::getOptimizations. by Brian Salomon · 8 years ago
  11. 02bb6df Retract GrPipeline from setRenderTargetState calls by Robert Phillips · 8 years ago
  12. 1ec1faa Remove GrSurface::flushWrites by Robert Phillips · 8 years ago
  13. a5002c3 Add debug helper for finding leaks in GrMemoryPool.h by Brian Salomon · 8 years ago
  14. 2041e44 Revert "Fix copy offset when uploading initial mip data in Vulkan" by Greg Daniel · 8 years ago
  15. f6c360f Fix copy offset when uploading initial mip data in Vulkan by Greg Daniel · 8 years ago
  16. 20ece3a Always initialize testing textures in vulkan with some data by Greg Daniel · 8 years ago
  17. 36e4f06 GrTessellator: speed up linearized quadratic Beziers. by Stephen White · 8 years ago
  18. b549cc3 Change SkMemory to the more accurately named SkMalloc. by Herb Derby · 8 years ago
  19. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 8 years ago
  20. 3798c86 Remove GrFragmentProcessor-derived class' GrTexture-based ctors by Robert Phillips · 8 years ago
  21. 51e7ca3 Add new proxy-based DetermineDomainMode w/ test by Robert Phillips · 8 years ago
  22. 73a850f Fully initialize array of previous edges in GrGLConvexPolyEffect to please MSAN by Brian Salomon · 8 years ago
  23. 1b52df3 Remove draw-as-clear workaround for Adreno 3xx in Chrome. by Brian Salomon · 8 years ago
  24. 31f96a6 Revert "Remove texture sampling from GrConfigConversionEffect" by Brian Osman · 8 years ago
  25. f388093 Delete SkColorSpace::ColorSpaceFlags by Matt Sarett · 8 years ago
  26. 70288c0 Add function to perform color fragment processor elimination while performing FP analysis. by Brian Salomon · 8 years ago
  27. 3e7cdda Remove texture sampling from GrConfigConversionEffect by Brian Osman · 8 years ago
  28. cc26127 Find cubic KLM functionals directly by csmartdalton · 8 years ago
  29. 9f01e38 Revert "Remove texture sampling from GrConfigConversionEffect" by Brian Osman · 8 years ago
  30. 7807580 Make SkGr.h GrTexture-free by Robert Phillips · 8 years ago
  31. e01187e Fix MSAN issue found by fuzzer in GrStencilSettings::operator== by Brian Salomon · 8 years ago
  32. 468fd63 In vulkan align data in buffer when copying to image by Greg Daniel · 8 years ago
  33. 3bc9bfe Remove texture sampling from GrConfigConversionEffect by Brian Osman · 8 years ago
  34. 4f358be Make SkImageCacherator be deferred (take 2) by Robert Phillips · 8 years ago
  35. 84cff13 Disable dual source blending on AMD vulkan. by Greg Daniel · 8 years ago
  36. 22bc865 Add AMD work around in Vulkan to create a new secondary command buffer by Greg Daniel · 8 years ago
  37. 5e15085 Revert "Revert "Add a new GrResourceCache purging mechanism for purging unused resources."" by Brian Salomon · 8 years ago
  38. ce42551 Add Swizzle FP, and remove swizzle logic from GrConfigConversionEffect by Brian Osman · 8 years ago
  39. dbd11ec Init Command buffer on inlineUploads in Vulkan by Greg Daniel · 8 years ago
  40. e3060ba Revert "Make SkImageCacherator be deferred" by Robert Phillips · 8 years ago
  41. 801f8b8 Make SkImageCacherator be deferred by Robert Phillips · 8 years ago
  42. de1a605 Support premul/unpremul of F16 during read/writePixels by Brian Osman · 8 years ago
  43. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 8 years ago
  44. 20c322e Revert "Add a new GrResourceCache purging mechanism for purging unused resources." by Brian Salomon · 8 years ago
  45. fbb56ce Add a new GrResourceCache purging mechanism for purging unused resources. by Brian Salomon · 8 years ago
  46. 0ae6faa Make SkImage_Gpu be deferred (take 2) by Robert Phillips · 8 years ago
  47. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 8 years ago
  48. 337432d In GrRenderTargetOpList::forwardCombine check adjacent ops by Brian Salomon · 8 years ago
  49. bbd7a3b Make experimental Perlin noise shader take texture proxies by Robert Phillips · 8 years ago
  50. 271d495 check-headers-self-sufficient: update by Hal Canary · 8 years ago
  51. a3b6a55 In Vulkan make sure to add barriers between write operations by Greg Daniel · 8 years ago
  52. 81444fb rename makeCopyForTextureParams to isACopyNeededForTextureParams by Robert Phillips · 8 years ago
  53. eaa78c4 Revert "Make SkImage_Gpu be deferred" by Robert Phillips · 8 years ago
  54. eb35f4d Add pre-Flush callback to GrDrawingManager (take 2) by Robert Phillips · 8 years ago
  55. 0db235b Make SkImage_Gpu be deferred by Robert Phillips · 8 years ago
  56. c5cc2de Set maxVertexAttrib limit for Vulkan by Greg Daniel · 8 years ago
  57. d7b34a5 Make SkMemory.h and adjust all files for usage. by Herb Derby · 8 years ago
  58. 628999d Gray8 is supported on GPU, remove incorrect comments & check by Brian Osman · 8 years ago
  59. ac6b1fa Remove budgeted parameter from SkSurface::makeImageSnapshot (take 2) by Robert Phillips · 8 years ago
  60. 2f6b5a4 remove legacy vertices virtual from SkDevice by Mike Reed · 8 years ago
  61. 06ee8e8 Revert "Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot""" by Yuqian Li · 8 years ago
  62. f6ce600 Remove "Unused uniform in shader" messages by Brian Osman · 8 years ago
  63. 31249bb Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot"" by Robert Phillips · 8 years ago
  64. e88a1cb Revert[2] "More SkVertices implementation work"" by Mike Reed · 8 years ago
  65. a392dba Revert "Revert "Revert "Revert "Detect Chrome either by renderer or version strings."""" by Brian Salomon · 8 years ago
  66. 1eb3fef Revert "More SkVertices implementation work" by Mike Reed · 8 years ago
  67. 14583e1 More SkVertices implementation work by Mike Reed · 8 years ago
  68. 5fa6645 remove unused VerticesFlags by Mike Reed · 8 years ago
  69. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 8 years ago
  70. fd47ca5 Revert "Revert "Revert "Detect Chrome either by renderer or version strings.""" by Brian Salomon · 8 years ago
  71. c551fa4 Revert "Revert "Detect Chrome either by renderer or version strings."" by Brian Salomon · 8 years ago
  72. aa9e332 Revert[4] "store vertices arrays inline with object"""" by Mike Reed · 8 years ago
  73. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 8 years ago
  74. 1165b1e Revert "Detect Chrome either by renderer or version strings." by Brian Salomon · 8 years ago
  75. be4eed2 Detect Chrome either by renderer or version strings. by Brian Salomon · 8 years ago
  76. 510dd42 In GrClipStackClip check whether op bounds are inside RT before checking for empty clip stack. by Brian Salomon · 8 years ago
  77. 0c492cf Revert[3] "store vertices arrays inline with object""" by Mike Reed · 8 years ago
  78. 9e9188f Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot" by Yuqian Li · 8 years ago
  79. 859621f Outset dst texture bounds by a pixel to fix corruption in dstreadshuffle. by Brian Salomon · 8 years ago
  80. b64bcbd Remove budgeted parameter from SkSurface::makeImageSnapshot by Robert Phillips · 8 years ago
  81. 8301046 Rename GrAADistanceFieldPathRenderer to GrSmallPathRenderer by Jim Van Verth · 8 years ago
  82. 0c984a0 More pre-emptive proxification by Robert Phillips · 8 years ago
  83. 18ea816 Revert "Add pre-Flush callback to GrDrawingManager" by Robert Phillips · 8 years ago
  84. 7d9f9e3 Revert[2] "store vertices arrays inline with object"" by Mike Reed · 8 years ago
  85. a4c41b3 Push setMipColorMode calls further down-stack & add to GrTextureProxy by Robert Phillips · 8 years ago
  86. d222ec4 Add pre-Flush callback to GrDrawingManager by Robert Phillips · 8 years ago
  87. 9e62df6 Revert "store vertices arrays inline with object" by Mike Reed · 8 years ago
  88. eaaebb1 store vertices arrays inline with object by Mike Reed · 8 years ago
  89. bd1f76f Emit dumpInfo string when processor opt test fails by Brian Osman · 8 years ago
  90. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 8 years ago
  91. 63954c9 GPU version of onMakeColorSpace by Brian Osman · 8 years ago
  92. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 8 years ago
  93. 97180af Compute clipped draw bounds outside GrAppliedClip. by Brian Salomon · 8 years ago
  94. 8199d94 Generaly Fixes to gpu bezier code by Greg Daniel · 8 years ago
  95. 97eb4fe add SkVertices::Builder by Mike Reed · 8 years ago
  96. e411a07 Add const to GrColorSpaceXform member arguments by Brian Osman · 8 years ago
  97. c500d9b Use SkTArray for mailbox polling by Florin Malita · 8 years ago
  98. d374948 Consolidate Proxy caching code in GrResourceProvider by Robert Phillips · 8 years ago
  99. 4a01ac9 Purge GrTextBlobCache entries on SkTextBlob deletion by Florin Malita · 8 years ago
  100. b66b42f Preparatory Proxification by Robert Phillips · 8 years ago