1. 8ee78f3 Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 9 years ago
  2. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
  3. 436d985 Fix copy-paste typo in comment. by brianosman · 9 years ago
  4. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  5. 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
  6. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  7. f7b8b8a Add wrapBackendTextureAsRenderTarget API by ericrk · 9 years ago
  8. d2d2eb9 Add GrGpu support for Vulkan command buffer flush by jvanverth · 9 years ago
  9. ed82800 There is an unused rowBytes parameter being passed along. by cblume · 9 years ago
  10. e63ffef Remove deferred clear from SkGpuDevice by bsalomon · 9 years ago
  11. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  12. 6121405 Cleaning up trailing spaces and typos. by cblume · 9 years ago
  13. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  14. 6c9cd55 Make swizzling in read/write pixel copy code more generic by bsalomon · 9 years ago
  15. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  16. e179a91 Texturing support for RECTANGLE textures. by bsalomon · 9 years ago
  17. 17aa047 More framework support for TransferBuffers by jvanverth · 9 years ago
  18. 6dea83f Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  19. 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
  20. 26489ef Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  21. 73063dc Add transfer buffer support. by jvanverth · 9 years ago
  22. 53c5d5f Revert of Add transfer buffer support. (patchset #9 id:160001 of https://codereview.chromium.org/1490473003/ ) by egdaniel · 9 years ago
  23. 8fd844f reset shader compilations for stats by joshualitt · 9 years ago
  24. fa498fe Add transfer buffer support. by jvanverth · 9 years ago
  25. e45c81c Began logging more gpu stats from nanobench by joshualitt · 9 years ago
  26. 67d7620 Fix leaks in unit tests of GrGLTextureInfos by bsalomon · 9 years ago
  27. 89fe56b Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into its own class. by bsalomon · 9 years ago
  28. 93316b9 Move GrGLBufferImpl's GL calls to behind GrGLGpu by joshualitt · 9 years ago
  29. 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
  30. bc0bcc0 Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster by Brian Salomon · 9 years ago
  31. 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
  32. 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
  33. 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
  34. ec00d94 Move some of the adding stencil attachment logic of Gpu and into Render Target. by egdaniel · 9 years ago
  35. 465283c Remove batchtracker by joshualitt · 9 years ago
  36. 87a5c9f Add number of draws to GrGpu stats by joshualitt · 9 years ago
  37. dac7005 Remove GrGpuTraceMarker hooks until we rethink the design by joshualitt · 9 years ago
  38. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  39. 1cbdcde Fix for copy surface not handling dirty context by joshualitt · 9 years ago
  40. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
  41. 51c8d40 Move some work from backend onClear to base class clear by egdaniel · 9 years ago
  42. 6d901da Move some parts of onReadPixels up to GrGpu readPixels. by egdaniel · 9 years ago
  43. 6cb3cbe Make GrGpu read/write pixels take GrSurface by bsalomon · 9 years ago
  44. f067451 Move draw on upload decision in GrGpu by bsalomon · 9 years ago
  45. 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
  46. 0341b44 Move draw on upload decision in GrGpu by bsalomon · 9 years ago
  47. 3982602 Attempt to somewhat simplify GrContext::readSurfacePixels interaction with GrGpu. by bsalomon · 9 years ago
  48. 8895792 Rename backing texture testing routines by jvanverth · 9 years ago
  49. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  50. 672bb7f Remove GL-specific code from GMs and tests by jvanverth · 9 years ago
  51. f9ad558 Revert of Revert of Return GrGLContext from GrTestTarget (patchset #1 id:1 of https://codereview.chromium.org/1211123004/) by reed · 9 years ago
  52. 1852ec2 Revert of Return GrGLContext from GrTestTarget (patchset #3 id:40001 of https://codereview.chromium.org/1207393002/) by reed · 9 years ago
  53. b6d93ea Return GrGLContext from GrTestTarget by joshualitt · 9 years ago
  54. 47c1ccb Revert of remove workaround for dx9 angle slow rgba pixel ops (patchset #1 id:1 of https://codereview.chromium.org/1207003002/) by bsalomon · 9 years ago
  55. 1e1adc3 remove workaround for dx9 angle slow rgba pixel ops by bsalomon · 9 years ago
  56. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  57. 6df8640 Revert "Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/1144433002/)" by bsalomon · 9 years ago
  58. cabe20c Refactor GrGpu path rendering functions to GrPathRendering by kkinnunen · 9 years ago
  59. 993a421 SkImage::NewFromYUVTexturesCopy by bsalomon · 9 years ago
  60. 682c269 Store context options on caps. by bsalomon · 9 years ago
  61. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  62. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  63. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  64. 404b3b2 Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/1144433002/) by mtklein · 9 years ago
  65. 5df6fee Move copy-surface-as-draw fallback to GrGLGpu. by bsalomon · 9 years ago
  66. 231c5fd Don't issue texture barriers for RT's with separate storage by cdalton · 9 years ago
  67. e64eb57 Iterate over instanced draws in GrGpu rather than above GrBatchTarget by bsalomon · 9 years ago
  68. e40d397 Isolate GrBufferAllocPools inside GrBatchTarget by robertphillips · 9 years ago
  69. cb8979d Move DrawInfo out from GrDrawTarget and rename to GrVertices. by bsalomon · 10 years ago
  70. ed0bcad Move instanced index buffer creation to flush time by bsalomon · 10 years ago
  71. d8ed1b6 Revert of Move instanced index buffer creation to flush time (patchset #6 id:100001 of https://codereview.chromium.org/1116943004/) by bsalomon · 10 years ago
  72. ab622c7 Move instanced index buffer creation to flush time by bsalomon · 10 years ago
  73. 9954bc3 Use texture barriers to read directly from the RT by cdalton · 10 years ago
  74. b0e1be2 Refactor createTexture and onCreateTexture by egdaniel · 10 years ago
  75. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 10 years ago
  76. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  77. 9e5fc72 Add stencil buffer create tracking to GPU stats. by bsalomon · 10 years ago
  78. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  79. 02a44a4 Recycle stencil buffers across render targets. by bsalomon · 10 years ago
  80. b197b8f Use SkXfermode as public facing enum for GrPorterDuffXP by egdaniel · 10 years ago
  81. 50785a3 Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #1 id:1 of https://codereview.chromium.org/901663007/) by bsalomon · 10 years ago
  82. 21b2c53 Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:200001 of https://codereview.chromium.org/885923002/) by bsalomon · 10 years ago
  83. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  84. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  85. 7adb355 Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1 id:1 of https://codereview.chromium.org/896163003/) by egdaniel · 10 years ago
  86. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  87. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  88. b12ea41 Add texture create/upload stats and make nanobench have explicit gpu stats flag by bsalomon · 10 years ago
  89. b9eb4ac patch from issue 886233004 at patchset 40001 (http://crrev.com/886233004#ps40001) by mtklein · 10 years ago
  90. 36c57df Make stencil buffers uncached for uncached render target textures by kkinnunen · 10 years ago
  91. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  92. 17e7314 remove drawtype by joshualitt · 10 years ago
  93. b77e4b6 remove drawType from optState by joshualitt · 10 years ago
  94. 873ad0e BUG=skia: by joshualitt · 10 years ago
  95. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  96. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  97. d95263c Remove GrGpu::flushGraphicsState by bsalomon · 10 years ago
  98. 830d206 devirtualize some functions on GrGpu by bsalomon · 10 years ago
  99. dafa4d0 move program descriptor generation to flush by joshualitt · 10 years ago
  100. f78c60c Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/) by joshualitt · 10 years ago