1. 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
  2. b542bae Rename GrInOrderDrawBuffer to GrBufferedDrawTarget by joshualitt · 9 years ago
  3. 0341b44 Move draw on upload decision in GrGpu by bsalomon · 9 years ago
  4. 3982602 Attempt to somewhat simplify GrContext::readSurfacePixels interaction with GrGpu. by bsalomon · 9 years ago
  5. 8895792 Rename backing texture testing routines by jvanverth · 9 years ago
  6. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  7. 672bb7f Remove GL-specific code from GMs and tests by jvanverth · 9 years ago
  8. f9ad558 Revert of Revert of Return GrGLContext from GrTestTarget (patchset #1 id:1 of https://codereview.chromium.org/1211123004/) by reed · 9 years ago
  9. 1852ec2 Revert of Return GrGLContext from GrTestTarget (patchset #3 id:40001 of https://codereview.chromium.org/1207393002/) by reed · 9 years ago
  10. b6d93ea Return GrGLContext from GrTestTarget by joshualitt · 9 years ago
  11. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  12. 8b08159 Fix for crashing bots by joshualitt · 9 years ago
  13. 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
  14. cabe20c Refactor GrGpu path rendering functions to GrPathRendering by kkinnunen · 9 years ago
  15. 993a421 SkImage::NewFromYUVTexturesCopy by bsalomon · 9 years ago
  16. 4ee6bd8 Add caps overrides to GMs by bsalomon · 9 years ago
  17. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  18. 682c269 Store context options on caps. by bsalomon · 9 years ago
  19. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  20. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  21. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  22. 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
  23. 5df6fee Move copy-surface-as-draw fallback to GrGLGpu. by bsalomon · 9 years ago
  24. 231c5fd Don't issue texture barriers for RT's with separate storage by cdalton · 9 years ago
  25. e64eb57 Iterate over instanced draws in GrGpu rather than above GrBatchTarget by bsalomon · 10 years ago
  26. e40d397 Isolate GrBufferAllocPools inside GrBatchTarget by robertphillips · 10 years ago
  27. cb8979d Move DrawInfo out from GrDrawTarget and rename to GrVertices. by bsalomon · 10 years ago
  28. 9954bc3 Use texture barriers to read directly from the RT by cdalton · 10 years ago
  29. 72e3ae4 Remove vertex/index buffer factilities from GrDrawTarget. by bsalomon · 10 years ago
  30. b0e1be2 Refactor createTexture and onCreateTexture by egdaniel · 10 years ago
  31. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 10 years ago
  32. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  33. 44701df Move clip off of draw target by joshualitt · 10 years ago
  34. 52057c8 Fix release-developer build. by bsalomon · 10 years ago
  35. 9e5fc72 Add stencil buffer create tracking to GPU stats. by bsalomon · 10 years ago
  36. ddf30e6 Handle the case when the GrResourceCache timestamp wraps. by bsalomon · 10 years ago
  37. 02a44a4 Recycle stencil buffers across render targets. by bsalomon · 10 years ago
  38. 297aaf9 Avoid wrong memory access due to double substitution and %% by kkinnunen · 10 years ago
  39. f320e04 Use an array of nonpurgeable resources in GrResourceCache by bsalomon · 10 years ago
  40. 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 10 years ago
  41. 0ea80f4 Rename GrResourceCache2->GrResourceCache by bsalomon · 10 years ago
  42. 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
  43. 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
  44. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  45. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  46. 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
  47. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  48. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  49. b12ea41 Add texture create/upload stats and make nanobench have explicit gpu stats flag by bsalomon · 10 years ago
  50. b9eb4ac patch from issue 886233004 at patchset 40001 (http://crrev.com/886233004#ps40001) by mtklein · 10 years ago
  51. 36c57df Make stencil buffers uncached for uncached render target textures by kkinnunen · 10 years ago
  52. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  53. 17e7314 remove drawtype by joshualitt · 10 years ago
  54. 873ad0e BUG=skia: by joshualitt · 10 years ago
  55. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  56. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  57. d95263c Remove GrGpu::flushGraphicsState by bsalomon · 10 years ago
  58. dafa4d0 move program descriptor generation to flush by joshualitt · 10 years ago
  59. f78c60c Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/) by joshualitt · 10 years ago
  60. 829e1b8 move program descriptor generation to flush by joshualitt · 10 years ago
  61. f90a02b some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  62. 8ee4e60 Revert of some cleanup around GrGpu/GrDrawTarget copySurface (patchset #3 id:40001 of https://codereview.chromium.org/749903003/) by bsalomon · 10 years ago
  63. e9aa5dc some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  64. 9176e2c dstCopy on optdrawstate by joshualitt · 10 years ago
  65. 54e0c12 scissor state on optstate by joshualitt · 10 years ago
  66. 9853cce Drawstate on stack by joshualitt · 10 years ago
  67. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  68. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  69. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  70. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  71. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  72. d53a827 Snap optdrawstate in inorder draw buffer and pass into gpu by joshualitt · 10 years ago
  73. 4b68ec0 simple cl to cleanup friends in GrGpu by joshualitt · 10 years ago
  74. 3322fa4 Refactor DrawTarget and GPU to be independent by joshualitt · 10 years ago
  75. 3343557 Add mock context and use in ResourceCacheTest. by bsalomon · 10 years ago
  76. fdcf2c0 Revert of Add mock context and use in ResourceCacheTest. (patchset #4 id:60001 of https://codereview.chromium.org/702083003/) by bsalomon · 10 years ago
  77. 820dd6c Add mock context and use in ResourceCacheTest. by bsalomon · 10 years ago
  78. 50408ad Test factory uses the inorder draw buffer by joshualitt · 10 years ago
  79. 95c2003 cleanup GrContext resource cache api by commit-bot@chromium.org · 10 years ago
  80. 94d8f1e Update bench pictures to time image decode & upload costs by robertphillips@google.com · 11 years ago
  81. 78a1078 Create new target to hold gpu test code, enable direct testing of GrEffects in GM. by commit-bot@chromium.org · 11 years ago