1. b46add8 Add initial support for creating a vulkan secondary command buffer drawing context. by Greg Daniel · 6 years ago
  2. 858e12c Remove unused GrSignalSemaphoreOp and forced flushed on semaphore insertion. by Greg Daniel · 6 years ago
  3. d207345 Add cap to number of oplists we execute before flushing to the gpu. by Greg Daniel · 6 years ago
  4. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  5. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  6. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  7. 2268ad2 Add flag to force purge resources from cache as soon as possible. by Greg Daniel · 6 years ago
  8. f4def34 Move dumpJSON behind the SK_ENABLE_DUMP_GPU flag by Kevin Lubick · 6 years ago
  9. 646f637 Add rowBytes to createTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  10. 1e576e7 Some GrSemaphore cleanup by Brian Salomon · 6 years ago
  11. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  12. 7226c23 Make GrTextureProxy store a GrTextureType. by Brian Salomon · 6 years ago
  13. 930f939 Ensure that textures exported via SkImage::MakeBackendTextureFromSkImage by Brian Salomon · 6 years ago
  14. 8f5bbda Fall back to bilerp if we are undable to do a copy for mips. by Greg Daniel · 6 years ago
  15. 09c9400 Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  16. 01422bc Revert "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  17. 9eb36b9 Reland "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  18. 0c78238 Revert "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  19. cd2c3f9 Require mips to be allocated at texture creation time and disable late allocations. by Greg Daniel · 6 years ago
  20. a694870 Remove origin from GrGpu::readPixels by Brian Salomon · 6 years ago
  21. a9b04b9 Remove origin from GrGpu::writePixels by Brian Salomon · 6 years ago
  22. 0ba9fa0 Remove GrGpu::getWritePixelsInfo by Brian Salomon · 6 years ago
  23. d494f6e Replace GrContextPriv::read/writeSurfacePixels with GrContextPriv::read/WritePixels2 by Brian Salomon · 6 years ago
  24. 2a943df Make GPU lattice/nine patch not bleed across cells. by Brian Salomon · 6 years ago
  25. e320486 Don't allow ganesh to allocate mip maps for wrapped textures. by Greg Daniel · 6 years ago
  26. abf7b76 Add texture-specific flags for External & Rectangle textures by Robert Phillips · 6 years ago
  27. 55fa647 Correctly discard or load RT when doing copies as draws in Vulkan by Greg Daniel · 6 years ago
  28. c7c2baf Additional DDL playback cleanup by Robert Phillips · 6 years ago
  29. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 6 years ago
  30. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  31. c320b15 Introduce GrColorType by Brian Salomon · 6 years ago
  32. 535ba8d Drop unused support for MSAA sample locations by Chris Dalton · 6 years ago
  33. 9b009bb Prepare sRGB encoding conversion for the removal of GrPixelConfig by Brian Salomon · 7 years ago
  34. dfb3a16 Move default init of tmp draw params out of subclasses into GrGpu by Brian Salomon · 7 years ago
  35. 1fabd51 Track dirty rects on GrRenderTargets in native space rather than origin-relative by Brian Salomon · 7 years ago
  36. 5711133 Remove integer texture support by Brian Salomon · 7 years ago
  37. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  38. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  39. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  40. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  41. d653cac More sample count cleanup: by Brian Salomon · 7 years ago
  42. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
  43. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 7 years ago
  44. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 7 years ago
  45. 7f86192 Revert "Drop support for unused MSAA extensions" by Robert Phillips · 7 years ago
  46. 7df2746 Drop support for unused MSAA extensions by Chris Dalton · 7 years ago
  47. 48661b8 Make use of VkSemaphores thread safe assuming use of the same VkQueue. by Greg Daniel · 7 years ago
  48. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  49. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  50. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  51. 17b7c05 Update GrSemaphore to allow it to only be used once for signaling and once for waiting. by Greg Daniel · 7 years ago
  52. f06c358 Remove instanced rendering by Brian Salomon · 7 years ago
  53. 0fc4d2d Use enum to track MipMapsStatus throughout Texture creation by Greg Daniel · 7 years ago
  54. 55afd6d Revert "Revert "Update GrBitmapTextureMaker for handling mipped requests"" by Greg Daniel · 7 years ago
  55. 8b059bd Revert "Update GrBitmapTextureMaker for handling mipped requests" by Greg Daniel · 7 years ago
  56. d1935c1 Update GrBitmapTextureMaker for handling mipped requests by Greg Daniel · 7 years ago
  57. c0192e3 Remove pre-attachment of stencil buffers by Robert Phillips · 7 years ago
  58. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  59. fb4a20c Remove kDefault_GrSurfaceOrigin by Robert Phillips · 7 years ago
  60. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  61. 71a1889 Revert "Revert "GrContext::dump that produces JSON formatted output"" by Brian Osman · 7 years ago
  62. 0f450ac Revert "GrContext::dump that produces JSON formatted output" by Brian Osman · 7 years ago
  63. 175af0d GrContext::dump that produces JSON formatted output by Brian Osman · 7 years ago
  64. 5131678 Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush"""" by Greg Daniel · 7 years ago
  65. cc8eb60 Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush""" by Yuqian Li · 7 years ago
  66. 876aed8 Revert "Revert "Add support for semaphores to be inserted on GrContext flush"" by Greg Daniel · 7 years ago
  67. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  68. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  69. 2890fbf Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget) by Robert Phillips · 7 years ago
  70. 8724b46 Revert "Add support for semaphores to be inserted on GrContext flush" by Mike Reed · 7 years ago
  71. cd1416e Add support for semaphores to be inserted on GrContext flush by Greg Daniel · 7 years ago
  72. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago
  73. 81e7bf8 Update gpu caps for valid sample counts. by Greg Daniel · 7 years ago
  74. dcbb9d9 Add SkDebugf trace event handler. by Brian Salomon · 7 years ago
  75. 590533f Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpu by Robert Phillips · 7 years ago
  76. 660cc99 Restrict acceptable bounds for uploading data to mip levels on GPU by Greg Daniel · 7 years ago
  77. 2e5eaf0 Revert "Revert "Clean up onTransferPixels"" by Jim Van Verth · 7 years ago
  78. ce57552 Revert "Clean up onTransferPixels" by Jim Van Verth · 7 years ago
  79. f7037d0 Clean up onTransferPixels by Jim Van Verth · 7 years ago
  80. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  81. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  82. 9bada54 Revert "Revert "Expand partial render target write pixels workaround."" by Brian Salomon · 7 years ago
  83. 67d52cf sk_sp-ify GrResourceProvider some more by Robert Phillips · 7 years ago
  84. fdd1170 Revert "Expand partial render target write pixels workaround." by Brian Salomon · 7 years ago
  85. 0cc507d Expand partial render target write pixels workaround. by Brian Salomon · 7 years ago
  86. d17b4a6 Revert "Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. "" by Brian Salomon · 7 years ago
  87. a9e795e Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. " by Brian Salomon · 7 years ago
  88. 45e5068 Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. by Brian Salomon · 7 years ago
  89. 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 7 years ago
  90. bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 7 years ago
  91. ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 7 years ago
  92. b7b7e5f Add fixes & test for isConfigTexturable and isConfigRenderable by Robert Phillips · 7 years ago
  93. 154ce91 Replace most uses of GrSurface::desc() with conifg(), width(), etc. by Brian Salomon · 7 years ago
  94. 5c77975 Add flag to avoid stencil buffers in Skia by Eric Karl · 7 years ago
  95. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  96. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 7 years ago
  97. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 7 years ago
  98. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 7 years ago
  99. e3302df Make InstancedRendering more opList-splitting friendly by Robert Phillips · 7 years ago
  100. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago