1. db4758c Restrict query bounds for reduce clip to dev bounds by bsalomon · 9 years ago
  2. e004bfc Increase the amount of debug information printed out by batches by robertphillips · 9 years ago
  3. 0dfa62c Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  4. 1d51273 Revert of Update testing frameworks/tests for MDB (patchset #4 id:60001 of https://codereview.chromium.org/1441533003/ ) by egdaniel · 9 years ago
  5. 9c86051 Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  6. a13e202 Move GrBatchFlushState from GrDrawTarget to GrDrawingManager by robertphillips · 9 years ago
  7. d472792 Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://codereview.chromium.org/1431593006/ ) by cdalton · 9 years ago
  8. 1f0e350 Disable preemptive batch preparation by robertphillips · 9 years ago
  9. 14184d5 Fix mixed samples stencil clip by cdalton · 9 years ago
  10. 498d7ac Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  11. e91f7b5 Move scissor state to GrAppliedClip by bsalomon · 9 years ago
  12. 648c696 Add immediate mode option for gpu configs in dm by bsalomon · 9 years ago
  13. a352b14 Revert of Dependencies are now added between the drawTargets in GrPipeline (patchset #6 id:120001 of https://codereview.chromium.org/1414903002/ ) by robertphillips · 9 years ago
  14. 869c5e8 Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  15. 81bdbf8 Revert of Dependencies are now added between the drawTargets in GrPipeline (patchset #5 id:100001 of https://codereview.chromium.org/1414903002/ ) by caryclark · 9 years ago
  16. 45a1c34 Dependencies are now added between the drawTargets in GrPipeline by robertphillips · 9 years ago
  17. 4beb5c1 Add debugging helper to GrDrawTarget by robertphillips · 9 years ago
  18. 6a18665 Add the machinery to GrDrawTarget to enable topological sorting by robertphillips · 9 years ago
  19. a106c62 Loosen requirement that there be only one GrDrawTarget by robertphillips · 9 years ago
  20. 8585dd2 Updates nvpr text blobs to not store a direct reference to the by cdalton · 9 years ago
  21. 0ba8c24 Insert clip fragment processor outside GrCMM by bsalomon · 9 years ago
  22. f6d259b Incrementally flush GrDrawTarget by joshualitt · 9 years ago
  23. 0737f61 Revert of Incrementally flush GrDrawTarget (patchset #8 id:130001 of https://codereview.chromium.org/1386463004/ ) by joshualitt · 9 years ago
  24. a7e8780 Incrementally flush GrDrawTarget by joshualitt · 9 years ago
  25. e2bcec3 fix for default path renderer draws harlines without bloating by joshualitt · 9 years ago
  26. ec00d94 Move some of the adding stencil attachment logic of Gpu and into Render Target. by egdaniel · 9 years ago
  27. e66fec2 fix missing clipmaskmanager by Brian Salomon · 9 years ago
  28. b3b9aec Remove GrClipTarget by bsalomon · 9 years ago
  29. ad792c1 Simplify installation of pipeling into GrDrawBatch in GrDrawTarget by bsalomon · 9 years ago
  30. f238469 Late creation of GrPathProcessor by joshualitt · 9 years ago
  31. 512be53 Cleanup GrDrawTarget now that all paths lead to GrBatch by bsalomon · 9 years ago
  32. 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago
  33. dac7005 Remove GrGpuTraceMarker hooks until we rethink the design by joshualitt · 9 years ago
  34. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  35. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  36. d2b23e0 Standardize BW to NonAA by joshualitt · 9 years ago
  37. b6b513b Create separate entry points for the various flavors of drawRect by joshualitt · 9 years ago
  38. add79ef Put drawPath in GrBatch. by bsalomon · 9 years ago
  39. a44919e Path stenciling in GrBatch by bsalomon · 9 years ago
  40. 872062c GrCopySurfaceBatch by bsalomon · 9 years ago
  41. 5ea0363 ClearStencilClip in GrBatch by bsalomon · 9 years ago
  42. 5346983 Put clear and discard into GrBatch. by bsalomon · 9 years ago
  43. 16b9913 Split GrDrawBatch and GrVertexBatch into their own files by bsalomon · 9 years ago
  44. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  45. a387a11 Make GrBatch carry its own GrPipeline by bsalomon · 9 years ago
  46. c699873 Remove GrPipelineOptimizations member from GrPipeline by bsalomon · 9 years ago
  47. 14205b1 Expand functionality of GrRectBatchFactory with AARects by joshualitt · 9 years ago
  48. 7fc2a26 Move GrStrokeRectBatch creation to behind factory by joshualitt · 9 years ago
  49. ecd1a69 Create GrRectBatchFactory by joshualitt · 9 years ago
  50. 47dfc36 Use a factory function to create GrPipeline and remove unused member by bsalomon · 9 years ago
  51. 7441782 Make folder for batches by joshualitt · 9 years ago
  52. ebc1c10 Fix warnings on VS2015 x86_64 build by bsalomon · 9 years ago
  53. 51c8d40 Move some work from backend onClear to base class clear by egdaniel · 9 years ago
  54. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  55. 85cd78d Speculative fix for http://crbug.com/515966 by bsalomon · 9 years ago
  56. 9ec0d43 Removing GrTemplates.h by joshualitt · 9 years ago
  57. 4421a4c small cleanups after fixing const of GrPipelineBuilder on DrawTarget by joshualitt · 9 years ago
  58. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  59. 5e6ba21 Modify GrClipMaskManager to reflect logical constness by joshualitt · 9 years ago
  60. 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
  61. 4061b12 Remove GrContext from GrDrawTarget by bsalomon · 9 years ago
  62. edd77a1 Remove GrContext from GrClipMaskCache by bsalomon · 9 years ago
  63. 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  64. 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
  65. 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  66. dc47ff7 Split GrCaps impl out into its own cpp by bsalomon · 9 years ago
  67. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  68. 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  69. d23a395 Revert of Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. (patchset #6 id:100001 of https://codereview.chromium.org/1132093004/) by bungeman · 9 years ago
  70. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  71. 682c269 Store context options on caps. by bsalomon · 9 years ago
  72. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  73. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  74. 424cc26 Remove init from GrGLContextInfo and caps classes by bsalomon · 9 years ago
  75. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  76. 0edea2c Make mixed samples contingent on auxiliary extensions by cdalton · 9 years ago
  77. fb5df43 Add RGBA half float texture format. by jvanverth · 9 years ago
  78. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  79. 404b3b2 Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/1144433002/) by mtklein · 9 years ago
  80. 5df6fee Move copy-surface-as-draw fallback to GrGLGpu. by bsalomon · 9 years ago
  81. 7d022d6 add option to supress prints on context by joshualitt · 9 years ago
  82. ee71044 Revert of add option to supress prints on context (patchset #5 id:80001 of https://codereview.chromium.org/1128903008/) by joshualitt · 9 years ago
  83. 5566133 add option to supress prints on context by joshualitt · 9 years ago
  84. e40d397 Isolate GrBufferAllocPools inside GrBatchTarget by robertphillips · 9 years ago
  85. 8917d62 Implement support for KHR_blend_equation_advanced by cdalton · 9 years ago
  86. ad17cfc Move RectBatch to GrRect by joshualitt · 9 years ago
  87. cb8979d Move DrawInfo out from GrDrawTarget and rename to GrVertices. by bsalomon · 9 years ago
  88. b5238a7 Start on simplifying generateGeometry() overrides by bsalomon · 9 years ago
  89. 8415abe Revert of Start on simplifying generateGeometry() overrides (patchset #10 id:160001 of https://codereview.chromium.org/1122673002/) by bsalomon · 9 years ago
  90. f28381c Start on simplifying generateGeometry() overrides by bsalomon · 9 years ago
  91. 99c7c07 Move bounds to GrBatch by joshualitt · 9 years ago
  92. 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 · 9 years ago
  93. 9954bc3 Use texture barriers to read directly from the RT by cdalton · 9 years ago
  94. e9c0fc6 Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps by jvanverth · 10 years ago
  95. a73239a Remove GrFlushToGpuDrawTarget and move functionality up to GrDrawTarget. by bsalomon · 10 years ago
  96. 72e3ae4 Remove vertex/index buffer factilities from GrDrawTarget. by bsalomon · 10 years ago
  97. fd4167d Import glTextureBarrier by cdalton · 10 years ago
  98. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 10 years ago
  99. b7133be Adding a cache + memory pool for GPU TextBlobs by joshualitt · 10 years ago
  100. 9665eee Remove unused HWAA flag and uniqueID field from GrDrawTargetCaps. by egdaniel · 10 years ago