1. 4bcd62e Add some copy support for vulkan msaa by egdaniel · 8 years ago
  2. e3031b6 Update ANGLE to latest as of August 25, 2016 by brianosman · 8 years ago
  3. 300178b Only open X Display once for all test GLX contexts by bsalomon · 8 years ago
  4. 80e38ac Add more error printing to know why command buffer lib failed to load. by bsalomon · 8 years ago
  5. f963599 Add flag for window rectangles to GrRenderTarget by csmartdalton · 8 years ago
  6. fc3ea41 Check more GLES versions when creating context by martina.kollarova · 8 years ago
  7. e0d3629 Add test configs for instanced rendering by csmartdalton · 8 years ago
  8. 8fe485b Just pass the draw context to paint conversion by brianosman · 8 years ago
  9. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  10. 5fa7f30 Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  11. 5d1676c Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ ) by robertphillips · 8 years ago
  12. da152eb Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  13. 7b70156 Fix context creation problems in dm by martina.kollarova · 8 years ago
  14. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  15. 0d28e57 Fix caching of sample locations by csmartdalton · 8 years ago
  16. 42e6798 Revert of Fix caching of sample locations (patchset #3 id:40001 of https://codereview.chromium.org/2111423002/ ) by rmistry · 8 years ago
  17. 09d49a3 Fix caching of sample locations by csmartdalton · 8 years ago
  18. 0a3a7f7 Have gpu createTestingOlyBackendTexture know if it is a render target or not by egdaniel · 8 years ago
  19. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
  20. b593a76 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  21. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 8 years ago
  22. 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
  23. 57e9853 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  24. 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
  25. 64b92a5 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  26. 9b972c4 Support texel and draw-indirect buffers in null GL contexts by csmartdalton · 8 years ago
  27. 5dfe7bb Define LEAN_AND_MEAN and NOMINMAX for all windows builds by egdaniel · 8 years ago
  28. 7e73108 Cleanup needed to use WindowContext for Android by djsollen · 8 years ago
  29. 066df7c Add GpuCommandBuffer support. by egdaniel · 8 years ago
  30. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  31. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  32. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  33. a56800a Add vksrgb config to dm (Vulkan sRGB). Fix help formatting of vk. by brianosman · 8 years ago
  34. 87f15c8 Retract GrRenderTarget from GrTestTarget by robertphillips · 8 years ago
  35. 4803f97 Remove NVPR related env var from command buffer GL context creation by kkinnunen · 8 years ago
  36. aac0cb0 Remove workarounds initializing command buffer EGL by kkinnunen · 8 years ago
  37. edea94c Implement vulkan fence syncs for nanobench by bsalomon · 8 years ago
  38. 7761d61 Rename GrDrawingMgr::abandon to wasAbandoned & add a matching entry point to GrDrawingContext by robertphillips · 8 years ago
  39. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  40. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  41. c869932 Nanobench running on Vulkan by bsalomon · 8 years ago
  42. 0fd3c81 Make unit tests use generic testcontext rather than glcontext by bsalomon · 8 years ago
  43. 18a2f9d Add base class for GLTestContext and add new subclass VkTestContext. by bsalomon · 8 years ago
  44. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  45. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago
  46. 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 8 years ago
  47. 5e56cfd SK_DECLARE_STATIC_MUTEX -> static SkMutex by mtklein · 8 years ago
  48. 9b92ebd Remove executable bit from source code files. by benjaminwagner · 8 years ago
  49. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 8 years ago
  50. 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
  51. b0ec983 Use transfer buffer for BatchAtlas texture copies. by jvanverth · 8 years ago
  52. b988ecf Enable NV_path_rendering in the Null GL. by svaisanen · 8 years ago
  53. 1bf3e71 Add optional data parameter to createBuffer by cdalton · 8 years ago
  54. d9dd428 Modernize and trim down SkOnce. by mtklein · 8 years ago
  55. 3f21a2e Only eglTerminate command buffer displays when no displays are in use by bsalomon · 8 years ago
  56. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  57. dc0fcd4 Vulkan config in dm by bsalomon · 8 years ago
  58. e2e71c2 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  59. 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
  60. deacc97 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  61. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  62. 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
  63. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  64. 85b4b53 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  65. 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
  66. 2d9c6f8 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  67. 6e2aad4 Add GrContext::releaseAndAbandonContext() by bsalomon · 8 years ago
  68. 2f538e9 Delete duplicate null GL interface implementation by bsalomon · 8 years ago
  69. 7c62b47 Restore Vulkan setup code accidentally reverted in GrContextFactory.cpp by bsalomon · 8 years ago
  70. e5adad4 Add CreatePlatformGLTestContext_none.cpp for Google3 build by bsalomon · 8 years ago
  71. 49c4c22 Remove ownership parameter from GrResourceProvider::wrapBackendTextureAsRenderTarget by kkinnunen · 8 years ago
  72. 4d51f64 Fix compilation of GLTestContext_angle.cpp" by Brian Salomon · 8 years ago
  73. 273c0f5 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  74. 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
  75. 4c7f0a1 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  76. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  77. 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
  78. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago