1. b2df0c2 Refactor Vulkan image, texture, RTs so that create and getter handles match. by egdaniel · 8 years ago
  2. 17bf820 Abort stencil draws when the attachment fails by cdalton · 8 years ago
  3. e576874 Retract GrRenderTarget a bit within SkGpuDevice by robertphillips · 8 years ago
  4. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  5. 9fb4203 Add bounds to GrShape by bsalomon · 8 years ago
  6. 9837740 Simplify GrSWMaskHelper by robertphillips · 8 years ago
  7. f054b17 Swap SkGpuBlurUtils over to using SkIRects by robertphillips · 8 years ago
  8. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  9. 193d9cf Eliminate special case nvpr batch handling by cdalton · 8 years ago
  10. dde2c03 Ignore patch version when checking compatibility of vulkan layers by egdaniel · 8 years ago
  11. f05ab1b Support allowSRGBInputs on Vulkan (via secondary texture views) by brianosman · 8 years ago
  12. 97fc930 Fix sRGB textures that must be copied (for NPOT tiling, etc...) by brianosman · 8 years ago
  13. 7c73a53 Add isEmpty() query to GrShape and improve comments. by bsalomon · 8 years ago
  14. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  15. 717abfd Use GrGammaEffect to support YUV conversion without sRGB write control by brianosman · 8 years ago
  16. ebf30e8 Switch GrTextureToYUVPlanes over to newDrawContext calls by robertphillips · 8 years ago
  17. fe4d5d3 Make GrGammaEffect have explicit sRGB modes, plus exponential mode. by brianosman · 8 years ago
  18. 7014234 Make distance field bounds calculation more accurate for strokes by bsalomon · 8 years ago
  19. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  20. 3e11da7 Revert of Make GrGammaEffect have explicit sRGB modes, plus exponential mode. (patchset #4 id:60001 of https://codereview.chromium.org/1954863002/ ) by robertphillips · 8 years ago
  21. 677da9d Minor GrRenderTarget retraction by robertphillips · 8 years ago
  22. 2139303 Make GrGammaEffect have explicit sRGB modes, plus exponential mode. by brianosman · 8 years ago
  23. 154349b Disable unpack row length when uploading mips by ericrk · 8 years ago
  24. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  25. c121607 Fix nvpr path renderer to reject styles with nonDashPathEffects. by bsalomon · 8 years ago
  26. 1e42775 Remove config range asserts that cause tautological-constant-out-of-range-compare warnings by bsalomon · 8 years ago
  27. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  28. 44d427e Only enable SRGB write control on desktop GL when SRGB is supported. by bsalomon · 8 years ago
  29. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  30. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  31. 97fd2d4 Incorporate scale into GrStyle and GrShape by bsalomon · 8 years ago
  32. 167ab91 Allow gpu ResourceHandle class to be shared for multiple purposes by egdaniel · 8 years ago
  33. fe8a839 Break apart shared use of varying and uniform transforms by egdaniel · 8 years ago
  34. 97a2336 Reset layout to undefined when we realloc VkTexture memory by egdaniel · 8 years ago
  35. a8966a8 Reland of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #1 id:1 of https://codereview.chromium.org/1956023002/ ) by robertphillips · 8 years ago
  36. 74e9a4d Reland of Disable layer hoisting for non-8888 canvases (patchset #1 id:1 of https://codereview.chromium.org/1961483002/ ) by robertphillips · 8 years ago
  37. 67a58dc Revert of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #2 id:20001 of https://codereview.chromium.org/1958603002/ ) by jvanverth · 8 years ago
  38. 50c46c7 Clean up GrVkImage::setLayout() by jvanverth · 8 years ago
  39. 1a0b9ed Fix issue where GrStyle::applyToPath exited before applying stroke by bsalomon · 8 years ago
  40. 3ccf2e7 Remove hasMixedSamples() from GrPipelineBuilder by cdalton · 8 years ago
  41. 524484b Revert of Retract GrRenderTarget a bit within SkGpuDevice (patchset #2 id:20001 of https://codereview.chromium.org/1956473002/ ) by robertphillips · 8 years ago
  42. 055e192 Take SkStrokeRec::InitStyle rather than SkPaint::Style in mask filter and DrawMask by bsalomon · 8 years ago
  43. 56a85e6 Simplify SkGpuBlurUtils::GaussianBlur method by robertphillips · 8 years ago
  44. 6b53b9d Revert of Disable layer hoisting for non-8888 canvases (patchset #2 id:20001 of https://codereview.chromium.org/1957433002/ ) by robertphillips · 8 years ago
  45. 4017007 Fix unit test crash caused by OSMesa not supporting rendering to GL_ALPHA8 by bsalomon · 8 years ago
  46. 4e30f27 Disable layer hoisting for non-8888 canvases by robertphillips · 8 years ago
  47. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago
  48. d215a95 Retract GrRenderTarget a bit within SkGpuDevice by robertphillips · 8 years ago
  49. 35b784d Bring back sRGB-write-control as a caps bit. by brianosman · 8 years ago
  50. d6f25bf Make GrPathRenderer only support fills for path stenciling by bsalomon · 8 years ago
  51. f0cf355 Stop banning stroke-and-fill for GrStyle and add tests by bsalomon · 8 years ago
  52. 0607756 Make cap only affect the keys of GrShapes that are possibly-open by bsalomon · 8 years ago
  53. 76948d4 Add Gr*Proxy classes by robertphillips · 8 years ago
  54. c402518 Allow stencils to be attached to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget by ericrk · 8 years ago
  55. 325474d Disable Ganesh layer hoister in a more revertable form by robertphillips · 8 years ago
  56. d9cca4a Fix ASAN errors. by benjaminwagner · 8 years ago
  57. 31f25a0 Revert of Allow stencils to be attached to render targets created via SkSurface::MakeFromBackendTextureAsRend… (patchset #1 id:60001 of https://codereview.chromium.org/1941353003/ ) by jvanverth · 8 years ago
  58. fb08327 Expand GrStyle's interface. by bsalomon · 8 years ago
  59. 419ca64 Fix type conversion compile errors by brianosman · 8 years ago
  60. 0736f33 Allow stencils to be attached to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget by ericrk · 8 years ago
  61. 4f16e63 Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  62. 82c0558 Set barriers and image layout changes between mipmap blits. by jvanverth · 8 years ago
  63. c8ef053 Enable two-sided stencil in Vulkan. by jvanverth · 8 years ago
  64. 2af0f1b Apply setImageLayout() to all of a VkImage's subresources. by jvanverth · 8 years ago
  65. 308feba Revert of Make GrStyle more sk_sp savy (patchset #1 id:1 of https://codereview.chromium.org/1947543002/ ) by bsalomon · 8 years ago
  66. b451134 Minor refactor of GrLayerHoister by robertphillips · 8 years ago
  67. 46db22f Make GrStyle more sk_sp savy by bsalomon · 8 years ago
  68. 92605b3 Add Gr*Proxy classes by robertphillips · 8 years ago
  69. bdf8811 Add sync in vulkan when writing to linear texture by egdaniel · 8 years ago
  70. 89d09a1 Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  71. db1adf5 Revert of Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRender… (patchset #9 id:150001 of https://codereview.chromium.org/1924183003/ ) by jvanverth · 8 years ago
  72. de5bf0c Add Gr*Proxy classes by robertphillips · 8 years ago
  73. 1cb00e4 Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget by kkinnunen · 8 years ago
  74. a00980e Make sure that Vulkan debug callback ptr is non-null. by jvanverth · 8 years ago
  75. 40ef485 When filling nested rect path check for empty inner and empty outer rects by bsalomon · 8 years ago
  76. 6536ae5 added GrMSAAPathRenderer by ethannicholas · 8 years ago
  77. c578b063 Fix VK WritePixels with offset rect by jvanverth · 8 years ago
  78. 778555c Unify DescriptorPools for vulkan uniform descriptor sets by egdaniel · 8 years ago
  79. cf942c4 Fix gcc warnings in Vulkan backend by bsalomon · 8 years ago
  80. 900bd4a Add mipmap loading to Vulkan. by jvanverth · 8 years ago
  81. 5ee89a6 Unbreak vulkan after stencil constant name changes by bsalomon · 8 years ago
  82. 817fed3 Revert of Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRender… (patchset #5 id:80001 of https://codereview.chromium.org/1924183003/ ) by benjaminwagner · 8 years ago
  83. b138fdc Fix Vulkan Build in Android by liyuqian · 8 years ago
  84. fb59164 Don't mark mipmaps dirty if uploading > 1 levels by jvanverth · 8 years ago
  85. 3de75da Use constexpr constructors of GrStencilSettings rather than hacky macro system. by bsalomon · 8 years ago
  86. cfeb85f Revert of Adjust tolerance to fix bezier glitches issue (patchset #1 id:1 of https://codereview.chromium.org/1926063002/ ) by jvanverth · 8 years ago
  87. 5668648 Unify implementations of stroking radius calculationsns by bsalomon · 8 years ago
  88. 24e9128 Add sk_sp to SkSurface_Gpu and SkGpuDevice by robertphillips · 8 years ago
  89. efe46d2 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  90. fe635fd Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget by kkinnunen · 8 years ago
  91. 45a6f49 Adjust tolerance to fix bezier glitches issue by xidachen · 8 years ago
  92. 175dd9b Clean up test drawContext usage by robertphillips · 8 years ago
  93. d4c741e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  94. 5e410b4 Detect empty (r)rects in GrShape. by bsalomon · 8 years ago
  95. dd97b85 Fix vulkan build on linux and android by egdaniel · 8 years ago
  96. 28d5bdd Revert of Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. (patchset #2 id:20001 of https://codereview.chromium.org/1927583002/ ) by reed · 8 years ago
  97. aa19a5f Revert of Refactor drawContext/RenderTarget creation (patchset #8 id:140001 of https://codereview.chromium.org/1914883002/ ) by robertphillips · 8 years ago
  98. 48d6f88 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  99. 2f1c42e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago
  100. a4b0fed Remove AttachmentInfo from VulkanViewer setup by jvanverth · 8 years ago