1. 5dfe7bb Define LEAN_AND_MEAN and NOMINMAX for all windows builds by egdaniel · 8 years ago
  2. 7e73108 Cleanup needed to use WindowContext for Android by djsollen · 8 years ago
  3. 066df7c Add GpuCommandBuffer support. by egdaniel · 8 years ago
  4. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  5. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  6. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  7. a56800a Add vksrgb config to dm (Vulkan sRGB). Fix help formatting of vk. by brianosman · 8 years ago
  8. 87f15c8 Retract GrRenderTarget from GrTestTarget by robertphillips · 8 years ago
  9. 4803f97 Remove NVPR related env var from command buffer GL context creation by kkinnunen · 8 years ago
  10. aac0cb0 Remove workarounds initializing command buffer EGL by kkinnunen · 8 years ago
  11. edea94c Implement vulkan fence syncs for nanobench by bsalomon · 8 years ago
  12. 7761d61 Rename GrDrawingMgr::abandon to wasAbandoned & add a matching entry point to GrDrawingContext by robertphillips · 8 years ago
  13. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  14. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  15. c869932 Nanobench running on Vulkan by bsalomon · 8 years ago
  16. 0fd3c81 Make unit tests use generic testcontext rather than glcontext by bsalomon · 8 years ago
  17. 18a2f9d Add base class for GLTestContext and add new subclass VkTestContext. by bsalomon · 8 years ago
  18. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  19. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago
  20. 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 8 years ago
  21. 5e56cfd SK_DECLARE_STATIC_MUTEX -> static SkMutex by mtklein · 8 years ago
  22. 9b92ebd Remove executable bit from source code files. by benjaminwagner · 8 years ago
  23. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 8 years ago
  24. 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
  25. b0ec983 Use transfer buffer for BatchAtlas texture copies. by jvanverth · 8 years ago
  26. b988ecf Enable NV_path_rendering in the Null GL. by svaisanen · 8 years ago
  27. 1bf3e71 Add optional data parameter to createBuffer by cdalton · 8 years ago
  28. d9dd428 Modernize and trim down SkOnce. by mtklein · 8 years ago
  29. 3f21a2e Only eglTerminate command buffer displays when no displays are in use by bsalomon · 8 years ago
  30. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  31. dc0fcd4 Vulkan config in dm by bsalomon · 8 years ago
  32. e2e71c2 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  33. 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
  34. deacc97 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  35. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  36. 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
  37. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  38. 85b4b53 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  39. 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
  40. 2d9c6f8 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  41. 6e2aad4 Add GrContext::releaseAndAbandonContext() by bsalomon · 8 years ago
  42. 2f538e9 Delete duplicate null GL interface implementation by bsalomon · 8 years ago
  43. 7c62b47 Restore Vulkan setup code accidentally reverted in GrContextFactory.cpp by bsalomon · 8 years ago
  44. e5adad4 Add CreatePlatformGLTestContext_none.cpp for Google3 build by bsalomon · 8 years ago
  45. 49c4c22 Remove ownership parameter from GrResourceProvider::wrapBackendTextureAsRenderTarget by kkinnunen · 8 years ago
  46. 4d51f64 Fix compilation of GLTestContext_angle.cpp" by Brian Salomon · 8 years ago
  47. 273c0f5 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  48. 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
  49. 4c7f0a1 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  50. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  51. 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
  52. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago