1. 2dd9693 GN builds viewer on Linux, too by Brian Osman · 8 years ago
  2. 16adfa3 Viewer builds (for Windows) with GN by Brian Osman · 8 years ago
  3. 777b563 Remove many uses of kSkia8888 and kSkiaGamma8888 by Brian Osman · 8 years ago
  4. 285db44 Add support for Atrace and hook into SkEventTracer framework. by Greg Daniel · 8 years ago
  5. e897b97 Fix Vulkan orientation during screne rotations by Greg Daniel · 8 years ago
  6. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  7. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  8. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  9. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  10. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  11. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  12. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  13. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  14. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  15. 804af7d Revert of Fix bufferIndex check in VulkanWindowContext (patchset #1 id:1 of https://codereview.chromium.org/2363353003/ ) by egdaniel · 8 years ago
  16. e6bd20e Fix bufferIndex check in VulkanWindowContext by egdaniel · 8 years ago
  17. 9d54afc Support use of non-coherent memory allocations in Vulkan. by jvanverth · 8 years ago
  18. f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
  19. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
  20. d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
  21. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  22. 580fa59 In VulkanWindowContext add check to see if ganesh changed the layout of the image. by egdaniel · 8 years ago
  23. 1c9f55b Do not spam the debugging information by liyuqian · 8 years ago
  24. 23d2458 Fix touch event parameter order by liyuqian · 8 years ago
  25. f5fe4b5 Fix crash in viewer on certain android devices by egdaniel · 8 years ago
  26. 8c67ebe Clean up Xlib viewer by jvanverth · 8 years ago
  27. a489e3f Add RasterWindowContext_mac by jvanverth · 8 years ago
  28. 1ba1d37 Get Mac viewer working with SDL by jvanverth · 8 years ago
  29. 50ce1f2 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  30. 39979d8 Revert of Add color space xform support to SkJpegCodec (includes F16!) (patchset #9 id:260001 of https://codereview.chromium.org/2174493002/ ) by msarett · 8 years ago
  31. 73d5533 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  32. 4484d6a Remove unused render target members from GL and VK sk_app::WindowContext classes by bsalomon · 8 years ago
  33. 1c58696 Remove unused sk_app::WindowContext::presentRenderSurface by bsalomon · 8 years ago
  34. b8794cc Enable backend switching for Windows Viewer by jvanverth · 8 years ago
  35. ccde4ab SW backend for viewer on Windows by bsalomon · 8 years ago
  36. 6c471f7 Add sw support to viewer on Linux. by bsalomon · 8 years ago
  37. d1bdd1f Use Windowing system-specific WindowContext factories. by bsalomon · 8 years ago
  38. 3a0dbde Remove SkSurfaceProps gamma-correctness flag entirely. by brianosman · 8 years ago
  39. eeb4c38 Don't unnecessarily resize windows in sk_app on X by bsalomon · 8 years ago
  40. 530c844 Remove unnecessary getColorSpace() API from SkCodec by msarett · 8 years ago
  41. a3f3cac Stub in Mac viewer code. by jvanverth · 8 years ago
  42. c7b4b28 Make sk_app::WindowContext directly create a SkSurface without an intermediate GrRenderTarget by bsalomon · 8 years ago
  43. 9ce3a54 Add capability for SkColorXform to output half floats by msarett · 8 years ago
  44. e1d2007 Respect --match for samples and jpgs in viewer by brianosman · 8 years ago
  45. 2edb0f4 More accurate render time and continuous fresh by liyuqian · 8 years ago
  46. 7ec9241 Add resource tracking output and command buffer recycling by jvanverth · 8 years ago
  47. 063ece7 Enable viewer in non-Vulkan builds by jvanverth · 8 years ago
  48. ed330c8 Quickly fix the Compile Problem of Unused kkImageColorXformMetaData by liyuqian · 8 years ago
  49. 74959a1 Use Offscreen Surface for Split Screen by liyuqian · 8 years ago
  50. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  51. 344c983 Fix Vulkan build after API change by msarett · 8 years ago
  52. ab82418 Revert of Lots of progress switching to SkColorSpace rather than SkColorProfileType (patchset #10 id:180001 of https://codereview.chromium.org/2069173002/ ) by brianosman · 8 years ago
  53. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  54. c7027ab Add samples to Viewer. by jvanverth · 8 years ago
  55. 963632f Revert of Enable viewer in non-Vulkan builds (patchset #2 id:20001 of https://codereview.chromium.org/2067023002/ ) by egdaniel · 8 years ago
  56. 746b792 Enable viewer in non-Vulkan builds by jvanverth · 8 years ago
  57. d76fcda If we fail to create a window surface with sRGB, try again without. by brianosman · 8 years ago
  58. 401cf48 Quickly fix 0f to 0.0f TBR=egdaniel@google.com by liyuqian · 8 years ago
  59. 6b6ffc4 Create free list heap for suballocation by jvanverth · 8 years ago
  60. d06693d Quickly fix the double to SkScalar issue by liyuqian · 8 years ago
  61. 6f163d2 Display JPGs in Viewer with Split Screen and ColorSpaceXform by liyuqian · 8 years ago
  62. f533f11 Revert of Add samples to Viewer. (patchset #4 id:60001 of https://codereview.chromium.org/2056343004/ ) by egdaniel · 8 years ago
  63. 76963e7 Add samples to Viewer. by jvanverth · 8 years ago
  64. 25d57db Request an sRGB FBO0 on Android. Fixes sRGB GL mode. by brianosman · 8 years ago
  65. 9207cae Cleanup VulkanWindowContext for use on Android by djsollen · 8 years ago
  66. 7e73108 Cleanup needed to use WindowContext for Android by djsollen · 8 years ago
  67. 71491dc Support resize in Android Viewer App by liyuqian · 8 years ago
  68. 2a437e6 Provide filter when there are many options by liyuqian · 8 years ago
  69. d94ad58 Implement Raster Backend on Android Viewer App by liyuqian · 8 years ago
  70. 1f508fd Show FPS in UI state by liyuqian · 8 years ago
  71. 814e38d Use intptr_t for onTouch argument. by jvanverth · 8 years ago
  72. 38d1adf Allow animation in Android viewer by liyuqian · 8 years ago
  73. b73c24b Add Softkey UIState to Viewer by liyuqian · 8 years ago
  74. 6cb7025 Implement OpenGL backend in Android viewer app by liyuqian · 8 years ago
  75. 1e305ba Add offset to memory allocations by jvanverth · 8 years ago
  76. 99eb6e2 Add missing files for GL unix viewer. by jvanverth · 8 years ago
  77. e5a6cd9 Now we can use drawer to view the state information of the native app, and set its state using the spinner. by liyuqian · 8 years ago
  78. 85f758c Add OpenGL support to Linux viewer by jvanverth · 8 years ago
  79. 9ad0949 Revert of Add drawer with state information (patchset #8 id:140001 of https://codereview.chromium.org/2004633002/ ) by kjlubick · 8 years ago
  80. 0248bfd Revert of Add OpenGL support to Linux viewer (patchset #5 id:80001 of https://codereview.chromium.org/2011473003/ ) by kjlubick · 8 years ago
  81. 10b3815 Add OpenGL support to Linux viewer by jvanverth · 8 years ago
  82. 4e4e308 Now we can use drawer to view the state information of the native app, and set its state using the spinner. by liyuqian · 8 years ago
  83. 1d15596 Add Xlib support to viewer by jvanverth · 8 years ago
  84. 566c8e4 Move inval dedup to Window for wider usages. by liyuqian · 8 years ago
  85. 17b4a10 Save comparisons for release. by liyuqian · 8 years ago
  86. beb1c67 Use SkASSERTResult to avoid unused local variables by liyuqian · 8 years ago
  87. e46e4f0 Correct gesture scale and translation by liyuqian · 8 years ago
  88. af236b5 Add OpenGL context to Viewer. by jvanverth · 8 years ago
  89. 2884e9c Revert of Add OpenGL context to Viewer. (patchset #7 id:120001 of https://codereview.chromium.org/1978573003/ ) by jvanverth · 8 years ago
  90. d3cdbca Implement touch control by liyuqian · 8 years ago
  91. 56a11e4 Add OpenGL context to Viewer. by jvanverth · 8 years ago
  92. b2df0c2 Refactor Vulkan image, texture, RTs so that create and getter handles match. by egdaniel · 8 years ago
  93. 36632f4 Change Android activity title from JNI call by liyuqian · 8 years ago
  94. 40d21de Use swipe gesture to switch between slides on Android by liyuqian · 8 years ago
  95. 622c8d5 Add flexible keybinding/command system to sk_app. by brianosman · 8 years ago
  96. 3622a17 Set level count for wrapped backbuffer by jvanverth · 8 years ago
  97. 796c5bb Initial commit of our new Android app to demo Skia. by liyuqian · 8 years ago
  98. 05de216 Add sRGB mode toggle to Viewer. by brianosman · 8 years ago
  99. a8d0d6c More refactoring for Viewer by jvanverth · 8 years ago
  100. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago