1. ce89400 Guard SkGpuDevice by joshualitt · 9 years ago
  2. 5651ee6 Change to wire up opnames in SkGpuDevice by joshualitt · 9 years ago
  3. de8dc7e Reland of Make a single GrSingleOwner in GrContext (patchset #1 id:1 of https://codereview.chromium.org/1565303003/ ) by joshualitt · 9 years ago
  4. 27a48dc Create stub GrAuditTrail class by joshualitt · 9 years ago
  5. 94da292 Revert of Make a single GrSingleOwner in GrContext (patchset #3 id:40001 of https://codereview.chromium.org/1563703004/ ) by joshualitt · 9 years ago
  6. f9bc796 Make a single GrSingleOwner in GrContext by joshualitt · 9 years ago
  7. 1de610a Create debug only SkSingleOwner by joshualitt · 9 years ago
  8. 0671b96 Move texture drawing utility method to SkGpuDevice by jvanverth · 9 years ago
  9. dc5685a Wire up resource cache stats dumping in nanobench by joshualitt · 9 years ago
  10. e45c81c Began logging more gpu stats from nanobench by joshualitt · 9 years ago
  11. 69cfe95 Add debug option to clip each GrBatch to its device bounds by bsalomon · 9 years ago
  12. 504ce5d Optionally pass rendertarget to getTestTarget by robertphillips · 9 years ago
  13. caef345 Readd "immediate" mode by robertphillips · 9 years ago
  14. a13e202 Move GrBatchFlushState from GrDrawTarget to GrDrawingManager by robertphillips · 9 years ago
  15. 629162d Add text animation sample; tweak DrawShip sample by jvanverth · 9 years ago
  16. d75ccc6 Revert of Add text animation sample; tweak DrawShip sample (patchset #3 id:40001 of https://codereview.chromium.org/1410663005/ ) by jvanverth · 9 years ago
  17. 3b484a4 Add text animation sample; tweak DrawShip sample by jvanverth · 9 years ago
  18. 6873782 Remove GrPipelineBuilder from getPathRenderer call by robertphillips · 9 years ago
  19. cf10b5a Cosmetic portion of reverted "Fix ClipMaskManager's SW-fallback logic" CL by robertphillips · 9 years ago
  20. 24cdec1 Revert of Fix ClipMaskManager's SW-fallback logic (patchset #4 id:60001 of https://codereview.chromium.org/1421533007/ ) by robertphillips · 9 years ago
  21. 5c3ea4c Fix ClipMaskManager's SW-fallback logic by robertphillips · 9 years ago
  22. b83bec5 Narrow the distribution of GrDrawTarget a bit by robertphillips · 9 years ago
  23. 648c696 Add immediate mode option for gpu configs in dm by bsalomon · 9 years ago
  24. 77a2e52 Remove DrawingMgr shims from GrContext by robertphillips · 9 years ago
  25. a106c62 Loosen requirement that there be only one GrDrawTarget by robertphillips · 9 years ago
  26. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  27. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  28. 2d70dcb Dynamically allocate the GrDrawContexts by robertphillips · 9 years ago
  29. 473addf Remove separate cache for clip mask textures by bsalomon · 9 years ago
  30. 62a69c2 Move Mutexy things to private. by herb · 9 years ago
  31. 0a5fa48 Add onMemoryDump to GrContext by ericrk · 9 years ago
  32. 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
  33. 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
  34. 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
  35. dac7005 Remove GrGpuTraceMarker hooks until we rethink the design by joshualitt · 9 years ago
  36. da04e0e Allow setting of GrBatchFontCache atlas sizes by joshualitt · 9 years ago
  37. 14205b1 Expand functionality of GrRectBatchFactory with AARects by joshualitt · 9 years ago
  38. 17d833b Add abliity to set textblob cache budget to GrContext by joshualitt · 9 years ago
  39. 636e802 Skip temp texture when config conversion test has already failed. by bsalomon · 9 years ago
  40. e8d21e8 Make readpixels work on GrTextures by bsalomon · 9 years ago
  41. 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago
  42. 31dc1b2 style nit cleanups. e.g. remove 'virtual' on override declarations by robertphillips · 9 years ago
  43. c49e868 Rename flushForExternalRead->flushForExternalIO and always call in SkSurface::getTextureHandle by bsalomon · 9 years ago
  44. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  45. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
  46. bcd7ab5 Add useDFT field to SkDeviceProperties by robertphillips · 9 years ago
  47. 2334fb6 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  48. 781d582 Revert of Make GrTextContext be owned by the GrDrawContext (patchset #7 id:120001 of https://codereview.chromium.org/1175553002/) by bsalomon · 9 years ago
  49. 5b16e74 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  50. 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  51. 084d1b6 Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of https://codereview.chromium.org/1149773005/) by bsalomon · 9 years ago
  52. 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  53. 4ee6bd8 Add caps overrides to GMs by bsalomon · 9 years ago
  54. ccb1b57 Move SkGpuDevice::internalDrawPath to GrBlurUtils::drawPathWithMaskFilter by robertphillips · 9 years ago
  55. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  56. 682c269 Store context options on caps. by bsalomon · 9 years ago
  57. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  58. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  59. 7d022d6 add option to supress prints on context by joshualitt · 10 years ago
  60. 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
  61. 5566133 add option to supress prints on context by joshualitt · 10 years ago
  62. 72c7a60 remove legacy Gr things by bsalomon · 10 years ago
  63. e40d397 Isolate GrBufferAllocPools inside GrBatchTarget by robertphillips · 10 years ago
  64. 0acd0d3 adding uniqueID to GrContext by joshualitt · 10 years ago
  65. ed0bcad Move instanced index buffer creation to flush time by bsalomon · 10 years ago
  66. 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
  67. ab622c7 Move instanced index buffer creation to flush time by bsalomon · 10 years ago
  68. 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
  69. a73239a Remove GrFlushToGpuDrawTarget and move functionality up to GrDrawTarget. by bsalomon · 10 years ago
  70. 8f94bb2 remove old text contexts and fontcache by joshualitt · 10 years ago
  71. 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 10 years ago
  72. 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
  73. b7133be Adding a cache + memory pool for GPU TextBlobs by joshualitt · 10 years ago
  74. 7c3a2f8 BitmapTextBatch and BitmapTextBlob by joshualitt · 10 years ago
  75. c03391e Revert of BitmapTextBatch and BitmapTextBlob (patchset #18 id:360001 of https://codereview.chromium.org/1011403004/) by joshualitt · 10 years ago
  76. eed1dae BitmapTextBatch and BitmapTextBlob by joshualitt · 10 years ago
  77. 6e8cd96 Let text contexts fall back directly to paths by joshualitt · 10 years ago
  78. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  79. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago
  80. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  81. 44701df Move clip off of draw target by joshualitt · 10 years ago
  82. f99e961 Allow resources' unique keys to be changed. by bsalomon · 10 years ago
  83. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 10 years ago
  84. 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
  85. 0ea80f4 Rename GrResourceCache2->GrResourceCache by bsalomon · 10 years ago
  86. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 10 years ago
  87. de358a9 BUG=skia: by joshualitt · 10 years ago
  88. d2a6f4e More cleanup around GrContext, textures, and SkGr.cpp by bsalomon · 10 years ago
  89. b9eb4ac patch from issue 886233004 at patchset 40001 (http://crrev.com/886233004#ps40001) by mtklein · 10 years ago
  90. 37f9a26 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  91. 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
  92. 6c96672 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  93. 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
  94. 8a81003 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  95. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  96. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  97. 2fdeda0 XPFactory lazily initializie in drawstate / GrPaint by joshualitt · 10 years ago
  98. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  99. 16b2789 Change to create device coord coordset by joshualitt · 10 years ago
  100. 5531d51 remove view matrix from context by joshualitt · 10 years ago