1. cf10b5a Cosmetic portion of reverted "Fix ClipMaskManager's SW-fallback logic" CL by robertphillips · 9 years ago
  2. 24cdec1 Revert of Fix ClipMaskManager's SW-fallback logic (patchset #4 id:60001 of https://codereview.chromium.org/1421533007/ ) by robertphillips · 9 years ago
  3. 5c3ea4c Fix ClipMaskManager's SW-fallback logic by robertphillips · 9 years ago
  4. b83bec5 Narrow the distribution of GrDrawTarget a bit by robertphillips · 9 years ago
  5. 648c696 Add immediate mode option for gpu configs in dm by bsalomon · 9 years ago
  6. 77a2e52 Remove DrawingMgr shims from GrContext by robertphillips · 9 years ago
  7. a106c62 Loosen requirement that there be only one GrDrawTarget by robertphillips · 9 years ago
  8. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  9. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  10. 2d70dcb Dynamically allocate the GrDrawContexts by robertphillips · 9 years ago
  11. 473addf Remove separate cache for clip mask textures by bsalomon · 9 years ago
  12. 62a69c2 Move Mutexy things to private. by herb · 9 years ago
  13. 0a5fa48 Add onMemoryDump to GrContext by ericrk · 9 years ago
  14. 6c6f658 Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU raster threads accessing the same GrContext to read back GPU input data by bsalomon · 9 years ago
  15. 32ab260 Revert of Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU raster threads accessin… (patchset #1 id:1 of https://codereview.chromium.org/1329313002/ ) by bsalomon · 9 years ago
  16. eb662bc Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU raster threads accessing the same GrContext to read back GPU input data by bsalomon · 9 years ago
  17. dac7005 Remove GrGpuTraceMarker hooks until we rethink the design by joshualitt · 9 years ago
  18. da04e0e Allow setting of GrBatchFontCache atlas sizes by joshualitt · 9 years ago
  19. 14205b1 Expand functionality of GrRectBatchFactory with AARects by joshualitt · 9 years ago
  20. 17d833b Add abliity to set textblob cache budget to GrContext by joshualitt · 9 years ago
  21. 636e802 Skip temp texture when config conversion test has already failed. by bsalomon · 9 years ago
  22. e8d21e8 Make readpixels work on GrTextures by bsalomon · 9 years ago
  23. 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago
  24. 31dc1b2 style nit cleanups. e.g. remove 'virtual' on override declarations by robertphillips · 10 years ago
  25. c49e868 Rename flushForExternalRead->flushForExternalIO and always call in SkSurface::getTextureHandle by bsalomon · 10 years ago
  26. 2766c00 remove SkInstCnt by mtklein · 10 years ago
  27. fcf7829 remove SkDeviceProperties by robertphillips · 10 years ago
  28. bcd7ab5 Add useDFT field to SkDeviceProperties by robertphillips · 10 years ago
  29. 2334fb6 Make GrTextContext be owned by the GrDrawContext by robertphillips · 10 years ago
  30. 781d582 Revert of Make GrTextContext be owned by the GrDrawContext (patchset #7 id:120001 of https://codereview.chromium.org/1175553002/) by bsalomon · 10 years ago
  31. 5b16e74 Make GrTextContext be owned by the GrDrawContext by robertphillips · 10 years ago
  32. 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 10 years ago
  33. 084d1b6 Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of https://codereview.chromium.org/1149773005/) by bsalomon · 10 years ago
  34. 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 10 years ago
  35. 4ee6bd8 Add caps overrides to GMs by bsalomon · 10 years ago
  36. ccb1b57 Move SkGpuDevice::internalDrawPath to GrBlurUtils::drawPathWithMaskFilter by robertphillips · 10 years ago
  37. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 10 years ago
  38. 682c269 Store context options on caps. by bsalomon · 10 years ago
  39. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 10 years ago
  40. f28cff7 Store context options on caps. by bsalomon · 10 years ago
  41. 7d022d6 add option to supress prints on context by joshualitt · 10 years ago
  42. ee71044 Revert of add option to supress prints on context (patchset #5 id:80001 of https://codereview.chromium.org/1128903008/) by joshualitt · 10 years ago
  43. 5566133 add option to supress prints on context by joshualitt · 10 years ago
  44. 72c7a60 remove legacy Gr things by bsalomon · 10 years ago
  45. e40d397 Isolate GrBufferAllocPools inside GrBatchTarget by robertphillips · 10 years ago
  46. 0acd0d3 adding uniqueID to GrContext by joshualitt · 10 years ago
  47. ed0bcad Move instanced index buffer creation to flush time by bsalomon · 10 years ago
  48. 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
  49. ab622c7 Move instanced index buffer creation to flush time by bsalomon · 10 years ago
  50. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 10 years ago
  51. a73239a Remove GrFlushToGpuDrawTarget and move functionality up to GrDrawTarget. by bsalomon · 10 years ago
  52. 8f94bb2 remove old text contexts and fontcache by joshualitt · 10 years ago
  53. 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 10 years ago
  54. 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
  55. b7133be Adding a cache + memory pool for GPU TextBlobs by joshualitt · 10 years ago
  56. 7c3a2f8 BitmapTextBatch and BitmapTextBlob by joshualitt · 10 years ago
  57. c03391e Revert of BitmapTextBatch and BitmapTextBlob (patchset #18 id:360001 of https://codereview.chromium.org/1011403004/) by joshualitt · 10 years ago
  58. eed1dae BitmapTextBatch and BitmapTextBlob by joshualitt · 10 years ago
  59. 6e8cd96 Let text contexts fall back directly to paths by joshualitt · 10 years ago
  60. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  61. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago
  62. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  63. 44701df Move clip off of draw target by joshualitt · 10 years ago
  64. f99e961 Allow resources' unique keys to be changed. by bsalomon · 10 years ago
  65. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 10 years ago
  66. 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
  67. 0ea80f4 Rename GrResourceCache2->GrResourceCache by bsalomon · 10 years ago
  68. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 10 years ago
  69. de358a9 BUG=skia: by joshualitt · 10 years ago
  70. d2a6f4e More cleanup around GrContext, textures, and SkGr.cpp by bsalomon · 10 years ago
  71. b9eb4ac patch from issue 886233004 at patchset 40001 (http://crrev.com/886233004#ps40001) by mtklein · 10 years ago
  72. 37f9a26 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  73. 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
  74. 6c96672 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  75. 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
  76. 8a81003 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  77. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  78. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  79. 2fdeda0 XPFactory lazily initializie in drawstate / GrPaint by joshualitt · 10 years ago
  80. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  81. 16b2789 Change to create device coord coordset by joshualitt · 10 years ago
  82. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  83. 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
  84. 10e23ca Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  85. 19cd0f1 Revert "Use scratch keys for stencil buffers." by bsalomon · 10 years ago
  86. 91175f1 Use scratch keys for stencil buffers. by bsalomon · 10 years ago
  87. 9853cce Drawstate on stack by joshualitt · 10 years ago
  88. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  89. c87dd2c Enable unused param checking for public includes. by djsollen · 10 years ago
  90. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  91. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  92. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  93. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  94. 8b79d23 Use GrResourceCache2 to service content key lookups by bsalomon · 10 years ago
  95. 3343557 Add mock context and use in ResourceCacheTest. by bsalomon · 10 years ago
  96. 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
  97. 820dd6c Add mock context and use in ResourceCacheTest. by bsalomon · 10 years ago
  98. 87a94eb Rename and clarify semantics of GrContext::resolveRenderTarget. by bsalomon · 10 years ago
  99. 89c6298 Don't allow renderTarget==NULL to GrContext::clear() and friends. by bsalomon · 10 years ago
  100. 5c55fef GrContext no longer ever draws on Gpu by joshualitt · 10 years ago