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