1. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  2. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  3. 87f15c8 Retract GrRenderTarget from GrTestTarget by robertphillips · 8 years ago
  4. 7761d61 Rename GrDrawingMgr::abandon to wasAbandoned & add a matching entry point to GrDrawingContext by robertphillips · 8 years ago
  5. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  6. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  7. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 9 years ago
  8. c3d706f Revert of Use transfer buffer for BatchAtlas texture copies (patchset #9 id:160001 of https://codereview.chromium.org/1888473002/ ) by jvanverth · 9 years ago
  9. b0ec983 Use transfer buffer for BatchAtlas texture copies. by jvanverth · 9 years ago
  10. 1bf3e71 Add optional data parameter to createBuffer by cdalton · 9 years ago
  11. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 9 years ago
  12. e2e71c2 Track GL buffer state based on unique resource ID by cdalton · 9 years ago
  13. 044d3c1 Revert of Track GL buffer state based on unique resource ID (patchset #6 id:100001 of https://codereview.chromium.org/1854283004/ ) by mtklein · 9 years ago
  14. deacc97 Track GL buffer state based on unique resource ID by cdalton · 9 years ago
  15. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 9 years ago
  16. 49c4c22 Remove ownership parameter from GrResourceProvider::wrapBackendTextureAsRenderTarget by kkinnunen · 9 years ago
  17. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 9 years ago[Renamed from src/gpu/GrTest.cpp]
  18. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 9 years ago[Renamed from tools/gpu/GrTest.cpp]
  19. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 9 years ago[Renamed from src/gpu/GrTest.cpp]
  20. 397536c Consolidate GPU buffer implementations by cdalton · 9 years ago
  21. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 9 years ago
  22. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 9 years ago
  23. 1d417a8 Add unit test for vertex attribute count. by bsalomon · 9 years ago
  24. 7b2707d nanobench: Reduce the total number of statistics being captured. by jcgregorio · 9 years ago
  25. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 9 years ago
  26. 28f45b9 Add "sample locations" feature to GrProcessor by cdalton · 9 years ago
  27. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  28. 8b8f36f Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patchset #7 id:120001 of https://codereview.chromium.org/1754563003/ ) by robertphillips · 9 years ago
  29. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  30. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
  31. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  32. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
  33. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  34. f7b8b8a Add wrapBackendTextureAsRenderTarget API by ericrk · 9 years ago
  35. 7023a00 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 9 years ago
  36. d106c2c Revert of Use unorm shorts for texture coordinates when rendering text. (patchset #3 id:40001 of https://codereview.chromium.org/1713693002/ ) by jvanverth · 9 years ago
  37. e507ff0 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 9 years ago
  38. ed82800 There is an unused rowBytes parameter being passed along. by cblume · 9 years ago
  39. e63ffef Remove deferred clear from SkGpuDevice by bsalomon · 9 years ago
  40. 6121405 Cleaning up trailing spaces and typos. by cblume · 9 years ago
  41. de83b41 Add Audittrail for path renderers by joshualitt · 9 years ago
  42. f5883a6 Hide drawBatch on GrDrawTarget from test Methods by joshualitt · 9 years ago
  43. 41e4384e Move config texturability/renderability to config table. by bsalomon · 9 years ago
  44. 4999df8 Revert of Move config texturability/renderability to config table (patchset #8 id:140001 of https://codereview.chromium.org/1563443002/ ) by egdaniel · 9 years ago
  45. 32a3cd2 Move config texturability/renderability to config table. by bsalomon · 9 years ago
  46. 17aa047 More framework support for TransferBuffers by jvanverth · 9 years ago
  47. e804292 Move all text stuff to its own folder by joshualitt · 9 years ago
  48. 0671b96 Move texture drawing utility method to SkGpuDevice by jvanverth · 9 years ago
  49. 6dea83f Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  50. e2725f5 Revert of Add option to draw wireframe batch bounds (patchset #6 id:100001 of https://codereview.chromium.org/1494473005/ ) by scroggo · 9 years ago
  51. 26489ef Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  52. 73063dc Add transfer buffer support. by jvanverth · 9 years ago
  53. 53c5d5f Revert of Add transfer buffer support. (patchset #9 id:160001 of https://codereview.chromium.org/1490473003/ ) by egdaniel · 9 years ago
  54. dc5685a Wire up resource cache stats dumping in nanobench by joshualitt · 9 years ago
  55. fa498fe Add transfer buffer support. by jvanverth · 9 years ago
  56. e45c81c Began logging more gpu stats from nanobench by joshualitt · 9 years ago
  57. 69cfe95 Add debug option to clip each GrBatch to its device bounds by bsalomon · 9 years ago
  58. 504ce5d Optionally pass rendertarget to getTestTarget by robertphillips · 9 years ago
  59. 0dfa62c Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  60. 1d51273 Revert of Update testing frameworks/tests for MDB (patchset #4 id:60001 of https://codereview.chromium.org/1441533003/ ) by egdaniel · 9 years ago
  61. 9c86051 Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  62. caef345 Readd "immediate" mode by robertphillips · 9 years ago
  63. 67d7620 Fix leaks in unit tests of GrGLTextureInfos by bsalomon · 9 years ago
  64. 60029a5 Update Layer Hoisting to store its atlas texture in the resource cache by robertphillips · 9 years ago
  65. 629162d Add text animation sample; tweak DrawShip sample by jvanverth · 9 years ago
  66. 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
  67. 3b484a4 Add text animation sample; tweak DrawShip sample by jvanverth · 9 years ago
  68. cf1d198 Revert of Update Layer Hoisting to store its atlas texture in the resource cache (patchset #6 id:100001 of https://codereview.chromium.org/1406013006/ ) by robertphillips · 9 years ago
  69. 42597bc Update Layer Hoisting to store its atlas texture in the resource cache by robertphillips · 9 years ago
  70. 648c696 Add immediate mode option for gpu configs in dm by bsalomon · 9 years ago
  71. 77a2e52 Remove DrawingMgr shims from GrContext by robertphillips · 9 years ago
  72. a106c62 Loosen requirement that there be only one GrDrawTarget by robertphillips · 9 years ago
  73. ec00d94 Move some of the adding stencil attachment logic of Gpu and into Render Target. by egdaniel · 9 years ago
  74. 465283c Remove batchtracker by joshualitt · 9 years ago
  75. 512be53 Cleanup GrDrawTarget now that all paths lead to GrBatch by bsalomon · 9 years ago
  76. 87a5c9f Add number of draws to GrGpu stats by joshualitt · 9 years ago
  77. dac7005 Remove GrGpuTraceMarker hooks until we rethink the design by joshualitt · 9 years ago
  78. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  79. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  80. 1cbdcde Fix for copy surface not handling dirty context by joshualitt · 9 years ago
  81. 7f9c9eb wire up reduced atlas and zero textblob cache to test by joshualitt · 9 years ago
  82. da04e0e Allow setting of GrBatchFontCache atlas sizes by joshualitt · 9 years ago
  83. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
  84. 51c8d40 Move some work from backend onClear to base class clear by egdaniel · 9 years ago
  85. 17d833b Add abliity to set textblob cache budget to GrContext by joshualitt · 9 years ago
  86. 6cb3cbe Make GrGpu read/write pixels take GrSurface by bsalomon · 9 years ago
  87. f067451 Move draw on upload decision in GrGpu by bsalomon · 9 years ago
  88. 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
  89. b542bae Rename GrInOrderDrawBuffer to GrBufferedDrawTarget by joshualitt · 9 years ago
  90. 0341b44 Move draw on upload decision in GrGpu by bsalomon · 9 years ago
  91. 3982602 Attempt to somewhat simplify GrContext::readSurfacePixels interaction with GrGpu. by bsalomon · 9 years ago
  92. 8895792 Rename backing texture testing routines by jvanverth · 9 years ago
  93. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  94. 672bb7f Remove GL-specific code from GMs and tests by jvanverth · 9 years ago
  95. f9ad558 Revert of Revert of Return GrGLContext from GrTestTarget (patchset #1 id:1 of https://codereview.chromium.org/1211123004/) by reed · 9 years ago
  96. 1852ec2 Revert of Return GrGLContext from GrTestTarget (patchset #3 id:40001 of https://codereview.chromium.org/1207393002/) by reed · 9 years ago
  97. b6d93ea Return GrGLContext from GrTestTarget by joshualitt · 9 years ago
  98. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  99. 8b08159 Fix for crashing bots by joshualitt · 9 years ago
  100. 6df8640 Revert "Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/1144433002/)" by bsalomon · 9 years ago