1. 5b5d84c Cache the command buffer objects by Robert Phillips · 6 years ago
  2. 2d010b6 Remove old sRGB config support from backend render target tool utilities by Brian Osman · 6 years ago
  3. 930f939 Ensure that textures exported via SkImage::MakeBackendTextureFromSkImage by Brian Salomon · 6 years ago
  4. 8f5bbda Fall back to bilerp if we are undable to do a copy for mips. by Greg Daniel · 6 years ago
  5. a694870 Remove origin from GrGpu::readPixels by Brian Salomon · 6 years ago
  6. a9b04b9 Remove origin from GrGpu::writePixels by Brian Salomon · 6 years ago
  7. 0ba9fa0 Remove GrGpu::getWritePixelsInfo by Brian Salomon · 6 years ago
  8. d494f6e Replace GrContextPriv::read/writeSurfacePixels with GrContextPriv::read/WritePixels2 by Brian Salomon · 6 years ago
  9. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  10. 57bf4a3 When creating testing backendTexture take colorspace into account. by Greg Daniel · 6 years ago
  11. 3746ac2 Remove path ranges from gpu. by Ben Wagner · 6 years ago
  12. 032aaae Remove legacy GrContext factories function and supporting code/types. by Brian Salomon · 6 years ago
  13. abf7b76 Add texture-specific flags for External & Rectangle textures by Robert Phillips · 6 years ago
  14. 19eaf2d Revert "Revert "New read pixels implementation that is simpler but does all conversions on CPU."" by Brian Salomon · 6 years ago
  15. be5947c Revert "New read pixels implementation that is simpler but does all conversions on CPU." by Brian Salomon · 6 years ago
  16. c9a642e New read pixels implementation that is simpler but does all conversions on CPU. by Brian Salomon · 6 years ago
  17. 55fa647 Correctly discard or load RT when doing copies as draws in Vulkan by Greg Daniel · 6 years ago
  18. 52e943a Add testing-only backend render target support to GrVkGpu. by Brian Salomon · 6 years ago
  19. 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 6 years ago
  20. f865b05 Add GM configs that test rendering to a GL backend texture and render target by Brian Salomon · 6 years ago
  21. 26b50a4 Add testing only helper to flush and sync gpu. by Greg Daniel · 6 years ago
  22. c7c2baf Additional DDL playback cleanup by Robert Phillips · 6 years ago
  23. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 6 years ago
  24. e64b064 Remove abandon param from GrGpu::deleteTestingOnlyBackendTexture. by Brian Salomon · 6 years ago
  25. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  26. 5f33a8c Start on new GPU pixel ops implementation. by Brian Salomon · 6 years ago
  27. c320b15 Introduce GrColorType by Brian Salomon · 6 years ago
  28. 535ba8d Drop unused support for MSAA sample locations by Chris Dalton · 6 years ago
  29. 9b009bb Prepare sRGB encoding conversion for the removal of GrPixelConfig by Brian Salomon · 6 years ago
  30. 1fabd51 Track dirty rects on GrRenderTargets in native space rather than origin-relative by Brian Salomon · 7 years ago
  31. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  32. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  33. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  34. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  35. 85ae715 Add new GrContext queries for imagability, surfacability, and max sample count of color types by Brian Salomon · 7 years ago
  36. 7f86192 Revert "Drop support for unused MSAA extensions" by Robert Phillips · 7 years ago
  37. 7df2746 Drop support for unused MSAA extensions by Chris Dalton · 7 years ago
  38. 48661b8 Make use of VkSemaphores thread safe assuming use of the same VkQueue. by Greg Daniel · 7 years ago
  39. 17b7c05 Update GrSemaphore to allow it to only be used once for signaling and once for waiting. by Greg Daniel · 7 years ago
  40. e42edcc Add stubbed out GrContext by Robert Phillips · 7 years ago
  41. c25db63 Update SkImage::MakeFromYUVTexturesCopy to GrBackendTexture by Robert Phillips · 7 years ago
  42. d21b2a5 Remove GrBackendObject from tests (except image_from_yuv_textures) by Robert Phillips · 7 years ago
  43. f06c358 Remove instanced rendering by Brian Salomon · 7 years ago
  44. 384fab4 sk_spification of GrGpu creation. by Brian Salomon · 7 years ago
  45. 177e695 Add flag on GrBackendTexture to say whether texture is mipped or not by Greg Daniel · 7 years ago
  46. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  47. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  48. 500d58b Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU. by Greg Daniel · 7 years ago
  49. 71a1889 Revert "Revert "GrContext::dump that produces JSON formatted output"" by Brian Osman · 7 years ago
  50. 0f450ac Revert "GrContext::dump that produces JSON formatted output" by Brian Osman · 7 years ago
  51. 175af0d GrContext::dump that produces JSON formatted output by Brian Osman · 7 years ago
  52. 9521447 Add explicit clear of stencil buffer before opLists that use them by Robert Phillips · 7 years ago
  53. 5131678 Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush"""" by Greg Daniel · 7 years ago
  54. cc8eb60 Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush""" by Yuqian Li · 7 years ago
  55. 876aed8 Revert "Revert "Add support for semaphores to be inserted on GrContext flush"" by Greg Daniel · 7 years ago
  56. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  57. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  58. 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 7 years ago
  59. 8724b46 Revert "Add support for semaphores to be inserted on GrContext flush" by Mike Reed · 7 years ago
  60. cd1416e Add support for semaphores to be inserted on GrContext flush by Greg Daniel · 7 years ago
  61. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago
  62. 590533f Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpu by Robert Phillips · 7 years ago
  63. 2e5eaf0 Revert "Revert "Clean up onTransferPixels"" by Jim Van Verth · 7 years ago
  64. ce57552 Revert "Clean up onTransferPixels" by Jim Van Verth · 7 years ago
  65. f7037d0 Clean up onTransferPixels by Jim Van Verth · 7 years ago
  66. a5cb781 Revert "Revert "Add API for flushing surfaces with gpu semaphores"" by Greg Daniel · 7 years ago
  67. 7292231 Revert "Add API for flushing surfaces with gpu semaphores" by Greg Daniel · 7 years ago
  68. 66366c6 Add API for flushing surfaces with gpu semaphores by Greg Daniel · 7 years ago
  69. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  70. 31550db Revert "Revert "Workaround Adreno driver issue with stencil clears."" by Mike Klein · 7 years ago
  71. 8b06ed7 Revert "Workaround Adreno driver issue with stencil clears." by Mike Klein · 7 years ago
  72. 4e8c581 Workaround Adreno driver issue with stencil clears. by Brian Salomon · 7 years ago
  73. 67d52cf sk_sp-ify GrResourceProvider some more by Robert Phillips · 7 years ago
  74. 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 7 years ago
  75. bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 7 years ago
  76. ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 7 years ago
  77. bca46e2 Convert GrMesh back to a class by Chris Dalton · 7 years ago
  78. 18e9484 Rename finishOpList to finishFlush and call it less frequently by Robert Phillips · 7 years ago
  79. 13dddce Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  80. 449d78f Revert "Added SkImage::MakeCrossContextFromEncoded" by Brian Salomon · 7 years ago
  81. 83b1b3d Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  82. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  83. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 7 years ago
  84. dc87c95 Combine GPU flush with semaphore API by Brian Osman · 7 years ago
  85. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 7 years ago
  86. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 7 years ago
  87. e3302df Make InstancedRendering more opList-splitting friendly by Robert Phillips · 7 years ago
  88. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  89. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  90. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  91. 3798c86 Remove GrFragmentProcessor-derived class' GrTexture-based ctors by Robert Phillips · 7 years ago
  92. 81444fb rename makeCopyForTextureParams to isACopyNeededForTextureParams by Robert Phillips · 7 years ago
  93. 0b791f5 Remove ownership aruments from render target wrap functions by Brian Osman · 7 years ago
  94. 467921e Move GrDrawOp pipeline/clip processing to GrRenderTargetContext by Brian Salomon · 7 years ago
  95. 42c456f Remove PLS path renderer by Brian Salomon · 7 years ago
  96. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  97. 6be3523 Add support for Semaphores (gpu waiting on gpu) in Ganesh by Greg Daniel · 7 years ago
  98. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 7 years ago
  99. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 7 years ago
  100. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 7 years ago