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. f4def34 Move dumpJSON behind the SK_ENABLE_DUMP_GPU flag by Kevin Lubick · 6 years ago
  5. cfa3935 Remove debug only clearStencil virtual on GrGpu. by Greg Daniel · 6 years ago
  6. 646f637 Add rowBytes to createTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  7. f723264 Revert "Revert "Reland "Add ability to specify different GP textures for each mesh in a draw.""" by Brian Salomon · 6 years ago
  8. cd7907b Revert "Reland "Add ability to specify different GP textures for each mesh in a draw."" by Brian Salomon · 6 years ago
  9. 2d0a6a1 Reland "Add ability to specify different GP textures for each mesh in a draw." by Brian Salomon · 6 years ago
  10. ca0cdef Add flush_on_framebuffer_change workaround by Adrienne Walker · 6 years ago
  11. ab5fec9 Revert "avoid illegal enum values in GrGLGpu" by Mike Klein · 6 years ago
  12. deeb655 Revert "Add ability to specify different GP textures for each mesh in a draw." by Derek Sollenberger · 6 years ago
  13. 7ca217b avoid illegal enum values in GrGLGpu by Mike Klein · 6 years ago
  14. 5b5d84c Cache the command buffer objects by Robert Phillips · 6 years ago
  15. 2d010b6 Remove old sRGB config support from backend render target tool utilities by Brian Osman · 6 years ago
  16. d1b8a16 Add ability to specify different GP textures for each mesh in a draw. by Brian Salomon · 6 years ago
  17. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  18. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  19. af87483 Move GrGeometryProcessor's textures out of classes and into by Brian Salomon · 6 years ago
  20. dfec99f Move mip map regen from GrGLProgram to GrGLGpu by Brian Salomon · 6 years ago
  21. c8ece3d Don't use glFrontFace by Chris Dalton · 6 years ago
  22. 49d14e9 sksl: Add a "sk_Clockwise" built-in by Chris Dalton · 6 years ago
  23. 662ea4b Remove texel buffer support. by Brian Salomon · 6 years ago
  24. 9aa30c6 Remove sRGB config checks based on color space by Brian Osman · 6 years ago
  25. d818ebf Revert "Some scissor state cleanup." by Brian Salomon · 6 years ago
  26. a219419 Some scissor state cleanup. by Brian Salomon · 6 years ago
  27. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  28. ff168d9 Put GrPrimitiveProcessor/GrGeometryProcessor before GrPipeline in param lists. by Brian Salomon · 6 years ago
  29. 930f939 Ensure that textures exported via SkImage::MakeBackendTextureFromSkImage by Brian Salomon · 6 years ago
  30. 802cb31 Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu. by Brian Salomon · 6 years ago
  31. a694870 Remove origin from GrGpu::readPixels by Brian Salomon · 6 years ago
  32. a9b04b9 Remove origin from GrGpu::writePixels by Brian Salomon · 6 years ago
  33. 0ba9fa0 Remove GrGpu::getWritePixelsInfo by Brian Salomon · 6 years ago
  34. d494f6e Replace GrContextPriv::read/writeSurfacePixels with GrContextPriv::read/WritePixels2 by Brian Salomon · 6 years ago
  35. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  36. 4ee8851 Driver bug workaround: unbind_attachments_on_bound_render_fbo_delete by Adrienne Walker · 6 years ago
  37. 3ed3399 Driver bug workaround: restore_scissor_on_fbo_change by Adrienne Walker · 6 years ago
  38. da40cd2 Add glFlush workaround for instanced draws on Skylake by Chris Dalton · 6 years ago
  39. 032aaae Remove legacy GrContext factories function and supporting code/types. by Brian Salomon · 6 years ago
  40. abf7b76 Add texture-specific flags for External & Rectangle textures by Robert Phillips · 6 years ago
  41. 55fa647 Correctly discard or load RT when doing copies as draws in Vulkan by Greg Daniel · 6 years ago
  42. 52e943a Add testing-only backend render target support to GrVkGpu. by Brian Salomon · 6 years ago
  43. 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 6 years ago
  44. f865b05 Add GM configs that test rendering to a GL backend texture and render target by Brian Salomon · 6 years ago
  45. 26b50a4 Add testing only helper to flush and sync gpu. by Greg Daniel · 6 years ago
  46. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 6 years ago
  47. e64b064 Remove abandon param from GrGpu::deleteTestingOnlyBackendTexture. by Brian Salomon · 6 years ago
  48. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  49. c320b15 Introduce GrColorType by Brian Salomon · 6 years ago
  50. 535ba8d Drop unused support for MSAA sample locations by Chris Dalton · 6 years ago
  51. 9b009bb Prepare sRGB encoding conversion for the removal of GrPixelConfig by Brian Salomon · 6 years ago
  52. 1fabd51 Track dirty rects on GrRenderTargets in native space rather than origin-relative by Brian Salomon · 7 years ago
  53. 5711133 Remove integer texture support by Brian Salomon · 7 years ago
  54. 7f86192 Revert "Drop support for unused MSAA extensions" by Robert Phillips · 7 years ago
  55. 7df2746 Drop support for unused MSAA extensions by Chris Dalton · 7 years ago
  56. 48661b8 Make use of VkSemaphores thread safe assuming use of the same VkQueue. by Greg Daniel · 7 years ago
  57. 17b7c05 Update GrSemaphore to allow it to only be used once for signaling and once for waiting. by Greg Daniel · 7 years ago
  58. e42edcc Add stubbed out GrContext by Robert Phillips · 7 years ago
  59. c25db63 Update SkImage::MakeFromYUVTexturesCopy to GrBackendTexture by Robert Phillips · 7 years ago
  60. d21b2a5 Remove GrBackendObject from tests (except image_from_yuv_textures) by Robert Phillips · 7 years ago
  61. f06c358 Remove instanced rendering by Brian Salomon · 7 years ago
  62. 8ab1cc4 Make GrGLContext be uniquely owned. by Brian Salomon · 7 years ago
  63. 384fab4 sk_spification of GrGpu creation. by Brian Salomon · 7 years ago
  64. 559f556 Remove support for image load/store by Brian Salomon · 7 years ago
  65. 43f8bf0 Move clear-as-draw workaround to GrGLGpu and expose via GrContextOptions. by Brian Salomon · 7 years ago
  66. 177e695 Add flag on GrBackendTexture to say whether texture is mipped or not by Greg Daniel · 7 years ago
  67. 0fc4d2d Use enum to track MipMapsStatus throughout Texture creation by Greg Daniel · 7 years ago
  68. 834f120 Set correct mip map status on GrTexture since we no longer require all mip data by Greg Daniel · 7 years ago
  69. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  70. 9b56024 Unbind xfer buffer in a couple more places by Brian Osman · 7 years ago
  71. fb4a20c Remove kDefault_GrSurfaceOrigin by Robert Phillips · 7 years ago
  72. b0e93a2 Remove origin field from GrSurface (take 2) by Robert Phillips · 7 years ago
  73. 500d58b Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU. by Greg Daniel · 7 years ago
  74. 71a1889 Revert "Revert "GrContext::dump that produces JSON formatted output"" by Brian Osman · 7 years ago
  75. 0f450ac Revert "GrContext::dump that produces JSON formatted output" by Brian Osman · 7 years ago
  76. 175af0d GrContext::dump that produces JSON formatted output by Brian Osman · 7 years ago
  77. 19e51dc Store GrRenderTarget in GrGpuCommandBuffer by Robert Phillips · 7 years ago
  78. 9521447 Add explicit clear of stencil buffer before opLists that use them by Robert Phillips · 7 years ago
  79. 65a88fa Add GrDebugMarkerOp by Robert Phillips · 7 years ago
  80. 5131678 Revert "Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush"""" by Greg Daniel · 7 years ago
  81. cc8eb60 Revert "Revert "Revert "Add support for semaphores to be inserted on GrContext flush""" by Yuqian Li · 7 years ago
  82. 876aed8 Revert "Revert "Add support for semaphores to be inserted on GrContext flush"" by Greg Daniel · 7 years ago
  83. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  84. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  85. 02611d9 Add Make[backend] calls for creating GrContexts by Greg Daniel · 7 years ago
  86. 8724b46 Revert "Add support for semaphores to be inserted on GrContext flush" by Mike Reed · 7 years ago
  87. cd1416e Add support for semaphores to be inserted on GrContext flush by Greg Daniel · 7 years ago
  88. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago
  89. 590533f Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpu by Robert Phillips · 7 years ago
  90. 2e5eaf0 Revert "Revert "Clean up onTransferPixels"" by Jim Van Verth · 7 years ago
  91. ce57552 Revert "Clean up onTransferPixels" by Jim Van Verth · 7 years ago
  92. f7037d0 Clean up onTransferPixels by Jim Van Verth · 7 years ago
  93. a5cb781 Revert "Revert "Add API for flushing surfaces with gpu semaphores"" by Greg Daniel · 7 years ago
  94. 7292231 Revert "Add API for flushing surfaces with gpu semaphores" by Greg Daniel · 7 years ago
  95. 66366c6 Add API for flushing surfaces with gpu semaphores by Greg Daniel · 7 years ago
  96. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  97. af971de Add flush before drawing lines workaround for Adreno 3xx by Brian Salomon · 7 years ago
  98. 46983b7 Introduce dynamic pipeline state by Chris Dalton · 7 years ago
  99. 31550db Revert "Revert "Workaround Adreno driver issue with stencil clears."" by Mike Klein · 7 years ago
  100. 8b06ed7 Revert "Workaround Adreno driver issue with stencil clears." by Mike Klein · 7 years ago