1. 73063dc Add transfer buffer support. by jvanverth · 9 years ago
  2. 53c5d5f Revert of Add transfer buffer support. (patchset #9 id:160001 of https://codereview.chromium.org/1490473003/ ) by egdaniel · 9 years ago
  3. dc5685a Wire up resource cache stats dumping in nanobench by joshualitt · 9 years ago
  4. fa498fe Add transfer buffer support. by jvanverth · 9 years ago
  5. e45c81c Began logging more gpu stats from nanobench by joshualitt · 9 years ago
  6. 69cfe95 Add debug option to clip each GrBatch to its device bounds by bsalomon · 9 years ago
  7. 504ce5d Optionally pass rendertarget to getTestTarget by robertphillips · 9 years ago
  8. 0dfa62c Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  9. 1d51273 Revert of Update testing frameworks/tests for MDB (patchset #4 id:60001 of https://codereview.chromium.org/1441533003/ ) by egdaniel · 9 years ago
  10. 9c86051 Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  11. caef345 Readd "immediate" mode by robertphillips · 9 years ago
  12. 67d7620 Fix leaks in unit tests of GrGLTextureInfos by bsalomon · 9 years ago
  13. 60029a5 Update Layer Hoisting to store its atlas texture in the resource cache by robertphillips · 9 years ago
  14. 629162d Add text animation sample; tweak DrawShip sample by jvanverth · 9 years ago
  15. d75ccc6 Revert of Add text animation sample; tweak DrawShip sample (patchset #3 id:40001 of https://codereview.chromium.org/1410663005/ ) by jvanverth · 9 years ago
  16. 3b484a4 Add text animation sample; tweak DrawShip sample by jvanverth · 9 years ago
  17. cf1d198 Revert of Update Layer Hoisting to store its atlas texture in the resource cache (patchset #6 id:100001 of https://codereview.chromium.org/1406013006/ ) by robertphillips · 9 years ago
  18. 42597bc Update Layer Hoisting to store its atlas texture in the resource cache by robertphillips · 9 years ago
  19. 648c696 Add immediate mode option for gpu configs in dm by bsalomon · 9 years ago
  20. 77a2e52 Remove DrawingMgr shims from GrContext by robertphillips · 9 years ago
  21. a106c62 Loosen requirement that there be only one GrDrawTarget by robertphillips · 9 years ago
  22. ec00d94 Move some of the adding stencil attachment logic of Gpu and into Render Target. by egdaniel · 9 years ago
  23. 465283c Remove batchtracker by joshualitt · 9 years ago
  24. 512be53 Cleanup GrDrawTarget now that all paths lead to GrBatch by bsalomon · 9 years ago
  25. 87a5c9f Add number of draws to GrGpu stats by joshualitt · 9 years ago
  26. dac7005 Remove GrGpuTraceMarker hooks until we rethink the design by joshualitt · 9 years ago
  27. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  28. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  29. 1cbdcde Fix for copy surface not handling dirty context by joshualitt · 9 years ago
  30. 7f9c9eb wire up reduced atlas and zero textblob cache to test by joshualitt · 9 years ago
  31. da04e0e Allow setting of GrBatchFontCache atlas sizes by joshualitt · 9 years ago
  32. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
  33. 51c8d40 Move some work from backend onClear to base class clear by egdaniel · 9 years ago
  34. 17d833b Add abliity to set textblob cache budget to GrContext by joshualitt · 9 years ago
  35. 6cb3cbe Make GrGpu read/write pixels take GrSurface by bsalomon · 9 years ago
  36. f067451 Move draw on upload decision in GrGpu by bsalomon · 9 years ago
  37. 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
  38. b542bae Rename GrInOrderDrawBuffer to GrBufferedDrawTarget by joshualitt · 9 years ago
  39. 0341b44 Move draw on upload decision in GrGpu by bsalomon · 9 years ago
  40. 3982602 Attempt to somewhat simplify GrContext::readSurfacePixels interaction with GrGpu. by bsalomon · 9 years ago
  41. 8895792 Rename backing texture testing routines by jvanverth · 9 years ago
  42. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  43. 672bb7f Remove GL-specific code from GMs and tests by jvanverth · 9 years ago
  44. f9ad558 Revert of Revert of Return GrGLContext from GrTestTarget (patchset #1 id:1 of https://codereview.chromium.org/1211123004/) by reed · 9 years ago
  45. 1852ec2 Revert of Return GrGLContext from GrTestTarget (patchset #3 id:40001 of https://codereview.chromium.org/1207393002/) by reed · 9 years ago
  46. b6d93ea Return GrGLContext from GrTestTarget by joshualitt · 9 years ago
  47. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  48. 8b08159 Fix for crashing bots by joshualitt · 9 years ago
  49. 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
  50. cabe20c Refactor GrGpu path rendering functions to GrPathRendering by kkinnunen · 9 years ago
  51. 993a421 SkImage::NewFromYUVTexturesCopy by bsalomon · 9 years ago
  52. 4ee6bd8 Add caps overrides to GMs by bsalomon · 9 years ago
  53. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  54. 682c269 Store context options on caps. by bsalomon · 9 years ago
  55. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  56. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  57. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  58. 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
  59. 5df6fee Move copy-surface-as-draw fallback to GrGLGpu. by bsalomon · 9 years ago
  60. 231c5fd Don't issue texture barriers for RT's with separate storage by cdalton · 9 years ago
  61. e64eb57 Iterate over instanced draws in GrGpu rather than above GrBatchTarget by bsalomon · 9 years ago
  62. e40d397 Isolate GrBufferAllocPools inside GrBatchTarget by robertphillips · 9 years ago
  63. cb8979d Move DrawInfo out from GrDrawTarget and rename to GrVertices. by bsalomon · 9 years ago
  64. 9954bc3 Use texture barriers to read directly from the RT by cdalton · 9 years ago
  65. 72e3ae4 Remove vertex/index buffer factilities from GrDrawTarget. by bsalomon · 10 years ago
  66. b0e1be2 Refactor createTexture and onCreateTexture by egdaniel · 10 years ago
  67. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 10 years ago
  68. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  69. 44701df Move clip off of draw target by joshualitt · 10 years ago
  70. 52057c8 Fix release-developer build. by bsalomon · 10 years ago
  71. 9e5fc72 Add stencil buffer create tracking to GPU stats. by bsalomon · 10 years ago
  72. ddf30e6 Handle the case when the GrResourceCache timestamp wraps. by bsalomon · 10 years ago
  73. 02a44a4 Recycle stencil buffers across render targets. by bsalomon · 10 years ago
  74. 297aaf9 Avoid wrong memory access due to double substitution and %% by kkinnunen · 10 years ago
  75. f320e04 Use an array of nonpurgeable resources in GrResourceCache by bsalomon · 10 years ago
  76. 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 10 years ago
  77. 0ea80f4 Rename GrResourceCache2->GrResourceCache by bsalomon · 10 years ago
  78. 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
  79. 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
  80. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  81. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  82. 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
  83. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  84. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  85. b12ea41 Add texture create/upload stats and make nanobench have explicit gpu stats flag by bsalomon · 10 years ago
  86. b9eb4ac patch from issue 886233004 at patchset 40001 (http://crrev.com/886233004#ps40001) by mtklein · 10 years ago
  87. 36c57df Make stencil buffers uncached for uncached render target textures by kkinnunen · 10 years ago
  88. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  89. 17e7314 remove drawtype by joshualitt · 10 years ago
  90. 873ad0e BUG=skia: by joshualitt · 10 years ago
  91. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  92. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  93. d95263c Remove GrGpu::flushGraphicsState by bsalomon · 10 years ago
  94. dafa4d0 move program descriptor generation to flush by joshualitt · 10 years ago
  95. f78c60c Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/) by joshualitt · 10 years ago
  96. 829e1b8 move program descriptor generation to flush by joshualitt · 10 years ago
  97. f90a02b some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  98. 8ee4e60 Revert of some cleanup around GrGpu/GrDrawTarget copySurface (patchset #3 id:40001 of https://codereview.chromium.org/749903003/) by bsalomon · 10 years ago
  99. e9aa5dc some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  100. 9176e2c dstCopy on optdrawstate by joshualitt · 10 years ago