1. 1090da6 Add support for tagging GrUniqueKeys with a debug string by Brian Salomon · 8 years ago
  2. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  3. 3f375d0 Add skia_enable_discrete_gpu argument to GN by Brian Osman · 8 years ago
  4. 22f4a1f Remove getDevice_just_for_deprecated_compatibility_test() by Robert Phillips · 8 years ago
  5. 2ee084e Rename GrBatchAtlas -> GrDrawOpAtlas. by Brian Salomon · 8 years ago
  6. 903da79 Rename GrBatchAtlas files to GrDrawOpAtlas by Brian Salomon · 8 years ago
  7. f856fd1 Rename GrBatchFontCache->GrAtlasGlyphCache by Brian Salomon · 8 years ago
  8. 1951f3d Rename testingOnly_drawBatch to testingOnly_addDrawOp and sk_sp by Brian Salomon · 8 years ago
  9. 21aa35f Make GrRenderTargetOpList::addDrawOp use sk_sp by Brian Salomon · 8 years ago
  10. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  11. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  12. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  13. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  14. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  15. 1e41f4a Rename batch->op in GrOpList and subclasses by Brian Salomon · 8 years ago
  16. 2047189 Two (related) changes here: by brianosman · 8 years ago
  17. a6abb57 Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #12 id:220001 of https://codereview.chromium.org/2539993002/ ) by brianosman · 8 years ago
  18. 1aeb78c Two (related) changes here: by brianosman · 8 years ago
  19. 0a2782c Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #11 id:200001 of https://codereview.chromium.org/2539993002/ ) by brianosman · 8 years ago
  20. 9db12d2 Two (related) changes here: by brianosman · 8 years ago
  21. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  22. c293a29 Make GrGpuCommandBuffer infer its render target from first draw by Brian Salomon · 8 years ago
  23. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  24. c168a3a Revert "Always build the ANGLE test code. Always build ANGLE on windows and linux." by Mike Klein · 8 years ago
  25. 238b820 Always build the ANGLE test code. Always build ANGLE on windows and linux. by Brian Salomon · 8 years ago
  26. eaa8625 Revert "Revert "Add GrRenderTargetContext instantiate & asTextureProxy"" by Robert Phillips · 8 years ago
  27. 7d7d7d1 Revert "Add GrRenderTargetContext instantiate & asTextureProxy" by Leon Scroggins · 8 years ago
  28. 9113edf Add GrRenderTargetContext instantiate & asTextureProxy by Robert Phillips · 8 years ago
  29. 1b612a8 tools: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  30. 12e8dc2 Fix iOS and Angle builds. by Ben Wagner · 8 years ago
  31. 7d30288 GN: iOS basics by Mike Klein · 8 years ago
  32. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  33. c25c5d7 Move memoization of multisample specs id to GrRenderTarget by csmartdalton · 8 years ago
  34. c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
  35. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  36. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  37. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  38. 11abd8d Explicit control in tools of ANGLE frontend and backend by bsalomon · 8 years ago
  39. bbdf45e Fix 32-bit Vulkan build by Brian Osman · 8 years ago
  40. c6618dd skpbench: add option for gpu timing by csmartdalton · 8 years ago
  41. 024229a Use uint64_t for PlatformFence by csmartdalton · 8 years ago
  42. 56df2de Revert of skpbench: add option for gpu timing (patchset #7 id:120001 of https://codereview.chromium.org/2388433003/ ) by mtklein · 8 years ago
  43. c06720d skpbench: add option for gpu timing by csmartdalton · 8 years ago
  44. 421a3c1 Move GPU fences into sk_gpu_test by csmartdalton · 8 years ago
  45. 84741b3 Add fence support for TransferBuffers by jvanverth · 8 years ago
  46. 69e7eba Use SkOnce to squelch command buffer spam by brianosman · 8 years ago
  47. 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
  48. 50094fb Explicit control in tools of ANGLE frontend and backend by bsalomon · 8 years ago
  49. 6ad6ba4 remove more stray semicolons from Vulkan code by Mike Klein · 8 years ago
  50. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  51. 19eb843 -Wcomma may be good to go now. by Mike Klein · 8 years ago
  52. 415a14d Clean up dead code. by mtklein · 8 years ago
  53. 605d952 GN: take over CommandBuffer bot by mtklein · 8 years ago
  54. 6270e55 Add ContextOptions field to SkCommandLineConfigGpu by csmartdalton · 8 years ago
  55. 4bcd62e Add some copy support for vulkan msaa by egdaniel · 8 years ago
  56. e3031b6 Update ANGLE to latest as of August 25, 2016 by brianosman · 8 years ago
  57. 300178b Only open X Display once for all test GLX contexts by bsalomon · 8 years ago
  58. 80e38ac Add more error printing to know why command buffer lib failed to load. by bsalomon · 8 years ago
  59. f963599 Add flag for window rectangles to GrRenderTarget by csmartdalton · 8 years ago
  60. fc3ea41 Check more GLES versions when creating context by martina.kollarova · 8 years ago
  61. e0d3629 Add test configs for instanced rendering by csmartdalton · 8 years ago
  62. 8fe485b Just pass the draw context to paint conversion by brianosman · 8 years ago
  63. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  64. 5fa7f30 Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  65. 5d1676c Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ ) by robertphillips · 8 years ago
  66. da152eb Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  67. 7b70156 Fix context creation problems in dm by martina.kollarova · 8 years ago
  68. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  69. 0d28e57 Fix caching of sample locations by csmartdalton · 9 years ago
  70. 42e6798 Revert of Fix caching of sample locations (patchset #3 id:40001 of https://codereview.chromium.org/2111423002/ ) by rmistry · 9 years ago
  71. 09d49a3 Fix caching of sample locations by csmartdalton · 9 years ago
  72. 0a3a7f7 Have gpu createTestingOlyBackendTexture know if it is a render target or not by egdaniel · 9 years ago
  73. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 9 years ago
  74. b593a76 Support GL_SAMPLES queries in null contexts by csmartdalton · 9 years ago
  75. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 9 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 · 9 years ago
  77. 57e9853 Support GL_SAMPLES queries in null contexts by csmartdalton · 9 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 · 9 years ago
  79. 64b92a5 Support GL_SAMPLES queries in null contexts by csmartdalton · 9 years ago
  80. 9b972c4 Support texel and draw-indirect buffers in null GL contexts by csmartdalton · 9 years ago
  81. 5dfe7bb Define LEAN_AND_MEAN and NOMINMAX for all windows builds by egdaniel · 9 years ago
  82. 7e73108 Cleanup needed to use WindowContext for Android by djsollen · 9 years ago
  83. 066df7c Add GpuCommandBuffer support. by egdaniel · 9 years ago
  84. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 9 years ago
  85. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 9 years ago
  86. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 9 years ago
  87. a56800a Add vksrgb config to dm (Vulkan sRGB). Fix help formatting of vk. by brianosman · 9 years ago
  88. 87f15c8 Retract GrRenderTarget from GrTestTarget by robertphillips · 9 years ago
  89. 4803f97 Remove NVPR related env var from command buffer GL context creation by kkinnunen · 9 years ago
  90. aac0cb0 Remove workarounds initializing command buffer EGL by kkinnunen · 9 years ago
  91. edea94c Implement vulkan fence syncs for nanobench by bsalomon · 9 years ago
  92. 7761d61 Rename GrDrawingMgr::abandon to wasAbandoned & add a matching entry point to GrDrawingContext by robertphillips · 9 years ago
  93. 846c051 Convert GrClip to an abstract base class by cdalton · 9 years ago
  94. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 9 years ago
  95. c869932 Nanobench running on Vulkan by bsalomon · 9 years ago
  96. 0fd3c81 Make unit tests use generic testcontext rather than glcontext by bsalomon · 9 years ago
  97. 18a2f9d Add base class for GLTestContext and add new subclass VkTestContext. by bsalomon · 9 years ago
  98. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 9 years ago
  99. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 9 years ago
  100. 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 9 years ago