1. effee20 Use mixed samples internally for default coverage AA by Chris Dalton · 6 years ago
  2. bb8dde8 Reland "Reland "Separate compressed and uncompressed texture functions"" by Brian Salomon · 6 years ago
  3. 1550064 Revert "Reland "Separate compressed and uncompressed texture functions"" by Greg Daniel · 6 years ago
  4. c051923 Reland "Separate compressed and uncompressed texture functions" by Brian Salomon · 6 years ago
  5. 31539a8 Revert "Separate compressed and uncompressed texture functions" by Brian Salomon · 6 years ago
  6. 9acfb33 Separate compressed and uncompressed texture functions by Brian Salomon · 6 years ago
  7. 23ca4e7 Enable creating protected vulkan backend by Emircan Uysaler · 6 years ago
  8. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 6 years ago
  9. d1d869d Make GL & Vk backends create uninitialized backend textures by Robert Phillips · 6 years ago
  10. 459b295 Expand backend allocation API to allow an initialization color (only for GL to start) by Robert Phillips · 6 years ago
  11. f0313ee Rename createTestingOnlyBackendTexture to createBackendTexture by Robert Phillips · 6 years ago
  12. f0ced62 Make createTestingOnlyBackendTexture and deleteTestingOnlyBackendTexture no longer be behind GR_TEST_UTILS (take 2) by Robert Phillips · 6 years ago
  13. 8ad0cbd Revert "Make createTestingOnlyBackendTexture and deleteTestingOnlyBackendTexture no longer be behind GR_TEST_UTILS" by Michael Ludwig · 6 years ago
  14. 50a4e6e Make createTestingOnlyBackendTexture and deleteTestingOnlyBackendTexture no longer be behind GR_TEST_UTILS by Robert Phillips · 6 years ago
  15. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 6 years ago
  16. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  17. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 7 years ago
  18. ae64c19 Convert GrBufferType to enum class, rename, and remove dead values by Brian Salomon · 7 years ago
  19. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 7 years ago
  20. aa6ca0a Require explicit GrWrapCacheable specification in more places. by Brian Salomon · 7 years ago
  21. fa2ebea Replace bool purgeImmediately with enum GrWrapCacheable. by Brian Salomon · 7 years ago
  22. 351e80c Reland "ccpr: Rework the path cache to support sporadic flushing" by Chris Dalton · 7 years ago
  23. 2e825a3 Revert "ccpr: Rework the path cache to support sporadic flushing" by Chris Dalton · 7 years ago
  24. d6fa454 ccpr: Rework the path cache to support sporadic flushing by Chris Dalton · 7 years ago
  25. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 7 years ago
  26. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 7 years ago
  27. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 7 years ago
  28. de2244c remove sk_atomic_dec by Mike Klein · 7 years ago
  29. 2268ad2 Add flag to force purge resources from cache as soon as possible. by Greg Daniel · 7 years ago
  30. 56d19a5 add support for clears to Metal backend by Ethan Nicholas · 7 years ago
  31. bdf12ad Move GrBackend enum to enum class. by Greg Daniel · 7 years ago
  32. a41a74a Revert "In GrVkGpuCommandBuffer when setting bounds to full RT use proxy bounds instead of surface." by Greg Daniel · 7 years ago
  33. 9b7bfd0 In GrVkGpuCommandBuffer when setting bounds to full RT use proxy bounds instead of surface. by Greg Daniel · 7 years ago
  34. 646f637 Add rowBytes to createTestingOnlyBackendTexture by Robert Phillips · 7 years ago
  35. 5b5d84c Cache the command buffer objects by Robert Phillips · 7 years ago
  36. 2d010b6 Remove old sRGB config support from backend render target tool utilities by Brian Osman · 7 years ago
  37. 91ab155 Always call endFlush on opLists that might survive a flush by Chris Dalton · 7 years ago
  38. 323fbcf Move GrBackendRenderTarget over to new system of getting backed infos by Greg Daniel · 7 years ago
  39. 52e16d9 Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better. by Greg Daniel · 7 years ago
  40. 032aaae Remove legacy GrContext factories function and supporting code/types. by Brian Salomon · 7 years ago
  41. 52e943a Add testing-only backend render target support to GrVkGpu. by Brian Salomon · 7 years ago
  42. 0c51eea Add GrMockRenderTarget and mock backend render targets by Brian Salomon · 7 years ago
  43. 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 7 years ago
  44. f865b05 Add GM configs that test rendering to a GL backend texture and render target by Brian Salomon · 7 years ago
  45. 4684f82 Add ability to uninstantiate lazy proxies after every flush. by Greg Daniel · 7 years ago
  46. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 7 years ago
  47. e64b064 Remove abandon param from GrGpu::deleteTestingOnlyBackendTexture. by Brian Salomon · 7 years ago
  48. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  49. fc711a2 Add SkCharacterization creation helper to GrContextThreadSafeProxy (take 2) by Robert Phillips · 7 years ago
  50. 559823d Revert "Add SkCharacterization creation helper to GrContextThreadSafeProxy" by Cary Clark · 7 years ago
  51. d76e56d Add SkCharacterization creation helper to GrContextThreadSafeProxy by Robert Phillips · 7 years ago
  52. c25db63 Update SkImage::MakeFromYUVTexturesCopy to GrBackendTexture by Robert Phillips · 8 years ago
  53. d21b2a5 Remove GrBackendObject from tests (except image_from_yuv_textures) by Robert Phillips · 8 years ago
  54. 384fab4 sk_spification of GrGpu creation. by Brian Salomon · 8 years ago
  55. 177e695 Add flag on GrBackendTexture to say whether texture is mipped or not by Greg Daniel · 8 years ago
  56. 0fc4d2d Use enum to track MipMapsStatus throughout Texture creation by Greg Daniel · 8 years ago
  57. 500d58b Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU. by Greg Daniel · 8 years ago
  58. 19e51dc Store GrRenderTarget in GrGpuCommandBuffer by Robert Phillips · 8 years ago
  59. 9521447 Add explicit clear of stencil buffer before opLists that use them by Robert Phillips · 8 years ago
  60. 02611d9 Add Make[backend] calls for creating GrContexts by Greg Daniel · 8 years ago
  61. 590533f Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpu by Robert Phillips · 8 years ago
  62. 8fe2427 Add mock config to tools and run through gms and benchs without crashing. by Brian Salomon · 8 years ago
  63. cfe910d Revert "Revert "Make mock GrContext unit testable."" by Brian Salomon · 8 years ago
  64. c867a89 Revert "Make mock GrContext unit testable." by Brian Salomon · 8 years ago
  65. 993e7e2 Make mock GrContext unit testable. by Brian Salomon · 8 years ago