1. 26ffc00 add textblob cache freeall by joshualitt · 10 years ago
  2. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 10 years ago
  3. f103cd8 Set resScale on stroker when stroking path on gpu. by egdaniel · 10 years ago
  4. 3033b9f Make GrContext::freeGpuResources() purge the resource cache by bsalomon · 10 years ago
  5. 0db6dfa The TextBlobCache needs the ability to trigger a flush because otherwise its entire budget can be used up, but it will not be able to free up any space due to blobs being stuck in the GrInOrderDrawBuffer. This was causing a segfault. After this CL the cache will try to purge, and then flush if it cannot purge enough. It will not purge the most recent addition to the cache. by joshualitt · 10 years ago
  6. 62db8ba fix for perf regression on ugamsolutions / msaa16 by joshualitt · 10 years ago
  7. 3f32432 Add mechanism to proactively purge old resources in GrResourceCache. by bsalomon · 10 years ago
  8. b7133be Adding a cache + memory pool for GPU TextBlobs by joshualitt · 10 years ago
  9. 95bc5f3 change isNestedRect to isNestedFillRect by caryclark · 10 years ago
  10. dbd3593 Rename GrBitmapTextContextB to GrAtlasTextContext by joshualitt · 10 years ago
  11. 1d89e8d move Atlas Text Context to its own file by joshualitt · 10 years ago
  12. 7c3a2f8 BitmapTextBatch and BitmapTextBlob by joshualitt · 10 years ago
  13. c03391e Revert of BitmapTextBatch and BitmapTextBlob (patchset #18 id:360001 of https://codereview.chromium.org/1011403004/) by joshualitt · 10 years ago
  14. eed1dae BitmapTextBatch and BitmapTextBlob by joshualitt · 10 years ago
  15. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  16. 6e8cd96 Let text contexts fall back directly to paths by joshualitt · 10 years ago
  17. 4b31de8 handle null vertex or index buffers in batch by joshualitt · 10 years ago
  18. d4c7d55 nexus 9 fix by joshualitt · 10 years ago
  19. 0823bfa Context batches by joshualitt · 10 years ago
  20. 5f5a8d7 adding preabandon flag to DM by joshualitt · 10 years ago
  21. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  22. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago
  23. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  24. 44701df Move clip off of draw target by joshualitt · 10 years ago
  25. 0bdeec9 Remove canApplyCoverage from XP and all related functions in gpu code. by egdaniel · 10 years ago
  26. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  27. f99e961 Allow resources' unique keys to be changed. by bsalomon · 10 years ago
  28. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 10 years ago
  29. 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
  30. 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 10 years ago
  31. 0ea80f4 Rename GrResourceCache2->GrResourceCache by bsalomon · 10 years ago
  32. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 10 years ago
  33. d2a6f4e More cleanup around GrContext, textures, and SkGr.cpp by bsalomon · 10 years ago
  34. b9eb4ac patch from issue 886233004 at patchset 40001 (http://crrev.com/886233004#ps40001) by mtklein · 10 years ago
  35. 37f9a26 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  36. e137db8 Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #10 id:200001 of https://codereview.chromium.org/882223003/) by bsalomon · 10 years ago
  37. 6c96672 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  38. 6bfef2d Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #9 id:160001 of https://codereview.chromium.org/882223003/) by fmalita · 10 years ago
  39. 8a81003 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  40. e167f96 Fix GPU resource cache related assertions. by bsalomon · 10 years ago
  41. 66e09a8 discard scratch render targets when they are recycled. by bsalomon · 10 years ago
  42. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  43. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  44. 2fdeda0 XPFactory lazily initializie in drawstate / GrPaint by joshualitt · 10 years ago
  45. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  46. 7775c85 Add a simpler key type for scratch resource keys. by bsalomon · 10 years ago
  47. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  48. d27f73e Remove coordchanges from drawstate by joshualitt · 10 years ago
  49. 8fc6c2d This CL cleans up the last remaining users of localCoordChange on paint by joshualitt · 10 years ago
  50. fa1e8a7 Add sRGB texture support. by jvanverth · 10 years ago
  51. 16b2789 Change to create device coord coordset by joshualitt · 10 years ago
  52. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  53. a047f12 whitespace change to context to force rebuild of skia by joshualitt · 10 years ago
  54. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  55. 8c0f615 Revert of Remove GP from drawstate, revision of invariant output for GP (patchset #9 id:160001 of https://codereview.chromium.org/791743003/) by joshualitt · 10 years ago
  56. c6bc58e Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  57. 2e3b3e3 This cl moves color and coverage off of drawstate. In an effort to keep this CL manageable, I have left the compute invariant input / output in a bit of a strange state(fixing this will be complicated). by joshualitt · 10 years ago
  58. 787cdf9 Ganesh text rendering cleanup. by jvanverth · 10 years ago
  59. 2dd1ae0 First step to moving vertex attributes to the geometryProcessor by joshualitt · 10 years ago
  60. e638d1c check matrix does not have rotation or perspective transformation by derekf · 10 years ago
  61. 10e23ca Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  62. 19cd0f1 Revert "Use scratch keys for stencil buffers." by bsalomon · 10 years ago
  63. 91175f1 Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  64. 9853cce Drawstate on stack by joshualitt · 10 years ago
  65. 84c8e62 Allow GPU resources to not be counted against the cache budget. by bsalomon · 10 years ago
  66. dace19e Correct accounting for wrapped resources by bsalomon · 10 years ago
  67. 5478d42 Push creation of default GP to the caller by joshualitt · 10 years ago
  68. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  69. 191bcc0 Fix ref-cnting bug in GrContext::readRenderTargetPixels by bsalomon · 10 years ago
  70. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  71. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  72. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  73. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  74. 395ef05 Fix use of NULL ptr in GrContext::drawRect by bsalomon · 10 years ago
  75. 453cf40 Add GrGpuResource::CacheAccess by bsalomon · 10 years ago
  76. d53a827 Snap optdrawstate in inorder draw buffer and pass into gpu by joshualitt · 10 years ago
  77. 8b79d23 Use GrResourceCache2 to service content key lookups by bsalomon · 10 years ago
  78. 3322fa4 Refactor DrawTarget and GPU to be independent by joshualitt · 10 years ago
  79. 3343557 Add mock context and use in ResourceCacheTest. by bsalomon · 10 years ago
  80. 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
  81. 820dd6c Add mock context and use in ResourceCacheTest. by bsalomon · 10 years ago
  82. d1aa8ff removing setVertexArraySource from drawtarget by joshualitt · 10 years ago
  83. 87a94eb Rename and clarify semantics of GrContext::resolveRenderTarget. by bsalomon · 10 years ago
  84. 0537f29 Revert changes to GrContext::resolveRenderTarget by bsalomon · 10 years ago
  85. 89c6298 Don't allow renderTarget==NULL to GrContext::clear() and friends. by bsalomon · 10 years ago
  86. 37dd331 Add class GrGLTextureRenderTarget for GL texture/rendertarget objects by bsalomon · 10 years ago
  87. 5c55fef GrContext no longer ever draws on Gpu by joshualitt · 10 years ago
  88. b9e8230 Revert of GrContext no longer ever draws on Gpu (patchset #7 id:120001 of https://codereview.chromium.org/683733005/) by joshualitt · 10 years ago
  89. 7a75e52 GrContext no longer ever draws on Gpu by joshualitt · 10 years ago
  90. 38406c8 Cleanup: Go with SkDebugf instead of GrPrintf. by tfarina · 10 years ago
  91. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  92. b44293e aa rect renderer takes a gpu on construction by joshualitt · 10 years ago
  93. 183e985 Widen the set of nested rects that can be drawn natively on the GPU by robertphillips · 10 years ago
  94. 000f829 Prefer to recycle non-RT scratch textures that don't have pending IO by bsalomon · 10 years ago
  95. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  96. 8c27a18 Change GrTextContext fallbacks to be a linked list chain. by jvanverth · 10 years ago
  97. 81beccc Devirtualize read/write pixels on surface. by bsalomon · 10 years ago
  98. 1e2530b Use presence of a content key as non-scratch indicator by bsalomon · 10 years ago
  99. 0f9e8a7 Revert of Use presence of a content key as non-scratch indicator (patchset #5 id:80001 of https://codereview.chromium.org/639873002/) by bsalomon · 10 years ago
  100. 9eefe08 Use presence of a content key as non-scratch indicator by bsalomon · 10 years ago