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