1. f067451 Move draw on upload decision in GrGpu by bsalomon · 9 years ago
  2. 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
  3. 0341b44 Move draw on upload decision in GrGpu by bsalomon · 9 years ago
  4. 1b8e1b5 Refactor GrBufferAllocPools to use resource cache by robertphillips · 9 years ago
  5. b607767 Revert of Refactor GrBufferAllocPools to use resource cache (patchset #15 id:280001 of https://codereview.chromium.org/1139753002/) by robertphillips · 9 years ago
  6. e935f1a Refactor GrBufferAllocPools to use resource cache by robertphillips · 9 years ago
  7. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  8. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  9. cabe20c Refactor GrGpu path rendering functions to GrPathRendering by kkinnunen · 9 years ago
  10. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  11. 8c9b6f1 Add check in GrGpu createTexture to make sure we don't create multisampled textures. by egdaniel · 9 years ago
  12. e64eb57 Iterate over instanced draws in GrGpu rather than above GrBatchTarget by bsalomon · 9 years ago
  13. e40d397 Isolate GrBufferAllocPools inside GrBatchTarget by robertphillips · 9 years ago
  14. cb8979d Move DrawInfo out from GrDrawTarget and rename to GrVertices. by bsalomon · 10 years ago
  15. ed0bcad Move instanced index buffer creation to flush time by bsalomon · 10 years ago
  16. 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
  17. ab622c7 Move instanced index buffer creation to flush time by bsalomon · 10 years ago
  18. cf614fd Move function to be static instead of anonymous namespace by egdaniel · 10 years ago
  19. b0e1be2 Refactor createTexture and onCreateTexture by egdaniel · 10 years ago
  20. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 10 years ago
  21. ca75ea8 Disable sharing of stencil buffers across differently sized rendertargets by robertphillips · 10 years ago
  22. df60355 Remove recent changes to use temp fbo to do stencil clears. by egdaniel · 10 years ago
  23. f72558e Fix uninitialized variable in GrGpu by hendrikw · 10 years ago
  24. dd3143b clear stencil buffer using special purpose FBO by bsalomon · 10 years ago
  25. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  26. d08ea5f Round stencil buffers dims up to next pow2 when allowed by bsalomon · 10 years ago
  27. 02a44a4 Recycle stencil buffers across render targets. by bsalomon · 10 years ago
  28. 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 10 years ago
  29. 0ea80f4 Rename GrResourceCache2->GrResourceCache by bsalomon · 10 years ago
  30. b12ea41 Add texture create/upload stats and make nanobench have explicit gpu stats flag by bsalomon · 10 years ago
  31. 36c57df Make stencil buffers uncached for uncached render target textures by kkinnunen · 10 years ago
  32. db558dd Zap the scratch key on non-RT textures when scratch textures are disabled. by bsalomon · 10 years ago
  33. 873ad0e BUG=skia: by joshualitt · 10 years ago
  34. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  35. 7775c85 Add a simpler key type for scratch resource keys. by bsalomon · 10 years ago
  36. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  37. d95263c Remove GrGpu::flushGraphicsState by bsalomon · 10 years ago
  38. dafa4d0 move program descriptor generation to flush by joshualitt · 10 years ago
  39. f78c60c Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/) by joshualitt · 10 years ago
  40. 829e1b8 move program descriptor generation to flush by joshualitt · 10 years ago
  41. f90a02b some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  42. 8ee4e60 Revert of some cleanup around GrGpu/GrDrawTarget copySurface (patchset #3 id:40001 of https://codereview.chromium.org/749903003/) by bsalomon · 10 years ago
  43. e9aa5dc some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  44. 55b24af Add IndexType parameter to GrDrawTarget::drawPaths by cdalton · 10 years ago
  45. 10e23ca Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  46. 19cd0f1 Revert "Use scratch keys for stencil buffers." by bsalomon · 10 years ago
  47. 91175f1 Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  48. 9176e2c dstCopy on optdrawstate by joshualitt · 10 years ago
  49. 54e0c12 scissor state on optstate by joshualitt · 10 years ago
  50. 7eb8c7b drawinfo carries bufferinfo by joshualitt · 10 years ago
  51. d53a827 Snap optdrawstate in inorder draw buffer and pass into gpu by joshualitt · 10 years ago
  52. 8b79d23 Use GrResourceCache2 to service content key lookups by bsalomon · 10 years ago
  53. 4b68ec0 simple cl to cleanup friends in GrGpu by joshualitt · 10 years ago
  54. f4e5e33 cleaning up geometry handling in gpu by joshualitt · 10 years ago
  55. 3322fa4 Refactor DrawTarget and GPU to be independent by joshualitt · 10 years ago
  56. 2c93efe Clip in grdrawtarget by joshualitt · 10 years ago
  57. 63b2196 Workaround for PowerVR clear issue. by bsalomon · 10 years ago
  58. d1aa8ff removing setVertexArraySource from drawtarget by joshualitt · 10 years ago
  59. 89c6298 Don't allow renderTarget==NULL to GrContext::clear() and friends. by bsalomon · 10 years ago
  60. 92e496f Beginning to refactor nvpr code by joshualitt · 10 years ago
  61. 329bf48 BUG=skia: by joshualitt · 10 years ago
  62. 6db519c clear stencil clip on draw target by joshualitt · 10 years ago
  63. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  64. 77b1307 Scissor rect on drawinfo by joshualitt · 10 years ago
  65. a58fe35 Clip mask manager sets stencil on draw type by joshualitt · 10 years ago
  66. 3a0cfeb Revert of Clip mask manager sets stencil on draw type (patchset #3 id:40001 of https://codereview.chromium.org/676983003/) by joshualitt · 10 years ago
  67. 7afb5aa Clip mask manager sets stencil on draw type by joshualitt · 10 years ago
  68. 5ead6da Oval and stroke AA rect now batch by joshualitt · 10 years ago
  69. 67f7f74 Revert of Oval and stroke AA rect now batch (patchset #7 id:110001 of https://codereview.chromium.org/664193002/) by joshualitt · 10 years ago
  70. 18055af Oval and stroke AA rect now batch by joshualitt · 10 years ago
  71. 9deb696 Revert of Oval and stroke AA rect now batch (patchset #7 id:110001 of https://codereview.chromium.org/664193002/) by mtklein · 10 years ago
  72. bc54fab Oval and stroke AA rect now batch by joshualitt · 10 years ago
  73. 855d83f Uses a single pre-baked set of paths for drawing nvpr text of a given by cdalton · 10 years ago
  74. 4e205b1 Remove createPath* from GrGpu and GrContext by cdalton · 10 years ago
  75. e337130 Fix typo by robertphillips · 10 years ago
  76. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  77. b0bd4f6 Remove GrDrawTarget::AutoRenderTargetRestore. by bsalomon · 10 years ago
  78. c8dc1f7 Add GrResourceCache2. by bsalomon · 10 years ago
  79. ccdaa04 Separate GL path rendering state from GrGpuGL to GrGLPathRendering by kkinnunen · 10 years ago
  80. 1d89ddc Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.org/481443002/) by bsalomon · 10 years ago
  81. 94ce9ac Add GrResourceCache2. by bsalomon · 10 years ago
  82. 6d3fe02 Rename GrGpuObject to GrGpuResource by bsalomon · 10 years ago
  83. b85a0aa Add a GrPathRange class by cdalton · 10 years ago
  84. f9dae78 Remove GrIsPow2 in favor of SkIsPow2. by tfarina · 10 years ago
  85. 9c0e629 Initial work to get ETC1 data up to the GPU by krajcevski · 10 years ago
  86. 999cfd1 Revert of Initial work to get ETC1 data up to the GPU (https://codereview.chromium.org/302783002/) by commit-bot@chromium.org · 10 years ago
  87. af091a1 Initial work to get ETC1 data up to the GPU by commit-bot@chromium.org · 10 years ago
  88. 8341eb7 Rename from "(un)lock" to "(un)map" for geometry buffers. by commit-bot@chromium.org · 10 years ago
  89. 089a780 Split GrResource into GrCacheable/GrGpuObject by commit-bot@chromium.org · 11 years ago
  90. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 11 years ago
  91. ecc4536 Use int rather than size_t for pathCount in GrDrawTarget::drawPaths by commit-bot@chromium.org · 11 years ago
  92. 13e6576 Remove forceRenderTargetFlush (unused) by commit-bot@chromium.org · 11 years ago
  93. 9b62aa1 Make it possible to draw multiple paths at once to a draw target by commit-bot@chromium.org · 11 years ago
  94. 3ae0e6c Add dev bounds to bmp txt context, use bounds to ignore clips by commit-bot@chromium.org · 11 years ago
  95. 56ce48a Add can-ignore-rect hint to clear call by robertphillips@google.com · 11 years ago
  96. 6b7938f separate state for msaa renderability by commit-bot@chromium.org · 11 years ago
  97. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  98. 7388051 Move renderable config list to GrDrawTargetCaps by commit-bot@chromium.org · 11 years ago
  99. 32184d8 Implement stroking a path with nv_path_rendering by commit-bot@chromium.org · 11 years ago
  100. c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago