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. 35a67eb Move GrMtlBufferManager functionality to better places by Jim Van Verth · 5 years ago
  6. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  7. 75c3ae4 Add GrMtlCommandBuffer by Jim Van Verth · 5 years ago
  8. dd15d69 More buffer changes for Metal. by Jim Van Verth · 5 years ago
  9. c03cfaf Add Metal support for dynamic buffers. by Jim Van Verth · 5 years ago
  10. 9896a0d Add mipmap generation for Metal by Jim Van Verth · 5 years ago
  11. 8cc4248 Fix WritePixels and ReadPixels for MacOS Metal by Jim Van Verth · 5 years ago
  12. 568eb8d Some more Metal memory fixes. by Jim Van Verth · 5 years ago
  13. f16e074 Fix some more Metal and iOS leaks by Jim Van Verth · 5 years ago
  14. d353612 fix metal build errors with preprocessor definitions by Martin Vejdarski · 5 years ago
  15. 686046b Fix more failing tests on Metal. by Jim Van Verth · 5 years ago
  16. 444b309 Improve Metal texture uploads. by Jim Van Verth · 5 years ago
  17. 61610be Add Autorelease pools to clear out no longer needed Metal objects. by Jim Van Verth · 5 years ago
  18. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 6 years ago
  19. ae64c19 Convert GrBufferType to enum class, rename, and remove dead values by Brian Salomon · 6 years ago
  20. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 6 years ago
  21. aa6ca0a Require explicit GrWrapCacheable specification in more places. by Brian Salomon · 6 years ago
  22. fa2ebea Replace bool purgeImmediately with enum GrWrapCacheable. by Brian Salomon · 6 years ago
  23. 1676cb9 Restore ETC1 compressed texture support. by Jim Van Verth · 6 years ago
  24. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  25. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  26. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  27. 2268ad2 Add flag to force purge resources from cache as soon as possible. by Greg Daniel · 6 years ago
  28. 56d19a5 add support for clears to Metal backend by Ethan Nicholas · 6 years ago
  29. bdf12ad Move GrBackend enum to enum class. by Greg Daniel · 6 years ago
  30. 0106351 Metal stencil support by Ethan Nicholas · 6 years ago
  31. a41a74a Revert "In GrVkGpuCommandBuffer when setting bounds to full RT use proxy bounds instead of surface." by Greg Daniel · 6 years ago
  32. 9b7bfd0 In GrVkGpuCommandBuffer when setting bounds to full RT use proxy bounds instead of surface. by Greg Daniel · 6 years ago
  33. 646f637 Add rowBytes to createTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  34. 5b5d84c Cache the command buffer objects by Robert Phillips · 6 years ago
  35. 2d010b6 Remove old sRGB config support from backend render target tool utilities by Brian Osman · 6 years ago
  36. 4e67984 made GrMtlBuffer compatible with iOS by Timothy Liang · 6 years ago
  37. 49528b6 implemented GrMtlBuffer for Metal gpu backend by Timothy Liang · 6 years ago
  38. 70c787a implemented copy surface as draw then blit for metal gpu backend by Timothy Liang · 6 years ago
  39. e30739a implemented copy surface as draw for metal gpu backend by Timothy Liang · 6 years ago
  40. e35055f implemented copy surface as blit for metal gpu backend by Timothy Liang · 6 years ago
  41. a8046af implemented onWritePixels and related tests for metal gpu backend by Timothy Liang · 6 years ago
  42. e70604e created stub for metal gpu command buffer by Timothy Liang · 6 years ago
  43. 760dbc4 Reland "implemented metal gpu backend texture upload testing" by Timothy Liang · 6 years ago
  44. a80a012 Revert "implemented metal gpu backend texture upload testing" by Timothy Liang · 6 years ago
  45. 36848f6 implemented metal gpu backend texture upload testing by Timothy Liang · 6 years ago
  46. ff19c8f implemented uploading intial texture data for metal gpu backend by Timothy Liang · 6 years ago
  47. 58f153d refactored where texture descriptors are made for metal gpu backend by Timothy Liang · 6 years ago
  48. ef21d7e implement onreadpixels for metal gpu backend by Timothy Liang · 6 years ago
  49. e886e80 implemented wrapped backend texture/rendertarget/textureRT for Metal gpu backend by Timothy Liang · 6 years ago
  50. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 6 years ago
  51. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  52. 384fab4 sk_spification of GrGpu creation. by Brian Salomon · 7 years ago
  53. 0fc4d2d Use enum to track MipMapsStatus throughout Texture creation by Greg Daniel · 7 years ago
  54. 834f120 Set correct mip map status on GrTexture since we no longer require all mip data by Greg Daniel · 7 years ago
  55. 4a081e2 Add GrMtlTexture classes by Greg Daniel · 7 years ago
  56. cebcb84 Add caps files for metal by Greg Daniel · 7 years ago
  57. b76a72a Add support for creating a GrContext backed by Metal. by Greg Daniel · 7 years ago
  58. 6b7e0e2 Add arc support to gpu Obj c++ code by Greg Daniel · 7 years ago
  59. e5ddff5 Add basic metal build files for backend by Greg Daniel · 7 years ago