1. 56d19a5 add support for clears to Metal backend by Ethan Nicholas · 6 years ago
  2. a41a74a Revert "In GrVkGpuCommandBuffer when setting bounds to full RT use proxy bounds instead of surface." by Greg Daniel · 6 years ago
  3. 9b7bfd0 In GrVkGpuCommandBuffer when setting bounds to full RT use proxy bounds instead of surface. by Greg Daniel · 6 years ago
  4. cfa3935 Remove debug only clearStencil virtual on GrGpu. by Greg Daniel · 6 years ago
  5. 646f637 Add rowBytes to createTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  6. 5b5d84c Cache the command buffer objects by Robert Phillips · 6 years ago
  7. 2d010b6 Remove old sRGB config support from backend render target tool utilities by Brian Osman · 6 years ago
  8. 930f939 Ensure that textures exported via SkImage::MakeBackendTextureFromSkImage by Brian Salomon · 6 years ago
  9. a694870 Remove origin from GrGpu::readPixels by Brian Salomon · 6 years ago
  10. a9b04b9 Remove origin from GrGpu::writePixels by Brian Salomon · 6 years ago
  11. 0ba9fa0 Remove GrGpu::getWritePixelsInfo by Brian Salomon · 6 years ago
  12. d494f6e Replace GrContextPriv::read/writeSurfacePixels with GrContextPriv::read/WritePixels2 by Brian Salomon · 6 years ago
  13. 91ab155 Always call endFlush on opLists that might survive a flush by Chris Dalton · 6 years ago
  14. 032aaae Remove legacy GrContext factories function and supporting code/types. by Brian Salomon · 6 years ago
  15. 55fa647 Correctly discard or load RT when doing copies as draws in Vulkan by Greg Daniel · 6 years ago
  16. 52e943a Add testing-only backend render target support to GrVkGpu. by Brian Salomon · 6 years ago
  17. 0c51eea Add GrMockRenderTarget and mock backend render targets by Brian Salomon · 6 years ago
  18. 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 6 years ago
  19. f865b05 Add GM configs that test rendering to a GL backend texture and render target by Brian Salomon · 6 years ago
  20. 4684f82 Add ability to uninstantiate lazy proxies after every flush. by Greg Daniel · 6 years ago
  21. 26b50a4 Add testing only helper to flush and sync gpu. by Greg Daniel · 6 years ago
  22. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 6 years ago
  23. e64b064 Remove abandon param from GrGpu::deleteTestingOnlyBackendTexture. by Brian Salomon · 6 years ago
  24. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  25. c320b15 Introduce GrColorType by Brian Salomon · 6 years ago
  26. 535ba8d Drop unused support for MSAA sample locations by Chris Dalton · 6 years ago
  27. 9b009bb Prepare sRGB encoding conversion for the removal of GrPixelConfig by Brian Salomon · 6 years ago
  28. 1fabd51 Track dirty rects on GrRenderTargets in native space rather than origin-relative by Brian Salomon · 7 years ago
  29. 7f86192 Revert "Drop support for unused MSAA extensions" by Robert Phillips · 7 years ago
  30. 7df2746 Drop support for unused MSAA extensions by Chris Dalton · 7 years ago
  31. 48661b8 Make use of VkSemaphores thread safe assuming use of the same VkQueue. by Greg Daniel · 7 years ago
  32. 17b7c05 Update GrSemaphore to allow it to only be used once for signaling and once for waiting. by Greg Daniel · 7 years ago
  33. c25db63 Update SkImage::MakeFromYUVTexturesCopy to GrBackendTexture by Robert Phillips · 7 years ago
  34. d21b2a5 Remove GrBackendObject from tests (except image_from_yuv_textures) by Robert Phillips · 7 years ago
  35. f06c358 Remove instanced rendering by Brian Salomon · 7 years ago
  36. 384fab4 sk_spification of GrGpu creation. by Brian Salomon · 7 years ago
  37. 177e695 Add flag on GrBackendTexture to say whether texture is mipped or not by Greg Daniel · 7 years ago
  38. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  39. 500d58b Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU. by Greg Daniel · 7 years ago
  40. 9521447 Add explicit clear of stencil buffer before opLists that use them by Robert Phillips · 7 years ago
  41. 5131678 Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush"""" by Greg Daniel · 7 years ago
  42. cc8eb60 Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush""" by Yuqian Li · 7 years ago
  43. 876aed8 Revert "Revert "Add support for semaphores to be inserted on GrContext flush"" by Greg Daniel · 7 years ago
  44. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  45. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  46. 2890fbf Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget) by Robert Phillips · 7 years ago
  47. 02611d9 Add Make[backend] calls for creating GrContexts by Greg Daniel · 7 years ago
  48. 8724b46 Revert "Add support for semaphores to be inserted on GrContext flush" by Mike Reed · 7 years ago
  49. cd1416e Add support for semaphores to be inserted on GrContext flush by Greg Daniel · 7 years ago
  50. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago
  51. 590533f Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpu by Robert Phillips · 7 years ago
  52. 8fe2427 Add mock config to tools and run through gms and benchs without crashing. by Brian Salomon · 7 years ago
  53. cfe910d Revert "Revert "Make mock GrContext unit testable."" by Brian Salomon · 7 years ago
  54. c867a89 Revert "Make mock GrContext unit testable." by Brian Salomon · 7 years ago
  55. 993e7e2 Make mock GrContext unit testable. by Brian Salomon · 7 years ago
  56. 466c7d6 header cleanup by Hal Canary · 7 years ago
  57. 91a3e52 Move mock gpu and caps, add Gr prefix, and create via GrContext::Create by Brian Salomon · 7 years ago