1. 1e04b36 Reland: Check for ANGLE's implementation of texture_rectangle by Weiliang Chen · 6 years ago
  2. 9ec70c6 Remove SkSafeSetNull. by Ben Wagner · 6 years ago
  3. f666cbc remove debug gl interface, grcontextfactory context type, and config. by Brian Salomon · 6 years ago
  4. 97c6a0e Remove interal use of SkRefCnt_SafeAssign. by Ben Wagner · 6 years ago
  5. 752e08b Fix abandonment of programs by Robert Phillips · 6 years ago
  6. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  7. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  8. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  9. 35b40ce Revert "Check for ANGLE's implementation of texture_rectangle" by Ravi Mistry · 6 years ago
  10. 00f8866 Check for ANGLE's implementation of texture_rectangle by Weiliang Chen · 6 years ago
  11. 032aaae Remove legacy GrContext factories function and supporting code/types. by Brian Salomon · 6 years ago
  12. 22e6e21 Reland "CreatePlatformGLTestContext_egl: Try GLES 3, then GLES 2." by Hal Canary · 6 years ago
  13. d4dac9c Revert "CreatePlatformGLTestContext_egl: Try GLES 3, then GLES 2." by Hal Canary · 6 years ago
  14. 0593a84 CreatePlatformGLTestContext_egl: Try GLES 3, then GLES 2. by Hal Canary · 6 years ago
  15. e8fabb2 Update LazyProxy creation to allow for a non-textureable result by Robert Phillips · 7 years ago
  16. 94f509b Rename GrGLAssembleFooInterface to GrGLMakeAssembledFooInterface. by Brian Salomon · 7 years ago
  17. 3d6801e Add GrGLMakeNativeInterface factory that returns sk_sp<const GrGLInterface>. by Brian Salomon · 7 years ago
  18. 384fab4 sk_spification of GrGpu creation. by Brian Salomon · 7 years ago
  19. cf7e1d0 Make EGL test context access GL via GrGLInterface by Brian Salomon · 7 years ago
  20. cbcb0a1 Revert "Revert "Add Atlas Text interface for rendering SDF glyphs."" by Brian Salomon · 7 years ago
  21. 9c2202f Revert "Add Atlas Text interface for rendering SDF glyphs." by Greg Daniel · 7 years ago
  22. 39631f3 Add Atlas Text interface for rendering SDF glyphs. by Brian Salomon · 7 years ago
  23. 55ad774 Revert "Revert "Add method to sk_gpu_test::TestContext to automatically restore the previous context."" by Brian Salomon · 7 years ago
  24. 1e09e46 Revert "Add method to sk_gpu_test::TestContext to automatically restore the previous context." by Brian Osman · 7 years ago
  25. 5627d65 Add method to sk_gpu_test::TestContext to automatically restore the previous context. by Brian Salomon · 7 years ago
  26. f44754a Drop support for OSMesa in test tools and remove build bot by Brian Salomon · 7 years ago
  27. b718fbb Add Pixelbook to tree by Kevin Lubick · 7 years ago
  28. d1b2eec API to cache shader binaries between runs of Skia. by Ethan Nicholas · 7 years ago
  29. 5fbd183 Add NV_fence support to get better timing from ANGLE ES2 by Brian Osman · 7 years ago
  30. e6984a0 Fix bugs with fence sync API on iOS devices by Brian Osman · 7 years ago
  31. fe69f9a Make GrFakeRefObj::fNext atomic. by Mike Klein · 7 years ago
  32. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  33. de3b710 Cache the results of get_pixel_formats_to_try by Brian Osman · 7 years ago
  34. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  35. 02611d9 Add Make[backend] calls for creating GrContexts by Greg Daniel · 7 years ago
  36. b76a72a Add support for creating a GrContext backed by Metal. by Greg Daniel · 7 years ago
  37. 6b7e0e2 Add arc support to gpu Obj c++ code by Greg Daniel · 7 years ago
  38. fee2b4e Create a new HDC for each ANGLE context by Robert Phillips · 7 years ago
  39. bab680d Revert "Destroy ANGLE displays in destroyGLContext" by Robert Phillips · 7 years ago
  40. c135988 Destroy ANGLE displays in destroyGLContext by Robert Phillips · 7 years ago
  41. ffce079 Enable chromecast gpu perf by Kevin Lubick · 7 years ago
  42. 80be240 Enable fence sync support in ES3 test contexts by Brian Osman · 7 years ago
  43. 59163ba Access EGL_KHR_fence_sync via eglGetProcAddress by Chris Dalton · 7 years ago
  44. b338484 quiet some annoying logging in unit tests by Mike Klein · 7 years ago
  45. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  46. 9eac2ea Fixes to shared context test API by Brian Osman · 7 years ago
  47. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 7 years ago
  48. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 7 years ago
  49. 12ab695 Fix Mesa compile by Brian Osman · 7 years ago
  50. 60c774d Support shared GL contexts in GrContextFactory by Brian Osman · 7 years ago
  51. c168a3a Revert "Always build the ANGLE test code. Always build ANGLE on windows and linux." by Mike Klein · 8 years ago
  52. 238b820 Always build the ANGLE test code. Always build ANGLE on windows and linux. by Brian Salomon · 8 years ago
  53. 1b612a8 tools: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  54. 12e8dc2 Fix iOS and Angle builds. by Ben Wagner · 8 years ago
  55. 7d30288 GN: iOS basics by Mike Klein · 8 years ago
  56. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  57. 11abd8d Explicit control in tools of ANGLE frontend and backend by bsalomon · 8 years ago
  58. c6618dd skpbench: add option for gpu timing by csmartdalton · 8 years ago
  59. 024229a Use uint64_t for PlatformFence by csmartdalton · 8 years ago
  60. 56df2de Revert of skpbench: add option for gpu timing (patchset #7 id:120001 of https://codereview.chromium.org/2388433003/ ) by mtklein · 8 years ago
  61. c06720d skpbench: add option for gpu timing by csmartdalton · 8 years ago
  62. 421a3c1 Move GPU fences into sk_gpu_test by csmartdalton · 8 years ago
  63. 69e7eba Use SkOnce to squelch command buffer spam by brianosman · 8 years ago
  64. 7c2213b Revert of Explicit control in tools of ANGLE frontend and backend (patchset #6 id:90001 of https://codereview.chromium.org/2381033002/ ) by bsalomon · 8 years ago
  65. 50094fb Explicit control in tools of ANGLE frontend and backend by bsalomon · 8 years ago
  66. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  67. 19eb843 -Wcomma may be good to go now. by Mike Klein · 8 years ago
  68. 415a14d Clean up dead code. by mtklein · 8 years ago
  69. 605d952 GN: take over CommandBuffer bot by mtklein · 8 years ago
  70. e3031b6 Update ANGLE to latest as of August 25, 2016 by brianosman · 8 years ago
  71. 300178b Only open X Display once for all test GLX contexts by bsalomon · 8 years ago
  72. 80e38ac Add more error printing to know why command buffer lib failed to load. by bsalomon · 8 years ago
  73. fc3ea41 Check more GLES versions when creating context by martina.kollarova · 8 years ago
  74. 7b70156 Fix context creation problems in dm by martina.kollarova · 8 years ago
  75. b593a76 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  76. 37feccb Revert of Support GL_SAMPLES queries in null contexts (patchset #4 id:60001 of https://codereview.chromium.org/2085043002/ ) by brianosman · 8 years ago
  77. 57e9853 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  78. e6865a0 Revert of Support GL_SAMPLES queries in null contexts (patchset #2 id:20001 of https://codereview.chromium.org/2085043002/ ) by brianosman · 8 years ago
  79. 64b92a5 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  80. 9b972c4 Support texel and draw-indirect buffers in null GL contexts by csmartdalton · 8 years ago
  81. 5dfe7bb Define LEAN_AND_MEAN and NOMINMAX for all windows builds by egdaniel · 8 years ago
  82. 4803f97 Remove NVPR related env var from command buffer GL context creation by kkinnunen · 8 years ago
  83. aac0cb0 Remove workarounds initializing command buffer EGL by kkinnunen · 8 years ago
  84. edea94c Implement vulkan fence syncs for nanobench by bsalomon · 8 years ago
  85. c869932 Nanobench running on Vulkan by bsalomon · 8 years ago
  86. 18a2f9d Add base class for GLTestContext and add new subclass VkTestContext. by bsalomon · 8 years ago
  87. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago
  88. 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 8 years ago
  89. 5e56cfd SK_DECLARE_STATIC_MUTEX -> static SkMutex by mtklein · 8 years ago
  90. b988ecf Enable NV_path_rendering in the Null GL. by svaisanen · 8 years ago
  91. d9dd428 Modernize and trim down SkOnce. by mtklein · 8 years ago
  92. 3f21a2e Only eglTerminate command buffer displays when no displays are in use by bsalomon · 8 years ago
  93. 2f538e9 Delete duplicate null GL interface implementation by bsalomon · 8 years ago
  94. e5adad4 Add CreatePlatformGLTestContext_none.cpp for Google3 build by bsalomon · 8 years ago
  95. 4d51f64 Fix compilation of GLTestContext_angle.cpp" by Brian Salomon · 8 years ago
  96. 273c0f5 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  97. 3e4616f Revert of rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext (patchset #5 id:80001 of https://codereview.chromium.org/1849463002/ ) by bsalomon · 8 years ago
  98. 4c7f0a1 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  99. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  100. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 8 years ago