1. df07ddd Revert "Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h" by Greg Daniel · 7 years ago
  2. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  3. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  4. 9440345 Add backend safe classes for passing in external texture and render targets into gpu by Greg Daniel · 7 years ago
  5. edbb7d8 Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h by Greg Daniel · 7 years ago
  6. 73e597d keep integral rectangle intersections integral by Cary Clark · 7 years ago
  7. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  8. 12e946b deprecate odd variants of SkCanvas::readPixels by Mike Reed · 7 years ago
  9. d64756e tools/check-headers-self-sufficient: optionally test one file at a time by Hal Canary · 7 years ago
  10. 1335a05 remove dead code around replayClips by Mike Reed · 7 years ago
  11. 59163ba Access EGL_KHR_fence_sync via eglGetProcAddress by Chris Dalton · 7 years ago
  12. 5a8da16 tidy up ok help by Mike Klein · 7 years ago
  13. a90aa2b consolidate read/writePixels in GrSurfaceContext by Robert Phillips · 7 years ago
  14. bf25d43 Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2) by Robert Phillips · 7 years ago
  15. 9a121cc Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy" by Robert Phillips · 7 years ago
  16. d7cda9a Make GrCopySurfaceOp friendlier to GrSurfaceProxy by Robert Phillips · 7 years ago
  17. 93b1b4f add guard for obsolete (non-functioning) replayClips by Mike Reed · 7 years ago
  18. e14bd80 Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp by Brian Salomon · 7 years ago
  19. 7448088 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  20. 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 7 years ago
  21. 887cdf1 move vertex-mode enum into SkVertices by Mike Reed · 7 years ago
  22. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  23. b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 7 years ago
  24. 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 7 years ago
  25. ec61785 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Mike Klein · 7 years ago
  26. d58f040 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  27. 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 7 years ago
  28. f7a7261 Add tracking of unique proxyID beside unique renderTargetID in auditTrail and clearOp by Robert Phillips · 7 years ago
  29. 2e491a6 clean up (partially) colortable api by Mike Reed · 7 years ago
  30. 84eef51 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Brian Salomon · 7 years ago
  31. e15a7b5 ok, most features can be vias by Mike Klein · 7 years ago
  32. e0ff6ab Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 7 years ago
  33. 200f6da ok, unify failure and crash logging by Mike Klein · 7 years ago
  34. 4a77cf8 ok, plumb in GrContextFactory by Mike Klein · 7 years ago
  35. 6105e4b ok, make tests really work by Mike Klein · 7 years ago
  36. d63442d ok: add basic unit test support by Mike Klein · 7 years ago
  37. b338484 quiet some annoying logging in unit tests by Mike Klein · 7 years ago
  38. 88f9c1e ok: alias 565 -> sw:ct=565 by Mike Klein · 7 years ago
  39. 59eed0d ok: handle concurrent crashes better by Mike Klein · 7 years ago
  40. 0222e70 ok: refactor Src/Dst interactions by Mike Klein · 7 years ago
  41. f5d1a55 ok: basic Vias by Mike Klein · 7 years ago
  42. 7ac0483 Spin off non-core parts of ok into their own files. by Mike Klein · 7 years ago
  43. 51fe971 ok: introduce the idea of Dsts by Mike Klein · 7 years ago
  44. f388093 Delete SkColorSpace::ColorSpaceFlags by Matt Sarett · 7 years ago
  45. 528ca9b Run angle in 8 sample msaa on desktop by Brian Salomon · 7 years ago
  46. adf7b33 ok: fix an assert from unbalanced save/restores by Mike Klein · 7 years ago
  47. 61e9902 ok: basic crash handling and stack trace dumps by Mike Klein · 7 years ago
  48. 9827256c Improve TaskEngine::wait_one(). by Mike Klein · 7 years ago
  49. 06432b2 ok by Mike Klein · 7 years ago
  50. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  51. 271d495 check-headers-self-sufficient: update by Hal Canary · 8 years ago
  52. dcf0ab0 Switch 16 sample gpu configs to 8 samples BUG=skia: by Brian Salomon · 7 years ago
  53. 1a3c4b8 Eager or Lazy evaluation of sub-drawings for SkDeferredCanvas. by Herb Derby · 7 years ago
  54. 1c1c740 GetResourceAsData to use SkData::MakeFromFileName directly. by Ben Wagner · 7 years ago
  55. 6405e71 Remove gpu configs that don't have explicit API. by Brian Salomon · 7 years ago
  56. 50f66d8 Be explicit on test and perf bots about GL vs GLES by Brian Salomon · 7 years ago
  57. b2082af Detect RenderDoc in Windows viewer and make a core profile by Brian Osman · 7 years ago
  58. fed9cfd remove legacy virtual for vertices, only support object form by Mike Reed · 7 years ago
  59. e88a1cb Revert[2] "More SkVertices implementation work"" by Mike Reed · 7 years ago
  60. 1eb3fef Revert "More SkVertices implementation work" by Mike Reed · 7 years ago
  61. 14583e1 More SkVertices implementation work by Mike Reed · 7 years ago
  62. 8301046 Rename GrAADistanceFieldPathRenderer to GrSmallPathRenderer by Jim Van Verth · 7 years ago
  63. 0b83319 SkDynamicMemoryWStream::detachAsStream() returns unique_ptr by Hal Canary · 7 years ago
  64. e0d4fba Viewer's nonlinear blend mode uses SkColorSpaceXformCanvas by Brian Osman · 7 years ago
  65. 4d1955c Fix SkFILEStream. by Ben Wagner · 7 years ago
  66. 0b791f5 Remove ownership aruments from render target wrap functions by Brian Osman · 7 years ago
  67. b726d58 Partially defer SkImage_Gpu by Robert Phillips · 7 years ago
  68. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 7 years ago
  69. 28b1252 Added MSAA selection to viewer GUI by Brian Osman · 7 years ago
  70. 8310f0e Revert "remove SkClipVisitor" by Mike Reed · 7 years ago
  71. 4749b8c Maintain window position and size when re-created by Brian Osman · 7 years ago
  72. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 7 years ago
  73. 41eac79 Add instanced rendering command line flag to viewer. by Brian Salomon · 7 years ago
  74. 91b961d remove SkClipVisitor by Mike Reed · 7 years ago
  75. c013892 Add a unique ID to GrOpLists and return it from GrRenderTargetContext::addDrawOp by Robert Phillips · 7 years ago
  76. 837fcb6 Use glXCreateContextAttribsARB in viewer to make it easier to attach RenderDoc. by Brian Salomon · 7 years ago
  77. 99a3390 Add viewer GUI options for desktop and Android to toggle instanced rendering. by Brian Salomon · 7 years ago
  78. a136136 Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""""" by Mike Reed · 7 years ago
  79. 467921e Move GrDrawOp pipeline/clip processing to GrRenderTargetContext by Brian Salomon · 7 years ago
  80. 9200480 Add legacy++ to viewer (sRGB w/nonlinear blending) by Brian Osman · 7 years ago
  81. 42c456f Remove PLS path renderer by Brian Salomon · 7 years ago
  82. 27d07f0 Revert "Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""""" by Mike Reed · 7 years ago
  83. 025e244 Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""" by Mike Reed · 7 years ago
  84. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  85. baf06bc Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""" by Cary Clark · 7 years ago
  86. cfaa632 Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."" by Mike Reed · 7 years ago
  87. ea5e676 Revert "Remove SkDraw from device-draw methods, and enable device-centric clipping." by Mike Reed · 7 years ago
  88. c77e33f Remove SkDraw from device-draw methods, and enable device-centric clipping. by Mike Reed · 7 years ago
  89. d222830 Test sRGB with non-linear blending using new "srgbnl" sink by Matt Sarett · 7 years ago
  90. 6be3523 Add support for Semaphores (gpu waiting on gpu) in Ganesh by Greg Daniel · 8 years ago
  91. 8a9de3d Add path renderer options to viewer GUI by Brian Osman · 8 years ago
  92. 7b98dc2 Set window dimensions in raster on Unix by Brian Osman · 8 years ago
  93. 367eae2 Initialize XImage struct fully by Brian Osman · 8 years ago
  94. 32f2818 Clean up/remove unused GrFragmentProcessor-derived ctors by Robert Phillips · 8 years ago
  95. dac5f6b Fix -Wshadow-field warnings by Brian Salomon · 8 years ago
  96. 621491e Add backend selection to viewer's GUI by Brian Osman · 8 years ago
  97. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  98. 585dba8 Fix crash switching to Vulkan in viewer on Windows by Brian Osman · 8 years ago
  99. 61cd31a viewer: Add a "Path renderer" dropdown menu by csmartdalton · 8 years ago
  100. 578f064 Add msaa flag and UI to viewer by csmartdalton · 8 years ago