1. 0ba8c24 Insert clip fragment processor outside GrCMM by bsalomon · 9 years ago
  2. f6d259b Incrementally flush GrDrawTarget by joshualitt · 9 years ago
  3. 0737f61 Revert of Incrementally flush GrDrawTarget (patchset #8 id:130001 of https://codereview.chromium.org/1386463004/ ) by joshualitt · 9 years ago
  4. a7e8780 Incrementally flush GrDrawTarget by joshualitt · 9 years ago
  5. e2bcec3 fix for default path renderer draws harlines without bloating by joshualitt · 9 years ago
  6. ec00d94 Move some of the adding stencil attachment logic of Gpu and into Render Target. by egdaniel · 9 years ago
  7. e66fec2 fix missing clipmaskmanager by Brian Salomon · 9 years ago
  8. b3b9aec Remove GrClipTarget by bsalomon · 9 years ago
  9. ad792c1 Simplify installation of pipeling into GrDrawBatch in GrDrawTarget by bsalomon · 9 years ago
  10. f238469 Late creation of GrPathProcessor by joshualitt · 9 years ago
  11. 512be53 Cleanup GrDrawTarget now that all paths lead to GrBatch by bsalomon · 9 years ago
  12. 1fcc01c GrPathRangeBatch by bsalomon · 9 years ago
  13. dac7005 Remove GrGpuTraceMarker hooks until we rethink the design by joshualitt · 9 years ago
  14. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  15. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  16. d2b23e0 Standardize BW to NonAA by joshualitt · 9 years ago
  17. b6b513b Create separate entry points for the various flavors of drawRect by joshualitt · 9 years ago
  18. add79ef Put drawPath in GrBatch. by bsalomon · 9 years ago
  19. a44919e Path stenciling in GrBatch by bsalomon · 9 years ago
  20. 872062c GrCopySurfaceBatch by bsalomon · 9 years ago
  21. 5ea0363 ClearStencilClip in GrBatch by bsalomon · 9 years ago
  22. 5346983 Put clear and discard into GrBatch. by bsalomon · 9 years ago
  23. 16b9913 Split GrDrawBatch and GrVertexBatch into their own files by bsalomon · 9 years ago
  24. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  25. a387a11 Make GrBatch carry its own GrPipeline by bsalomon · 9 years ago
  26. c699873 Remove GrPipelineOptimizations member from GrPipeline by bsalomon · 9 years ago
  27. 14205b1 Expand functionality of GrRectBatchFactory with AARects by joshualitt · 9 years ago
  28. 7fc2a26 Move GrStrokeRectBatch creation to behind factory by joshualitt · 9 years ago
  29. ecd1a69 Create GrRectBatchFactory by joshualitt · 9 years ago
  30. 47dfc36 Use a factory function to create GrPipeline and remove unused member by bsalomon · 9 years ago
  31. 7441782 Make folder for batches by joshualitt · 9 years ago
  32. ebc1c10 Fix warnings on VS2015 x86_64 build by bsalomon · 9 years ago
  33. 51c8d40 Move some work from backend onClear to base class clear by egdaniel · 9 years ago
  34. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  35. 85cd78d Speculative fix for http://crbug.com/515966 by bsalomon · 9 years ago
  36. 9ec0d43 Removing GrTemplates.h by joshualitt · 9 years ago
  37. 4421a4c small cleanups after fixing const of GrPipelineBuilder on DrawTarget by joshualitt · 9 years ago
  38. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  39. 5e6ba21 Modify GrClipMaskManager to reflect logical constness by joshualitt · 9 years ago
  40. 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
  41. 4061b12 Remove GrContext from GrDrawTarget by bsalomon · 9 years ago
  42. edd77a1 Remove GrContext from GrClipMaskCache by bsalomon · 9 years ago
  43. 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  44. 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
  45. 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  46. dc47ff7 Split GrCaps impl out into its own cpp by bsalomon · 9 years ago
  47. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  48. 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  49. 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
  50. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  51. 682c269 Store context options on caps. by bsalomon · 9 years ago
  52. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  53. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  54. 424cc26 Remove init from GrGLContextInfo and caps classes by bsalomon · 9 years ago
  55. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  56. 0edea2c Make mixed samples contingent on auxiliary extensions by cdalton · 9 years ago
  57. fb5df43 Add RGBA half float texture format. by jvanverth · 9 years ago
  58. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  59. 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
  60. 5df6fee Move copy-surface-as-draw fallback to GrGLGpu. by bsalomon · 9 years ago
  61. 7d022d6 add option to supress prints on context by joshualitt · 9 years ago
  62. 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
  63. 5566133 add option to supress prints on context by joshualitt · 9 years ago
  64. e40d397 Isolate GrBufferAllocPools inside GrBatchTarget by robertphillips · 9 years ago
  65. 8917d62 Implement support for KHR_blend_equation_advanced by cdalton · 9 years ago
  66. ad17cfc Move RectBatch to GrRect by joshualitt · 9 years ago
  67. cb8979d Move DrawInfo out from GrDrawTarget and rename to GrVertices. by bsalomon · 9 years ago
  68. b5238a7 Start on simplifying generateGeometry() overrides by bsalomon · 9 years ago
  69. 8415abe Revert of Start on simplifying generateGeometry() overrides (patchset #10 id:160001 of https://codereview.chromium.org/1122673002/) by bsalomon · 9 years ago
  70. f28381c Start on simplifying generateGeometry() overrides by bsalomon · 9 years ago
  71. 99c7c07 Move bounds to GrBatch by joshualitt · 9 years ago
  72. 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
  73. 9954bc3 Use texture barriers to read directly from the RT by cdalton · 9 years ago
  74. e9c0fc6 Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps by jvanverth · 9 years ago
  75. a73239a Remove GrFlushToGpuDrawTarget and move functionality up to GrDrawTarget. by bsalomon · 9 years ago
  76. 72e3ae4 Remove vertex/index buffer factilities from GrDrawTarget. by bsalomon · 9 years ago
  77. fd4167d Import glTextureBarrier by cdalton · 9 years ago
  78. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 9 years ago
  79. b7133be Adding a cache + memory pool for GPU TextBlobs by joshualitt · 9 years ago
  80. 9665eee Remove unused HWAA flag and uniqueID field from GrDrawTargetCaps. by egdaniel · 9 years ago
  81. 6be6f7c Cleanup in GrPipelineBuilder by bsalomon · 10 years ago
  82. 44701df Move clip off of draw target by joshualitt · 10 years ago
  83. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  84. d08ea5f Round stencil buffers dims up to next pow2 when allowed by bsalomon · 10 years ago
  85. db0f951 Stop lieing about GrBatch color for Rects by joshualitt · 10 years ago
  86. e36914c Pass in ProcOptInfos into willNeedDstCopy on XPs by egdaniel · 10 years ago
  87. 50785a3 Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #1 id:1 of https://codereview.chromium.org/901663007/) by bsalomon · 10 years ago
  88. 21b2c53 Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:200001 of https://codereview.chromium.org/885923002/) by bsalomon · 10 years ago
  89. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  90. de358a9 BUG=skia: by joshualitt · 10 years ago
  91. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  92. 7adb355 Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1 id:1 of https://codereview.chromium.org/896163003/) by egdaniel · 10 years ago
  93. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  94. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  95. 4d8da81 GrBatchPrototype by joshualitt · 10 years ago
  96. c2893c5 Revert of GrBatchPrototype (patchset #32 id:630001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  97. d5a7db4 GrBatchPrototype by joshualitt · 10 years ago
  98. ca0a179 Revert of GrBatchPrototype (patchset #30 id:570001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  99. d15e4e4 GrBatchPrototype by joshualitt · 10 years ago
  100. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago