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