1. 42c456f Remove PLS path renderer by Brian Salomon · 8 years ago
  2. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  3. 6be3523 Add support for Semaphores (gpu waiting on gpu) in Ganesh by Greg Daniel · 8 years ago
  4. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  5. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 8 years ago
  6. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  7. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  8. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  9. c293a29 Make GrGpuCommandBuffer infer its render target from first draw by Brian Salomon · 8 years ago
  10. e8e5458 GrTextureProducer cleanup, phase two: Producer, Adjuster, Maker by Brian Osman · 8 years ago
  11. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  12. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  13. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  14. c633abb Remove GrStencilSettings from GrPipeline by csmartdalton · 8 years ago
  15. c25c5d7 Move memoization of multisample specs id to GrRenderTarget by csmartdalton · 8 years ago
  16. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  17. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  18. 84741b3 Add fence support for TransferBuffers by jvanverth · 8 years ago
  19. 4bcd62e Add some copy support for vulkan msaa by egdaniel · 8 years ago
  20. e0d3629 Add test configs for instanced rendering by csmartdalton · 8 years ago
  21. b117ff1 Convert readSurfacePixels to use a draw context instead of a texture by bsalomon · 8 years ago
  22. 485a120 Add resource provider flag to avoid client-side buffers by csmartdalton · 8 years ago
  23. a7f2964 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  24. 0d28e57 Fix caching of sample locations by csmartdalton · 8 years ago
  25. ec7f2ac Revert of Begin instanced rendering for simple shapes (patchset #20 id:380001 of https://codereview.chromium.org/2066993003/ ) by ksakamoto · 8 years ago
  26. 42e6798 Revert of Fix caching of sample locations (patchset #3 id:40001 of https://codereview.chromium.org/2111423002/ ) by rmistry · 8 years ago
  27. 09d49a3 Fix caching of sample locations by csmartdalton · 8 years ago
  28. 42eafa4 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  29. 0a3a7f7 Have gpu createTestingOlyBackendTexture know if it is a render target or not by egdaniel · 8 years ago
  30. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
  31. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 8 years ago
  32. 066df7c Add GpuCommandBuffer support. by egdaniel · 8 years ago
  33. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  34. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  35. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  36. 900bd4a Add mipmap loading to Vulkan. by jvanverth · 8 years ago
  37. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 8 years ago
  38. 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
  39. b0ec983 Use transfer buffer for BatchAtlas texture copies. by jvanverth · 8 years ago
  40. 1bf3e71 Add optional data parameter to createBuffer by cdalton · 8 years ago
  41. e2e71c2 Track GL buffer state based on unique resource ID by cdalton · 9 years ago
  42. 044d3c1 Revert of Track GL buffer state based on unique resource ID (patchset #6 id:100001 of https://codereview.chromium.org/1854283004/ ) by mtklein · 9 years ago
  43. deacc97 Track GL buffer state based on unique resource ID by cdalton · 9 years ago
  44. 6e2aad4 Add GrContext::releaseAndAbandonContext() by bsalomon · 9 years ago
  45. 49c4c22 Remove ownership parameter from GrResourceProvider::wrapBackendTextureAsRenderTarget by kkinnunen · 9 years ago
  46. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  47. 397536c Consolidate GPU buffer implementations by cdalton · 9 years ago
  48. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 9 years ago
  49. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 9 years ago
  50. 1d417a8 Add unit test for vertex attribute count. by bsalomon · 9 years ago
  51. 7dbd45d Make max number of vertex attributes be checked dynamically by bsalomon · 9 years ago
  52. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 9 years ago
  53. e699d0c Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 9 years ago
  54. 28f45b9 Add "sample locations" feature to GrProcessor by cdalton · 9 years ago
  55. d331259 Revert of Don't allow nullptr in texels array params (unless using a transfer buffer). (patchset #3 id:60001 of https://codereview.chromium.org/1765633002/ ) by bsalomon · 9 years ago
  56. 8ee78f3 Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 9 years ago
  57. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
  58. 436d985 Fix copy-paste typo in comment. by brianosman · 9 years ago
  59. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  60. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
  61. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  62. f7b8b8a Add wrapBackendTextureAsRenderTarget API by ericrk · 9 years ago
  63. d2d2eb9 Add GrGpu support for Vulkan command buffer flush by jvanverth · 9 years ago
  64. ed82800 There is an unused rowBytes parameter being passed along. by cblume · 9 years ago
  65. e63ffef Remove deferred clear from SkGpuDevice by bsalomon · 9 years ago
  66. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  67. 6121405 Cleaning up trailing spaces and typos. by cblume · 9 years ago
  68. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  69. 6c9cd55 Make swizzling in read/write pixel copy code more generic by bsalomon · 9 years ago
  70. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  71. e179a91 Texturing support for RECTANGLE textures. by bsalomon · 9 years ago
  72. 17aa047 More framework support for TransferBuffers by jvanverth · 9 years ago
  73. 6dea83f Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  74. e2725f5 Revert of Add option to draw wireframe batch bounds (patchset #6 id:100001 of https://codereview.chromium.org/1494473005/ ) by scroggo · 9 years ago
  75. 26489ef Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  76. 73063dc Add transfer buffer support. by jvanverth · 9 years ago
  77. 53c5d5f Revert of Add transfer buffer support. (patchset #9 id:160001 of https://codereview.chromium.org/1490473003/ ) by egdaniel · 9 years ago
  78. 8fd844f reset shader compilations for stats by joshualitt · 9 years ago
  79. fa498fe Add transfer buffer support. by jvanverth · 9 years ago
  80. e45c81c Began logging more gpu stats from nanobench by joshualitt · 9 years ago
  81. 67d7620 Fix leaks in unit tests of GrGLTextureInfos by bsalomon · 9 years ago
  82. 89fe56b Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into its own class. by bsalomon · 9 years ago
  83. 93316b9 Move GrGLBufferImpl's GL calls to behind GrGLGpu by joshualitt · 9 years ago
  84. 045802d Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  85. bc0bcc0 Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster by Brian Salomon · 9 years ago
  86. 1a197ea Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  87. 9195794 Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what… (patchset #4 id:60001 of https://codereview.chromium.org/1409163002/ ) by egdaniel · 9 years ago
  88. fcffaf2 Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  89. ec00d94 Move some of the adding stencil attachment logic of Gpu and into Render Target. by egdaniel · 9 years ago
  90. 465283c Remove batchtracker by joshualitt · 9 years ago
  91. 87a5c9f Add number of draws to GrGpu stats by joshualitt · 9 years ago
  92. dac7005 Remove GrGpuTraceMarker hooks until we rethink the design by joshualitt · 9 years ago
  93. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  94. 1cbdcde Fix for copy surface not handling dirty context by joshualitt · 9 years ago
  95. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
  96. 51c8d40 Move some work from backend onClear to base class clear by egdaniel · 9 years ago
  97. 6d901da Move some parts of onReadPixels up to GrGpu readPixels. by egdaniel · 9 years ago
  98. 6cb3cbe Make GrGpu read/write pixels take GrSurface by bsalomon · 9 years ago
  99. f067451 Move draw on upload decision in GrGpu by bsalomon · 9 years ago
  100. c3fb746 Revert of Move draw on upload decision in GrGpu (patchset #4 id:50001 of https://codereview.chromium.org/1257073003/) by bsalomon · 9 years ago