1. c25c5d7 Move memoization of multisample specs id to GrRenderTarget by csmartdalton · 8 years ago
  2. c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
  3. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  4. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  5. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  6. 11abd8d Explicit control in tools of ANGLE frontend and backend by bsalomon · 8 years ago
  7. bbdf45e Fix 32-bit Vulkan build by Brian Osman · 8 years ago
  8. c6618dd skpbench: add option for gpu timing by csmartdalton · 8 years ago
  9. 024229a Use uint64_t for PlatformFence by csmartdalton · 8 years ago
  10. 56df2de Revert of skpbench: add option for gpu timing (patchset #7 id:120001 of https://codereview.chromium.org/2388433003/ ) by mtklein · 8 years ago
  11. c06720d skpbench: add option for gpu timing by csmartdalton · 8 years ago
  12. 421a3c1 Move GPU fences into sk_gpu_test by csmartdalton · 8 years ago
  13. 84741b3 Add fence support for TransferBuffers by jvanverth · 8 years ago
  14. 69e7eba Use SkOnce to squelch command buffer spam by brianosman · 8 years ago
  15. 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
  16. 50094fb Explicit control in tools of ANGLE frontend and backend by bsalomon · 8 years ago
  17. 6ad6ba4 remove more stray semicolons from Vulkan code by Mike Klein · 8 years ago
  18. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  19. 19eb843 -Wcomma may be good to go now. by Mike Klein · 8 years ago
  20. 415a14d Clean up dead code. by mtklein · 8 years ago
  21. 605d952 GN: take over CommandBuffer bot by mtklein · 8 years ago
  22. 6270e55 Add ContextOptions field to SkCommandLineConfigGpu by csmartdalton · 8 years ago
  23. 4bcd62e Add some copy support for vulkan msaa by egdaniel · 8 years ago
  24. e3031b6 Update ANGLE to latest as of August 25, 2016 by brianosman · 8 years ago
  25. 300178b Only open X Display once for all test GLX contexts by bsalomon · 8 years ago
  26. 80e38ac Add more error printing to know why command buffer lib failed to load. by bsalomon · 8 years ago
  27. f963599 Add flag for window rectangles to GrRenderTarget by csmartdalton · 8 years ago
  28. fc3ea41 Check more GLES versions when creating context by martina.kollarova · 8 years ago
  29. e0d3629 Add test configs for instanced rendering by csmartdalton · 8 years ago
  30. 8fe485b Just pass the draw context to paint conversion by brianosman · 8 years ago
  31. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  32. 5fa7f30 Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  33. 5d1676c Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ ) by robertphillips · 8 years ago
  34. da152eb Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  35. 7b70156 Fix context creation problems in dm by martina.kollarova · 8 years ago
  36. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  37. 0d28e57 Fix caching of sample locations by csmartdalton · 8 years ago
  38. 42e6798 Revert of Fix caching of sample locations (patchset #3 id:40001 of https://codereview.chromium.org/2111423002/ ) by rmistry · 8 years ago
  39. 09d49a3 Fix caching of sample locations by csmartdalton · 8 years ago
  40. 0a3a7f7 Have gpu createTestingOlyBackendTexture know if it is a render target or not by egdaniel · 8 years ago
  41. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
  42. b593a76 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  43. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 8 years ago
  44. 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
  45. 57e9853 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  46. 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
  47. 64b92a5 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  48. 9b972c4 Support texel and draw-indirect buffers in null GL contexts by csmartdalton · 8 years ago
  49. 5dfe7bb Define LEAN_AND_MEAN and NOMINMAX for all windows builds by egdaniel · 8 years ago
  50. 7e73108 Cleanup needed to use WindowContext for Android by djsollen · 8 years ago
  51. 066df7c Add GpuCommandBuffer support. by egdaniel · 8 years ago
  52. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  53. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  54. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  55. a56800a Add vksrgb config to dm (Vulkan sRGB). Fix help formatting of vk. by brianosman · 8 years ago
  56. 87f15c8 Retract GrRenderTarget from GrTestTarget by robertphillips · 8 years ago
  57. 4803f97 Remove NVPR related env var from command buffer GL context creation by kkinnunen · 8 years ago
  58. aac0cb0 Remove workarounds initializing command buffer EGL by kkinnunen · 8 years ago
  59. edea94c Implement vulkan fence syncs for nanobench by bsalomon · 8 years ago
  60. 7761d61 Rename GrDrawingMgr::abandon to wasAbandoned & add a matching entry point to GrDrawingContext by robertphillips · 8 years ago
  61. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  62. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  63. c869932 Nanobench running on Vulkan by bsalomon · 8 years ago
  64. 0fd3c81 Make unit tests use generic testcontext rather than glcontext by bsalomon · 8 years ago
  65. 18a2f9d Add base class for GLTestContext and add new subclass VkTestContext. by bsalomon · 8 years ago
  66. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  67. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago
  68. 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 8 years ago
  69. 5e56cfd SK_DECLARE_STATIC_MUTEX -> static SkMutex by mtklein · 8 years ago
  70. 9b92ebd Remove executable bit from source code files. by benjaminwagner · 8 years ago
  71. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 8 years ago
  72. c3d706f Revert of Use transfer buffer for BatchAtlas texture copies (patchset #9 id:160001 of https://codereview.chromium.org/1888473002/ ) by jvanverth · 8 years ago
  73. b0ec983 Use transfer buffer for BatchAtlas texture copies. by jvanverth · 8 years ago
  74. b988ecf Enable NV_path_rendering in the Null GL. by svaisanen · 8 years ago
  75. 1bf3e71 Add optional data parameter to createBuffer by cdalton · 8 years ago
  76. d9dd428 Modernize and trim down SkOnce. by mtklein · 8 years ago
  77. 3f21a2e Only eglTerminate command buffer displays when no displays are in use by bsalomon · 8 years ago
  78. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  79. dc0fcd4 Vulkan config in dm by bsalomon · 8 years ago
  80. e2e71c2 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  81. 044d3c1 Revert of Track GL buffer state based on unique resource ID (patchset #6 id:100001 of https://codereview.chromium.org/1854283004/ ) by mtklein · 8 years ago
  82. deacc97 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  83. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  84. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 8 years ago
  85. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  86. 85b4b53 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  87. b4b4cf3 Revert of Rename enums in GrContextFactory to remove "GL" (patchset #4 id:60001 of https://codereview.chromium.org/1845923004/ ) by bsalomon · 8 years ago
  88. 2d9c6f8 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  89. 6e2aad4 Add GrContext::releaseAndAbandonContext() by bsalomon · 8 years ago
  90. 2f538e9 Delete duplicate null GL interface implementation by bsalomon · 8 years ago
  91. 7c62b47 Restore Vulkan setup code accidentally reverted in GrContextFactory.cpp by bsalomon · 8 years ago
  92. e5adad4 Add CreatePlatformGLTestContext_none.cpp for Google3 build by bsalomon · 8 years ago
  93. 49c4c22 Remove ownership parameter from GrResourceProvider::wrapBackendTextureAsRenderTarget by kkinnunen · 8 years ago
  94. 4d51f64 Fix compilation of GLTestContext_angle.cpp" by Brian Salomon · 8 years ago
  95. 273c0f5 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  96. 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
  97. 4c7f0a1 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  98. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  99. 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
  100. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago