1. 89a644b sed s/drawSimpleText/drawString/ by Hal Canary · 6 years ago
  2. 13486cb more extra semis by Kevin Lubick · 6 years ago
  3. 9191913 use font instead of paint for text by Mike Reed · 6 years ago
  4. 8d2abe9 Manual ANGLE roll to ffda3e2985f18f4ff6e3778af8b9715109b21ad0 by Brian Salomon · 6 years ago
  5. 0c75727 Disable OpenGL for Windows-on-ARM64 by Brian Osman · 6 years ago
  6. e6dfe8e Set mac windows to their current size. by Ben Wagner · 6 years ago
  7. 4eaf862 workaround black screen in viewer on Mac 10.14 by Mike Klein · 6 years ago
  8. 54bfb18 Privately include our version of vulkan header file in all our src files. by Greg Daniel · 6 years ago
  9. 8930575 Call GrContext::performDeferredCleanup from viewer by Chris Dalton · 6 years ago
  10. f7828d0 Better optimize our use of memory barriers in vulkan. by Greg Daniel · 6 years ago
  11. a17a6ab Call XInitThreads in sk_app startup by Brian Salomon · 6 years ago
  12. 7ca284b Set window dimensions with GetClientRect, not GetWindowRect by Brian Osman · 6 years ago
  13. 8a00144 test,tools: whitespace changes for clang-format by Hal Canary · 6 years ago
  14. 2e52460 Add error handling logic to viewer's GLX context creation by Brian Osman · 6 years ago
  15. ea60b95 IWYU: SkUtils.h by Hal Canary · 6 years ago
  16. a191597 Viewer to resize Samples with window resize. by Ben Wagner · 6 years ago
  17. b2c4ea6 Move Views into Sample and Viewer. by Ben Wagner · 6 years ago
  18. 5edcd31 migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  19. f9ecb4e Revert "migrating SkTDArray towards std::vector api" by Mike Reed · 6 years ago
  20. 79884be migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  21. a0651ac Update vulkan features (again) to support extension features. by Greg Daniel · 6 years ago
  22. 234e5a2 Improve touch support for iOS viewer by Jim Van Verth · 6 years ago
  23. c0b03d8 Start adding support for some base extensions which others build on. by Greg Daniel · 6 years ago
  24. a31f4e5 Make sure we check the version number of Vulkan Extensions. by Greg Daniel · 6 years ago
  25. 98bffae Reland "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 6 years ago
  26. d3e65aa Move GrVkInterface out of public API. by Greg Daniel · 6 years ago
  27. c8cd45a Generate GrVkInterface when we make the GrVkGpu. by Greg Daniel · 6 years ago
  28. 37329b3 Reland "Reland "Move Vulkan DebugCallback code into tools."" by Greg Daniel · 6 years ago
  29. f730c18 Reland "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" by Greg Daniel · 6 years ago
  30. 294fe29 Remove some linear-blending sRGB logic from sk_app by Brian Osman · 6 years ago
  31. 007267b Revert "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" by Greg Daniel · 6 years ago
  32. 3148f80 Revert "Reland "Move Vulkan DebugCallback code into tools."" by Greg Daniel · 6 years ago
  33. dc13c21 Revert "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 6 years ago
  34. a782dcb Reland "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 6 years ago
  35. be0ab88 Reland "Move Vulkan DebugCallback code into tools." by Greg Daniel · 6 years ago
  36. 0db3a88 Reland "Make GrVkBackendContext no longer derive from SkRefCnt." by Greg Daniel · 6 years ago
  37. 059a9ab Revert "Make GrVkBackendContext no longer derive from SkRefCnt." by Greg Daniel · 6 years ago
  38. 05d3fe3 Revert "Move Vulkan DebugCallback code into tools." by Greg Daniel · 6 years ago
  39. cb92b26 Revert "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 6 years ago
  40. 45c9dab Let client pass in full extension to GrVkBackendContext. by Greg Daniel · 6 years ago
  41. d4b2ade Move Vulkan DebugCallback code into tools. by Greg Daniel · 6 years ago
  42. 93ae233 Make GrVkBackendContext no longer derive from SkRefCnt. by Greg Daniel · 6 years ago
  43. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  44. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  45. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  46. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  47. 6ddbafc Move vulkan layout helpers from GrVkMemory to GrVkImage. by Greg Daniel · 6 years ago
  48. b918e98 Remove include/gpu/gl from include paths. by Ben Wagner · 6 years ago
  49. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  50. ec54539 Make RenderDoc work automatically with GLX viewer by Brian Salomon · 6 years ago
  51. 37c5403 Add pixel geometry and dft selection to viewer app. by Ben Wagner · 6 years ago
  52. ba375a8 Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS by Robert Phillips · 6 years ago
  53. 032aaae Remove legacy GrContext factories function and supporting code/types. by Brian Salomon · 6 years ago
  54. afdc6b1 Vulkan backend render targets don't allow client to specify stencil bits by Brian Salomon · 7 years ago
  55. c5cf762 Viewer/Amdroid: universal build, resources in APK by Hal Canary · 7 years ago
  56. 8385a8a Revert "Revert "Fixes to alignment issues with regards to mapped vulkan memory."" by Greg Daniel · 7 years ago
  57. 88fdee9 Revert "Fixes to alignment issues with regards to mapped vulkan memory." by Greg Daniel · 7 years ago
  58. 9fb6cf4 Fixes to alignment issues with regards to mapped vulkan memory. by Greg Daniel · 7 years ago
  59. 9ce9507 Fix touch coordinate mapping in Windows by Chris Dalton · 7 years ago
  60. 6848b71 Fix flicker when changing backend on iOS viewer by Brian Osman · 7 years ago
  61. 4013db8 Fix flicker when changing backend on Mac viewer by Brian Osman · 7 years ago
  62. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  63. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  64. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  65. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  66. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
  67. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 7 years ago
  68. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 7 years ago
  69. 8f11d4d eliminate SK_BUILD_FOR_WIN32 by Mike Klein · 7 years ago
  70. 56a2481 Move stats code to new layer (with configurable list of timers) by Brian Osman · 7 years ago
  71. faa095e Update SkSurface MakeFromBackend* factories to take an SkColorType. by Greg Daniel · 7 years ago
  72. 81b8059 Start removing uses of VkFormatToPixelConfig in vulkan backend by Greg Daniel · 7 years ago
  73. 94f509b Rename GrGLAssembleFooInterface to GrGLMakeAssembledFooInterface. by Brian Salomon · 7 years ago
  74. 3d6801e Add GrGLMakeNativeInterface factory that returns sk_sp<const GrGLInterface>. by Brian Salomon · 7 years ago
  75. d67e518 Move ImGui support code to ImGuiLayer by Brian Osman · 7 years ago
  76. 80fc07e Create a Window::Layer interface to reduce sk_app glue code by Brian Osman · 7 years ago
  77. 384fab4 sk_spification of GrGpu creation. by Brian Salomon · 7 years ago
  78. bb4b20a Keep animation running while moving the mouse in viewer (on Windows) by Brian Osman · 7 years ago
  79. d1ec410 Fix ANGLE build with extended clang warnings by Chris Dalton · 7 years ago
  80. 1ef8094 turn on extended Clang warnings on Windows too by Chris Dalton · 7 years ago
  81. fa91627 Move some bits from views to sk_app by Brian Osman · 7 years ago
  82. eff04b5 Remove SampleApp and convert HelloWorld to sk_app by Brian Osman · 7 years ago