1. e699d0c Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 9 years ago
  2. 28f45b9 Add "sample locations" feature to GrProcessor by cdalton · 9 years ago
  3. 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
  4. 8ee78f3 Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 9 years ago
  5. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
  6. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  7. 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
  8. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  9. f7b8b8a Add wrapBackendTextureAsRenderTarget API by ericrk · 9 years ago
  10. d2d2eb9 Add GrGpu support for Vulkan command buffer flush by jvanverth · 9 years ago
  11. ed82800 There is an unused rowBytes parameter being passed along. by cblume · 9 years ago
  12. babafcc Workaround for bug in Tegra 3 when uploading to a render target by bsalomon · 9 years ago
  13. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  14. 6121405 Cleaning up trailing spaces and typos. by cblume · 9 years ago
  15. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  16. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  17. 17aa047 More framework support for TransferBuffers by jvanverth · 9 years ago
  18. 5b30c6f Add fExternalFormatForTexImage to GrGLGpu::ConfigEntry. Use it in GrGLGpu::uploadTexData. by bsalomon · 9 years ago
  19. 73063dc Add transfer buffer support. by jvanverth · 9 years ago
  20. 53c5d5f Revert of Add transfer buffer support. (patchset #9 id:160001 of https://codereview.chromium.org/1490473003/ ) by egdaniel · 9 years ago
  21. fa498fe Add transfer buffer support. by jvanverth · 9 years ago
  22. 89fe56b Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into its own class. by bsalomon · 9 years ago
  23. 100b8f8 Remove min texture size support by bsalomon · 9 years ago
  24. 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
  25. bc0bcc0 Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster by Brian Salomon · 9 years ago
  26. 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
  27. 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
  28. 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
  29. ec00d94 Move some of the adding stencil attachment logic of Gpu and into Render Target. by egdaniel · 9 years ago
  30. 336cda3 wire up incNumDraws by joshualitt · 9 years ago
  31. dac7005 Remove GrGpuTraceMarker hooks until we rethink the design by joshualitt · 9 years ago
  32. 2dc2994 Various minor cross-platform changes by jvanverth · 9 years ago
  33. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  34. 1cbdcde Fix for copy surface not handling dirty context by joshualitt · 9 years ago
  35. 6e83ac7 Defer flushes if kPreferNoIO is specified by robertphillips · 9 years ago
  36. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
  37. 51c8d40 Move some work from backend onClear to base class clear by egdaniel · 9 years ago
  38. 6d901da Move some parts of onReadPixels up to GrGpu readPixels. by egdaniel · 9 years ago
  39. 6cb3cbe Make GrGpu read/write pixels take GrSurface by bsalomon · 9 years ago
  40. f067451 Move draw on upload decision in GrGpu by bsalomon · 9 years ago
  41. 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
  42. 0341b44 Move draw on upload decision in GrGpu by bsalomon · 9 years ago
  43. 1b8e1b5 Refactor GrBufferAllocPools to use resource cache by robertphillips · 9 years ago
  44. b607767 Revert of Refactor GrBufferAllocPools to use resource cache (patchset #15 id:280001 of https://codereview.chromium.org/1139753002/) by robertphillips · 9 years ago
  45. e935f1a Refactor GrBufferAllocPools to use resource cache by robertphillips · 9 years ago
  46. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  47. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  48. cabe20c Refactor GrGpu path rendering functions to GrPathRendering by kkinnunen · 9 years ago
  49. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  50. 8c9b6f1 Add check in GrGpu createTexture to make sure we don't create multisampled textures. by egdaniel · 9 years ago
  51. e64eb57 Iterate over instanced draws in GrGpu rather than above GrBatchTarget by bsalomon · 9 years ago
  52. e40d397 Isolate GrBufferAllocPools inside GrBatchTarget by robertphillips · 9 years ago
  53. cb8979d Move DrawInfo out from GrDrawTarget and rename to GrVertices. by bsalomon · 9 years ago
  54. ed0bcad Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  55. d8ed1b6 Revert of Move instanced index buffer creation to flush time (patchset #6 id:100001 of https://codereview.chromium.org/1116943004/) by bsalomon · 9 years ago
  56. ab622c7 Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  57. cf614fd Move function to be static instead of anonymous namespace by egdaniel · 9 years ago
  58. b0e1be2 Refactor createTexture and onCreateTexture by egdaniel · 9 years ago
  59. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 9 years ago
  60. ca75ea8 Disable sharing of stencil buffers across differently sized rendertargets by robertphillips · 10 years ago
  61. df60355 Remove recent changes to use temp fbo to do stencil clears. by egdaniel · 10 years ago
  62. f72558e Fix uninitialized variable in GrGpu by hendrikw · 10 years ago
  63. dd3143b clear stencil buffer using special purpose FBO by bsalomon · 10 years ago
  64. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  65. d08ea5f Round stencil buffers dims up to next pow2 when allowed by bsalomon · 10 years ago
  66. 02a44a4 Recycle stencil buffers across render targets. by bsalomon · 10 years ago
  67. 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 10 years ago
  68. 0ea80f4 Rename GrResourceCache2->GrResourceCache by bsalomon · 10 years ago
  69. b12ea41 Add texture create/upload stats and make nanobench have explicit gpu stats flag by bsalomon · 10 years ago
  70. 36c57df Make stencil buffers uncached for uncached render target textures by kkinnunen · 10 years ago
  71. db558dd Zap the scratch key on non-RT textures when scratch textures are disabled. by bsalomon · 10 years ago
  72. 873ad0e BUG=skia: by joshualitt · 10 years ago
  73. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  74. 7775c85 Add a simpler key type for scratch resource keys. by bsalomon · 10 years ago
  75. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  76. d95263c Remove GrGpu::flushGraphicsState by bsalomon · 10 years ago
  77. dafa4d0 move program descriptor generation to flush by joshualitt · 10 years ago
  78. f78c60c Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/) by joshualitt · 10 years ago
  79. 829e1b8 move program descriptor generation to flush by joshualitt · 10 years ago
  80. f90a02b some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  81. 8ee4e60 Revert of some cleanup around GrGpu/GrDrawTarget copySurface (patchset #3 id:40001 of https://codereview.chromium.org/749903003/) by bsalomon · 10 years ago
  82. e9aa5dc some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  83. 55b24af Add IndexType parameter to GrDrawTarget::drawPaths by cdalton · 10 years ago
  84. 10e23ca Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  85. 19cd0f1 Revert "Use scratch keys for stencil buffers." by bsalomon · 10 years ago
  86. 91175f1 Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  87. 9176e2c dstCopy on optdrawstate by joshualitt · 10 years ago
  88. 54e0c12 scissor state on optstate by joshualitt · 10 years ago
  89. 7eb8c7b drawinfo carries bufferinfo by joshualitt · 10 years ago
  90. d53a827 Snap optdrawstate in inorder draw buffer and pass into gpu by joshualitt · 10 years ago
  91. 8b79d23 Use GrResourceCache2 to service content key lookups by bsalomon · 10 years ago
  92. 4b68ec0 simple cl to cleanup friends in GrGpu by joshualitt · 10 years ago
  93. f4e5e33 cleaning up geometry handling in gpu by joshualitt · 10 years ago
  94. 3322fa4 Refactor DrawTarget and GPU to be independent by joshualitt · 10 years ago
  95. 2c93efe Clip in grdrawtarget by joshualitt · 10 years ago
  96. 63b2196 Workaround for PowerVR clear issue. by bsalomon · 10 years ago
  97. d1aa8ff removing setVertexArraySource from drawtarget by joshualitt · 10 years ago
  98. 89c6298 Don't allow renderTarget==NULL to GrContext::clear() and friends. by bsalomon · 10 years ago
  99. 92e496f Beginning to refactor nvpr code by joshualitt · 10 years ago
  100. 329bf48 BUG=skia: by joshualitt · 10 years ago