1. f0ced62 Make createTestingOnlyBackendTexture and deleteTestingOnlyBackendTexture no longer be behind GR_TEST_UTILS (take 2) by Robert Phillips · 5 years ago
  2. 8ad0cbd Revert "Make createTestingOnlyBackendTexture and deleteTestingOnlyBackendTexture no longer be behind GR_TEST_UTILS" by Michael Ludwig · 5 years ago
  3. 50a4e6e Make createTestingOnlyBackendTexture and deleteTestingOnlyBackendTexture no longer be behind GR_TEST_UTILS by Robert Phillips · 5 years ago
  4. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 5 years ago
  5. 797efca Add option to GrContext::flush for GrPrepareForExternalIORequests. by Greg Daniel · 5 years ago
  6. f9a1fdf Reland "Add flush() to SkImage." by Brian Salomon · 5 years ago
  7. 693bc2b Revert "Add flush() to SkImage." by Brian Salomon · 5 years ago
  8. d0503a7 Add flush() to SkImage. by Brian Salomon · 5 years ago
  9. 9ff5acb Separate GrCaps for semaphores and fence syncs. by Brian Salomon · 5 years ago
  10. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  11. e6bfb7d Add struct to wrap all the gpu flush options. by Greg Daniel · 5 years ago
  12. 8c4cafd Don't flush pipeline state when querying sample locations in GL by Chris Dalton · 5 years ago
  13. 26de56e GrSurface -> GrGpuBuffer transfer improvements: by Brian Salomon · 5 years ago
  14. a3aa75a Add callback to flush for knowing when gpu is finished work. by Greg Daniel · 5 years ago
  15. b9990e4 Add more general flush call to GrContext. by Greg Daniel · 5 years ago
  16. e05ba5a Start on supporting transfer from GrSurface. by Brian Salomon · 5 years ago
  17. f2ae6af Stop flooding perf with uninteresting GPU stats by Brian Osman · 5 years ago
  18. d7291ba Restore support for multisample locations by Chris Dalton · 5 years ago
  19. bae7121 Add flush call to take access type, flags, and semaphore. by Greg Daniel · 5 years ago
  20. 1f05d45 Add GrContext::resetGLTextureBindings(). by Brian Salomon · 6 years ago
  21. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 6 years ago
  22. dbaf317 Move GrContextPriv methods to their own .cpp file by Robert Phillips · 6 years ago
  23. ae64c19 Convert GrBufferType to enum class, rename, and remove dead values by Brian Salomon · 6 years ago
  24. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  25. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 6 years ago
  26. aa6ca0a Require explicit GrWrapCacheable specification in more places. by Brian Salomon · 6 years ago
  27. fa2ebea Replace bool purgeImmediately with enum GrWrapCacheable. by Brian Salomon · 6 years ago
  28. 1676cb9 Restore ETC1 compressed texture support. by Jim Van Verth · 6 years ago
  29. b46add8 Add initial support for creating a vulkan secondary command buffer drawing context. by Greg Daniel · 6 years ago
  30. 858e12c Remove unused GrSignalSemaphoreOp and forced flushed on semaphore insertion. by Greg Daniel · 6 years ago
  31. d207345 Add cap to number of oplists we execute before flushing to the gpu. by Greg Daniel · 6 years ago
  32. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  33. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  34. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  35. 2268ad2 Add flag to force purge resources from cache as soon as possible. by Greg Daniel · 6 years ago
  36. f4def34 Move dumpJSON behind the SK_ENABLE_DUMP_GPU flag by Kevin Lubick · 6 years ago
  37. 646f637 Add rowBytes to createTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  38. 1e576e7 Some GrSemaphore cleanup by Brian Salomon · 6 years ago
  39. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  40. 7226c23 Make GrTextureProxy store a GrTextureType. by Brian Salomon · 6 years ago
  41. 930f939 Ensure that textures exported via SkImage::MakeBackendTextureFromSkImage by Brian Salomon · 6 years ago
  42. 8f5bbda Fall back to bilerp if we are undable to do a copy for mips. by Greg Daniel · 6 years ago
  43. 09c9400 Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  44. 01422bc Revert "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  45. 9eb36b9 Reland "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  46. 0c78238 Revert "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  47. cd2c3f9 Require mips to be allocated at texture creation time and disable late allocations. by Greg Daniel · 6 years ago
  48. a694870 Remove origin from GrGpu::readPixels by Brian Salomon · 6 years ago
  49. a9b04b9 Remove origin from GrGpu::writePixels by Brian Salomon · 6 years ago
  50. 0ba9fa0 Remove GrGpu::getWritePixelsInfo by Brian Salomon · 6 years ago
  51. d494f6e Replace GrContextPriv::read/writeSurfacePixels with GrContextPriv::read/WritePixels2 by Brian Salomon · 6 years ago
  52. 2a943df Make GPU lattice/nine patch not bleed across cells. by Brian Salomon · 6 years ago
  53. e320486 Don't allow ganesh to allocate mip maps for wrapped textures. by Greg Daniel · 6 years ago
  54. abf7b76 Add texture-specific flags for External & Rectangle textures by Robert Phillips · 6 years ago
  55. 55fa647 Correctly discard or load RT when doing copies as draws in Vulkan by Greg Daniel · 6 years ago
  56. c7c2baf Additional DDL playback cleanup by Robert Phillips · 6 years ago
  57. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 6 years ago
  58. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  59. c320b15 Introduce GrColorType by Brian Salomon · 6 years ago
  60. 535ba8d Drop unused support for MSAA sample locations by Chris Dalton · 6 years ago
  61. 9b009bb Prepare sRGB encoding conversion for the removal of GrPixelConfig by Brian Salomon · 6 years ago
  62. dfb3a16 Move default init of tmp draw params out of subclasses into GrGpu by Brian Salomon · 7 years ago
  63. 1fabd51 Track dirty rects on GrRenderTargets in native space rather than origin-relative by Brian Salomon · 7 years ago
  64. 5711133 Remove integer texture support by Brian Salomon · 7 years ago
  65. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  66. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  67. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  68. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  69. d653cac More sample count cleanup: by Brian Salomon · 7 years ago
  70. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
  71. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 7 years ago
  72. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 7 years ago
  73. 7f86192 Revert "Drop support for unused MSAA extensions" by Robert Phillips · 7 years ago
  74. 7df2746 Drop support for unused MSAA extensions by Chris Dalton · 7 years ago
  75. 48661b8 Make use of VkSemaphores thread safe assuming use of the same VkQueue. by Greg Daniel · 7 years ago
  76. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  77. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  78. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  79. 17b7c05 Update GrSemaphore to allow it to only be used once for signaling and once for waiting. by Greg Daniel · 7 years ago
  80. f06c358 Remove instanced rendering by Brian Salomon · 7 years ago
  81. 0fc4d2d Use enum to track MipMapsStatus throughout Texture creation by Greg Daniel · 7 years ago
  82. 55afd6d Revert "Revert "Update GrBitmapTextureMaker for handling mipped requests"" by Greg Daniel · 7 years ago
  83. 8b059bd Revert "Update GrBitmapTextureMaker for handling mipped requests" by Greg Daniel · 7 years ago
  84. d1935c1 Update GrBitmapTextureMaker for handling mipped requests by Greg Daniel · 7 years ago
  85. c0192e3 Remove pre-attachment of stencil buffers by Robert Phillips · 7 years ago
  86. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  87. fb4a20c Remove kDefault_GrSurfaceOrigin by Robert Phillips · 7 years ago
  88. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  89. 71a1889 Revert "Revert "GrContext::dump that produces JSON formatted output"" by Brian Osman · 7 years ago
  90. 0f450ac Revert "GrContext::dump that produces JSON formatted output" by Brian Osman · 7 years ago
  91. 175af0d GrContext::dump that produces JSON formatted output by Brian Osman · 7 years ago
  92. 5131678 Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush"""" by Greg Daniel · 7 years ago
  93. cc8eb60 Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush""" by Yuqian Li · 7 years ago
  94. 876aed8 Revert "Revert "Add support for semaphores to be inserted on GrContext flush"" by Greg Daniel · 7 years ago
  95. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  96. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  97. 2890fbf Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget) by Robert Phillips · 7 years ago
  98. 8724b46 Revert "Add support for semaphores to be inserted on GrContext flush" by Mike Reed · 7 years ago
  99. cd1416e Add support for semaphores to be inserted on GrContext flush by Greg Daniel · 7 years ago
  100. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago