1. 8426165 Reland "Add new GrSurfaceInfo class and related backend structs." by Greg Daniel · 3 years ago
  2. 2f7ee02 Revert "Add new GrSurfaceInfo class and related backend structs." by Jim Van Verth · 3 years ago
  3. 6aac119 Add new GrSurfaceInfo class and related backend structs. by Greg Daniel · 3 years ago
  4. ecc5555 Only terminate egl display once by Michael Ludwig · 3 years ago
  5. 46d7bd5 Move more Ops to skgpu::v1 namespace (take 2) by Robert Phillips · 3 years ago
  6. 5fe828a Revert "Move more Ops to skgpu::v1 namespace" by Robert Phillips · 3 years ago
  7. f3158ab Move more Ops to skgpu::v1 namespace by Robert Phillips · 3 years ago
  8. 31f7631 Move GrAtlasTextOp to skgpu::v1 namespace by Robert Phillips · 3 years ago
  9. 2145390 Move GrTextureOp to skgpu::v1 namespace by Robert Phillips · 3 years ago
  10. 2a26c50 Store the correct number of samples in GrProgramInfo by Chris Dalton · 3 years ago
  11. 13c9f66 Fix additional cases of variable shadowing. by John Stiles · 3 years ago
  12. 06273bc Prepare headers for making all ops V1-only by Robert Phillips · 3 years ago
  13. f4e176b Update Skia's internal vulkan headers to 1.2. by Greg Daniel · 3 years ago
  14. 4895946 Move ProgramImpl definitions into Processor subclass headers. by Brian Salomon · 3 years ago
  15. bab2d11 Improve consistency of GP::ProgramImpl subclasses by Brian Salomon · 3 years ago
  16. 53eaa64 Rename GrSurfaceContext -> skgpu::SurfaceContext by Robert Phillips · 3 years ago
  17. f95940b Rename GrGLSLGeometryProcessor to GrGeometryProcessor::ProgramImpl by Brian Salomon · 3 years ago
  18. 13b2873 Remove GLSL from name of functions that builds GrProcessor keys. by Brian Salomon · 3 years, 1 month ago
  19. a3f996c Fix skia_use_gl = false build by Ben Wagner · 3 years, 1 month ago
  20. caa760e Fix -Wdeprecated-copy warnings by Brian Salomon · 3 years, 1 month ago
  21. 33bf2b5 Pipe all SDC creation through the recording context by Robert Phillips · 3 years, 1 month ago
  22. 4dca831 Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years, 1 month ago
  23. cc6e50f Prevent CircleOp from being tested with MSAA by Robert Phillips · 3 years, 1 month ago
  24. 8854829 Reland "Prefer the NV_framebuffer_blit extension over ANGLE" by Chris Dalton · 3 years, 1 month ago
  25. e3f2a63 Revert "Prefer the NV_framebuffer_blit extension over ANGLE" by Chris Dalton · 3 years, 1 month ago
  26. 202ce88 Prefer the NV_framebuffer_blit extension over ANGLE by Chris Dalton · 3 years, 1 month ago
  27. 6aaf00f Add a "usesMSAASurface" arg to GrMeshDrawOp::onCreateProgramInfo by Chris Dalton · 3 years, 1 month ago
  28. 72354b0 Move more gms and tests into the V1-only pile by Robert Phillips · 3 years, 2 months ago
  29. 7cef678 Change architecture #defines to be SK_GPU_V1 and SK_GPU_V2 by Robert Phillips · 3 years, 2 months ago
  30. 661abd0 Reland "Use GL_ANGLE_instanced_arrays" by Chris Dalton · 3 years, 2 months ago
  31. e0f4de6 Add a cmdbuffer_es3 config by Chris Dalton · 3 years, 2 months ago
  32. 0407283 Revert "Use GL_ANGLE_instanced_arrays" by Chris Dalton · 3 years, 2 months ago
  33. 76b80ec Use GL_ANGLE_instanced_arrays by Chris Dalton · 3 years, 2 months ago
  34. 095185d Ignore another vk extension implemented by nvidia but not in validation layers yet. by Greg Daniel · 3 years, 2 months ago
  35. 685e09b Reland "Purge ccpr" by Chris Dalton · 3 years, 2 months ago
  36. 2421b99 Remove spurious semicolons (should fix Chrome roll) by Brian Osman · 3 years, 2 months ago
  37. fe83ab6 Revert "Purge ccpr" by Brian Osman · 3 years, 2 months ago
  38. 7bf6bc0 Purge ccpr by Chris Dalton · 3 years, 2 months ago
  39. 7114395 Switch GrMeshDrawOp::Target to be the stand alone GrMeshDrawTarget class by Robert Phillips · 3 years, 2 months ago
  40. 294723d Move GrOp::VisitProxyFunc to GrTypesPriv.h GrVisitProxyFunc by Robert Phillips · 3 years, 2 months ago
  41. e8502cc Add another new nvidia vk extension not covered by layers. by Greg Daniel · 3 years, 2 months ago
  42. 3674f58 Make GrPathRenderer and all derived class be OGA-only by Robert Phillips · 3 years, 2 months ago
  43. 785ecad Disable VK_NV_acquire_winrt_display in our apps by Michael Ludwig · 3 years, 3 months ago
  44. 52cb1d0 Rename GrXferProcessor::DstProxyView to GrDstProxyView. by John Stiles · 3 years, 3 months ago
  45. 7db0e2f Remove wrapping of GL sync objects around EGL syncs in EGL test contexts by Brian Salomon · 3 years, 3 months ago
  46. e60d268 When faking GLsync with EGL insert eglSwapBuffers by Brian Salomon · 3 years, 3 months ago
  47. aaccd85 Revert "When faking GLsync with EGL insert eglSwapBuffers" by Brian Salomon · 3 years, 3 months ago
  48. 3af709f When faking GLsync with EGL insert eglSwapBuffers by Brian Salomon · 3 years, 3 months ago
  49. 5cc24c0 YUVUtils function for splitting image into yuva planes. by Brian Salomon · 3 years, 3 months ago
  50. 96263aa Reuse GL enums for ANGLE vendor/renderer by Brian Salomon · 3 years, 4 months ago
  51. 1989342 Consolidate gathering of info from GL strings. by Brian Salomon · 3 years, 4 months ago
  52. 57ab06c Delete mixed samples by Chris Dalton · 3 years, 4 months ago
  53. 0b1228d put an arena on GrRenderTargetProxy by Herb Derby · 3 years, 5 months ago
  54. 5a32828 No VS specialization for identity or scale/trans in reduced shader mode by Brian Salomon · 3 years, 4 months ago
  55. f2c2d30 Migrate PersistentCacheUtils logic into a cpp file. by John Stiles · 3 years, 5 months ago
  56. 91216d5 Add "reduced shader" testing mode. by Brian Salomon · 3 years, 5 months ago
  57. 27ce7df Revert "put an arena on GrSurfaceDrawContext" by Herb Derby · 3 years, 5 months ago
  58. 5a2de5e put an arena on GrSurfaceDrawContext by Herb Derby · 3 years, 5 months ago
  59. 5392c94 GrConvertPixels takes pixmaps by Brian Salomon · 3 years, 5 months ago
  60. 84fd1c2 Clean up remaining NVPR bits & bobs by Robert Phillips · 3 years, 5 months ago
  61. f10535f Fuse GrGLSLPrimitiveProcessor and GrGLSLGeometryProcessor ... by Robert Phillips · 3 years, 5 months ago
  62. 787fd9d Fuse GrPrimitiveProcessor & GrGeometryProcessor into a new GrGeometryProcessor by Robert Phillips · 3 years, 5 months ago
  63. 43e3dc9 Remove NVPR entry points from Skia's GL interface by Robert Phillips · 3 years, 5 months ago
  64. 31798c2 Remove NVPR by Robert Phillips · 3 years, 5 months ago
  65. 7d592cd Delete all low-level rendering from ccpr by Chris Dalton · 3 years, 5 months ago
  66. 03730e6 Delete path caching and path rendering from ccpr by Chris Dalton · 3 years, 5 months ago
  67. edff467 Add a DirectContextID to GrDirectContexts by Robert Phillips · 3 years, 5 months ago
  68. 4d7ac49 Declare outputColor and outputCoverage inside emitCode. by John Stiles · 3 years, 6 months ago
  69. 9e1ef99 fm: Make --writeShaders dump fragment, vertex, and key files by Brian Osman · 3 years, 6 months ago
  70. f0de96f Reland "Redesign program key construction" by Brian Osman · 3 years, 6 months ago
  71. acf2650 Revert "Redesign program key construction" by Brian Osman · 3 years, 6 months ago
  72. bbbf1a7 Redesign program key construction by Brian Osman · 3 years, 6 months ago
  73. e666254 Remove SkImage_Base::peekProxy. by Brian Salomon · 3 years, 6 months ago
  74. 2db4ba1 Reland "Remove ARC from tools lib." by Jim Van Verth · 3 years, 6 months ago
  75. e8a1c01 Revert "Remove ARC from tools lib." by Jim Van Verth · 3 years, 6 months ago
  76. 4c4c80f Remove ARC from tools lib. by Jim Van Verth · 3 years, 6 months ago
  77. bacbb92 Revert "Revert "Reland "asyncRescaleAndRead supports unpremul results on GPU""" by Brian Salomon · 3 years, 7 months ago
  78. 9679612 Reland "Test all YUVA image factories with different encoded origins." by Brian Salomon · 3 years, 7 months ago
  79. 7f296c4 Revert "Reland "asyncRescaleAndRead supports unpremul results on GPU"" by Brian Salomon · 3 years, 7 months ago
  80. 0d7de6b Reland "asyncRescaleAndRead supports unpremul results on GPU" by Brian Salomon · 3 years, 7 months ago
  81. 0c0b5a6 Remove SkYUVASizeInfo, make SkYUVAIndex a private part of SkYUVAInfo by Brian Salomon · 3 years, 7 months ago
  82. 7ae4444 Fix gl vertex array object functions. by Greg Daniel · 3 years, 8 months ago
  83. dd4087d GrSurfaceContext::read/writePixels takes GrPixmap by Brian Salomon · 3 years, 8 months ago
  84. ac9f0c9 Bitmap.asImage() by Mike Reed · 3 years, 8 months ago
  85. 1aa1f5f whole-word replace renderTargetContext with surfaceDrawContext by Brian Salomon · 3 years, 8 months ago
  86. eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 3 years, 9 months ago
  87. 8670c98 Remove SkImage::MakeFromYUVATexturesCopyToExternal by Brian Salomon · 3 years, 9 months ago
  88. b87975c Use the ManagedBackendTexture helper in fiddle_main by Robert Phillips · 3 years, 9 months ago
  89. 14f99fc Make GrSurfaceContext take GrColorInfo rather than its components. by Brian Salomon · 3 years, 9 months ago
  90. b5f880a Take origin when creating/updating backend texture using pixmaps. by Brian Salomon · 3 years, 9 months ago
  91. 70fe17e Remove GrRenderTargetContextPriv and GrSurfaceContextPriv by Brian Salomon · 3 years, 9 months ago
  92. 42dbca5 Pass in the color load op to GrProgramInfo. by Greg Daniel · 3 years, 9 months ago
  93. e2296f7 Pass the writeView as a const-ref instead of a pointer … by Adlai Holler · 3 years, 9 months ago
  94. 351c9b5 Switch to using GrMtlBackendContext for GrDirectContext creation. by Jim Van Verth · 3 years, 9 months ago
  95. 88d7e62 Make ManagedBackendTexture fail on invalid GrBackendTexture by Brian Salomon · 3 years, 10 months ago
  96. 694ff17 Revert "Revert changes to unbreak bots." by Brian Salomon · 3 years, 10 months ago
  97. 49721c8 Revert changes to unbreak bots. by Brian Salomon · 3 years, 10 months ago
  98. b2c4214 GrRefCntedCallback has Make function. by Brian Salomon · 3 years, 10 months ago
  99. f01a9d9 Add SkImage::MakeFromYUVATexturesCopyToExternal by Brian Salomon · 3 years, 10 months ago
  100. c76d409 add API for Op creation by Herb Derby · 3 years, 11 months ago