1. 1bf0ed8 Make GrTexture caching for SkPromiseImageTexture work when same texture by Brian Salomon · 6 years ago
  2. c6444d2 Enable wide color support in CCPR by Brian Osman · 6 years ago
  3. 351e80c Reland "ccpr: Rework the path cache to support sporadic flushing" by Chris Dalton · 6 years ago
  4. 2e825a3 Revert "ccpr: Rework the path cache to support sporadic flushing" by Chris Dalton · 6 years ago
  5. d6fa454 ccpr: Rework the path cache to support sporadic flushing by Chris Dalton · 6 years ago
  6. 614c1a8 Add idle texture callback mechanism. by Brian Salomon · 6 years ago
  7. f391d0f Reduce the number of backend->pixelconfig GrCaps virtuals. by Brian Salomon · 6 years ago
  8. 858e12c Remove unused GrSignalSemaphoreOp and forced flushed on semaphore insertion. by Greg Daniel · 6 years ago
  9. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  10. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  11. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  12. de2244c remove sk_atomic_dec by Mike Klein · 6 years ago
  13. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  14. 2268ad2 Add flag to force purge resources from cache as soon as possible. by Greg Daniel · 6 years ago
  15. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  16. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  17. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  18. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  19. 9a9baae Use SkPMColor4f throughout clear APIs by Brian Osman · 6 years ago
  20. 9bf8120 More YUV cleanup by Jim Van Verth · 6 years ago
  21. b7f0b9c Remove use of colorTypes from SkYUVSizeInfo by Jim Van Verth · 6 years ago
  22. 56d19a5 add support for clears to Metal backend by Ethan Nicholas · 6 years ago
  23. bdf12ad Move GrBackend enum to enum class. by Greg Daniel · 6 years ago
  24. a41a74a Revert "In GrVkGpuCommandBuffer when setting bounds to full RT use proxy bounds instead of surface." by Greg Daniel · 6 years ago
  25. 9b7bfd0 In GrVkGpuCommandBuffer when setting bounds to full RT use proxy bounds instead of surface. by Greg Daniel · 6 years ago
  26. 0f70be8 Reland "Remove ability to sample textures in vertex or geometry shaders." by Greg Daniel · 6 years ago
  27. 6e2625d Revert "Remove ability to sample textures in vertex or geometry shaders." by Greg Daniel · 6 years ago
  28. d50d657 Remove ability to sample textures in vertex or geometry shaders. by Greg Daniel · 6 years ago
  29. cfa3935 Remove debug only clearStencil virtual on GrGpu. by Greg Daniel · 6 years ago
  30. 646f637 Add rowBytes to createTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  31. d9187c0 Revert "SkMath takes some functions from from SkTypes" by Mike Klein · 6 years ago
  32. 3b34723 SkMath takes some functions from from SkTypes by Hal Canary · 6 years ago
  33. 5b5d84c Cache the command buffer objects by Robert Phillips · 7 years ago
  34. 2d010b6 Remove old sRGB config support from backend render target tool utilities by Brian Osman · 7 years ago
  35. e632dfc Use GrTextureType to determine highest supported filter by Brian Salomon · 7 years ago
  36. 60dd8c7 Introduce enum class for texture type. by Brian Salomon · 7 years ago
  37. 662ea4b Remove texel buffer support. by Brian Salomon · 7 years ago
  38. 036fdfe implemented getting format from texture as virtual in gpu caps by Timothy Liang · 7 years ago
  39. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 7 years ago
  40. ff168d9 Put GrPrimitiveProcessor/GrGeometryProcessor before GrPipeline in param lists. by Brian Salomon · 7 years ago
  41. 930f939 Ensure that textures exported via SkImage::MakeBackendTextureFromSkImage by Brian Salomon · 7 years ago
  42. a694870 Remove origin from GrGpu::readPixels by Brian Salomon · 7 years ago
  43. a9b04b9 Remove origin from GrGpu::writePixels by Brian Salomon · 7 years ago
  44. 0ba9fa0 Remove GrGpu::getWritePixelsInfo by Brian Salomon · 7 years ago
  45. d494f6e Replace GrContextPriv::read/writeSurfacePixels with GrContextPriv::read/WritePixels2 by Brian Salomon · 7 years ago
  46. 6d138bf Reland "Remove GrBackendObject and all related functions from Skia." by Greg Daniel · 7 years ago
  47. a0ca909 Revert "Remove GrBackendObject and all related functions from Skia." by Brian Osman · 7 years ago
  48. ccd4cfc Remove GrBackendObject and all related functions from Skia. by Greg Daniel · 7 years ago
  49. ba2c826 Implement canCopySurface for GrMock and GrMtl. by Greg Daniel · 7 years ago
  50. 91ab155 Always call endFlush on opLists that might survive a flush by Chris Dalton · 7 years ago
  51. 7444c3c Revert "Delete getRenderTargetHandle call on SkSurface." by Greg Daniel · 7 years ago
  52. c828109 Delete getRenderTargetHandle call on SkSurface. by Greg Daniel · 7 years ago
  53. ba375a8 Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS by Robert Phillips · 7 years ago
  54. 323fbcf Move GrBackendRenderTarget over to new system of getting backed infos by Greg Daniel · 7 years ago
  55. 52e16d9 Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better. by Greg Daniel · 7 years ago
  56. 032aaae Remove legacy GrContext factories function and supporting code/types. by Brian Salomon · 7 years ago
  57. 19eaf2d Revert "Revert "New read pixels implementation that is simpler but does all conversions on CPU."" by Brian Salomon · 7 years ago
  58. be5947c Revert "New read pixels implementation that is simpler but does all conversions on CPU." by Brian Salomon · 7 years ago
  59. c9a642e New read pixels implementation that is simpler but does all conversions on CPU. by Brian Salomon · 7 years ago
  60. 55fa647 Correctly discard or load RT when doing copies as draws in Vulkan by Greg Daniel · 7 years ago
  61. 52e943a Add testing-only backend render target support to GrVkGpu. by Brian Salomon · 7 years ago
  62. 0c51eea Add GrMockRenderTarget and mock backend render targets by Brian Salomon · 7 years ago
  63. 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 7 years ago
  64. f865b05 Add GM configs that test rendering to a GL backend texture and render target by Brian Salomon · 7 years ago
  65. 4684f82 Add ability to uninstantiate lazy proxies after every flush. by Greg Daniel · 7 years ago
  66. 26b50a4 Add testing only helper to flush and sync gpu. by Greg Daniel · 7 years ago
  67. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 7 years ago
  68. e64b064 Remove abandon param from GrGpu::deleteTestingOnlyBackendTexture. by Brian Salomon · 7 years ago
  69. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  70. 3d86a19 Refactor GrCaps::renderTargetWritePixelsSupported to support for some GL workarounds by Brian Salomon · 7 years ago
  71. 5f33a8c Start on new GPU pixel ops implementation. by Brian Salomon · 7 years ago
  72. 2612bae ccpr: Prefer atlas sizes under 4k on ARM by Chris Dalton · 7 years ago
  73. c320b15 Introduce GrColorType by Brian Salomon · 7 years ago
  74. 535ba8d Drop unused support for MSAA sample locations by Chris Dalton · 7 years ago
  75. 9b009bb Prepare sRGB encoding conversion for the removal of GrPixelConfig by Brian Salomon · 7 years ago
  76. fc711a2 Add SkCharacterization creation helper to GrContextThreadSafeProxy (take 2) by Robert Phillips · 7 years ago
  77. 559823d Revert "Add SkCharacterization creation helper to GrContextThreadSafeProxy" by Cary Clark · 7 years ago
  78. d76e56d Add SkCharacterization creation helper to GrContextThreadSafeProxy by Robert Phillips · 7 years ago
  79. 1fabd51 Track dirty rects on GrRenderTargets in native space rather than origin-relative by Brian Salomon · 7 years ago
  80. 5711133 Remove integer texture support by Brian Salomon · 7 years ago
  81. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  82. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  83. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  84. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  85. d653cac More sample count cleanup: by Brian Salomon · 7 years ago
  86. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
  87. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 7 years ago
  88. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 7 years ago
  89. 57b0430 Fix mock tex rt gpu mem size by Brian Salomon · 7 years ago
  90. 6a0176b Add ref counted wrapped around GrTexture ReleaseProc by Greg Daniel · 7 years ago
  91. 7f86192 Revert "Drop support for unused MSAA extensions" by Robert Phillips · 7 years ago
  92. 7df2746 Drop support for unused MSAA extensions by Chris Dalton · 7 years ago
  93. 48661b8 Make use of VkSemaphores thread safe assuming use of the same VkQueue. by Greg Daniel · 7 years ago
  94. 17b7c05 Update GrSemaphore to allow it to only be used once for signaling and once for waiting. by Greg Daniel · 7 years ago
  95. faa095e Update SkSurface MakeFromBackend* factories to take an SkColorType. by Greg Daniel · 7 years ago
  96. f5d8758 Add new SkImage factory to create from GrBackendTexture with SkColorType by Greg Daniel · 7 years ago
  97. b67821d Add GrBackendTexture & GrBackendRenderTarget access methods to GrTexture and GrRenderTarget by Robert Phillips · 7 years ago
  98. c25db63 Update SkImage::MakeFromYUVTexturesCopy to GrBackendTexture by Robert Phillips · 7 years ago
  99. d21b2a5 Remove GrBackendObject from tests (except image_from_yuv_textures) by Robert Phillips · 7 years ago
  100. f06c358 Remove instanced rendering by Brian Salomon · 7 years ago