1. 872062c GrCopySurfaceBatch by bsalomon · 9 years ago
  2. 5ea0363 ClearStencilClip in GrBatch by bsalomon · 9 years ago
  3. 5346983 Put clear and discard into GrBatch. by bsalomon · 9 years ago
  4. 7539856 Make GrVertexBatch objects hold their own draws during GrDrawTarget flush by bsalomon · 9 years ago
  5. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  6. 2d56303 Move willColorBlendWithDst from pipeline builder to GrPipelineOptimizations. by bsalomon · 9 years ago
  7. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
  8. 69a9689 Remove trace marker support from GrBufferedDrawTarget by bsalomon · 9 years ago
  9. a387a11 Make GrBatch carry its own GrPipeline by bsalomon · 9 years ago
  10. 5ac42ea Make initBatchTracker private, move towards pipeline on batch by bsalomon · 9 years ago
  11. c699873 Remove GrPipelineOptimizations member from GrPipeline by bsalomon · 9 years ago
  12. 51c8d40 Move some work from backend onClear to base class clear by egdaniel · 9 years ago
  13. b542bae Rename GrInOrderDrawBuffer to GrBufferedDrawTarget by joshualitt · 9 years ago[Renamed (69%) from src/gpu/GrInOrderDrawBuffer.cpp]
  14. 7765a47 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  15. d07a279 Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview.chromium.org/1213383005/) by bsalomon · 9 years ago
  16. f5179a4 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  17. ce09a28 Reenable reordering by joshualitt · 9 years ago
  18. 995594b disable reordering until android bots clear up by joshualitt · 9 years ago
  19. 09a486e fix dm crash by joshualitt · 9 years ago
  20. 5c7dfee re-enable reordering by joshualitt · 9 years ago
  21. 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
  22. 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  23. 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
  24. 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  25. f152e98 revert reordering by joshualitt · 9 years ago
  26. 24a366a Fall back to older inorder buffer if we have NVPR by joshualitt · 9 years ago
  27. d8e2d28 Revert of Fall back to older inorder buffer if we have NVPR (patchset #3 id:40001 of https://codereview.chromium.org/1143153008/) by joshualitt · 9 years ago
  28. b72ec98 Fall back to older inorder buffer if we have NVPR by joshualitt · 9 years ago
  29. e932a64 enable reordering by joshualitt · 9 years ago
  30. 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
  31. 5df6fee Move copy-surface-as-draw fallback to GrGLGpu. by bsalomon · 9 years ago
  32. 3b58d75 Initial CL to create Reorder command builder behind a flag by joshualitt · 9 years ago
  33. e40d397 Isolate GrBufferAllocPools inside GrBatchTarget by robertphillips · 9 years ago
  34. af24295 create GrInOrderCommandBuilder by joshualitt · 9 years ago
  35. ad17cfc Move RectBatch to GrRect by joshualitt · 9 years ago
  36. e46760e Create GrCommandBuilder by joshualitt · 9 years ago
  37. b5238a7 Start on simplifying generateGeometry() overrides by bsalomon · 9 years ago
  38. 8415abe Revert of Start on simplifying generateGeometry() overrides (patchset #10 id:160001 of https://codereview.chromium.org/1122673002/) by bsalomon · 9 years ago
  39. f28381c Start on simplifying generateGeometry() overrides by bsalomon · 9 years ago
  40. 0911430 Move state management to GrInOrderDrawBuffer by joshualitt · 9 years ago
  41. ed0bcad Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  42. d8ed1b6 Revert of Move instanced index buffer creation to flush time (patchset #6 id:100001 of https://codereview.chromium.org/1116943004/) by bsalomon · 9 years ago
  43. ab622c7 Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  44. edae309 Revert of Move state management to GrInOrderDrawBuffer (patchset #4 id:60001 of https://codereview.chromium.org/1120143002/) by joshualitt · 9 years ago
  45. 5d6bb6f Move state management to GrInOrderDrawBuffer by joshualitt · 9 years ago
  46. 99c7c07 Move bounds to GrBatch by joshualitt · 9 years ago
  47. a73239a Remove GrFlushToGpuDrawTarget and move functionality up to GrDrawTarget. by bsalomon · 9 years ago
  48. 50cb76b Revert of removing equality / compute invariant loops from GrGeometryProcessors (patchset #2 id:20001 of https://codereview.chromium.org/1111603004/) by joshualitt · 9 years ago
  49. ef292a0 removing equality / compute invariant loops from GrGeometryProcessors by joshualitt · 9 years ago
  50. 72e3ae4 Remove vertex/index buffer factilities from GrDrawTarget. by bsalomon · 9 years ago
  51. 0dcb8e3 In this CL we stop closing batches prematurely, and only close immediately before a flush. by joshualitt · 9 years ago
  52. 385e26e Revert of Stop closing batch prematurely (patchset #4 id:60001 of https://codereview.chromium.org/1092403002/) by joshualitt · 9 years ago
  53. 9e830ea In this CL we stop closing batches prematurely, and only close immediately before a flush. by joshualitt · 9 years ago
  54. 8a0a16d Revert of Stop closing batch prematurely (patchset #4 id:60001 of https://codereview.chromium.org/1092403002/) by joshualitt · 9 years ago
  55. db3ce12 In this CL we stop closing batches prematurely, and only close immediately before a flush. by joshualitt · 9 years ago
  56. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  57. 4b31de8 handle null vertex or index buffers in batch by joshualitt · 10 years ago
  58. bca3c9f Update gpu trace marker system for MultiDrawBuffer world by robertphillips · 10 years ago
  59. 193ea93 Split GrTargetCommands into its own files by robertphillips · 10 years ago
  60. dad7794 Split command holding object (GrTargetCommands) out of GrInOrderDrawBuffer by robertphillips · 10 years ago
  61. cc1ac86 small bug fix for batch asserts by joshualitt · 10 years ago
  62. 8f9e816 Minor cleanup of GrInOrderDrawBuffer by robertphillips · 10 years ago
  63. 7f966f4 Increase GrInOrderDrawBuffer's encapsulation of trace markers by robertphillips · 10 years ago
  64. 9888b22 Decrease GrInOrderDrawBuffer::Cmd's reliance on GrInOrderDrawBuffer by robertphillips · 10 years ago
  65. 642429e Some small code tidying by joshualitt · 10 years ago
  66. 5877333 non-aa rects batch by joshualitt · 10 years ago
  67. 6ae1b11 Revert of non-aa rects batch (patchset #6 id:90001 of https://codereview.chromium.org/931293002/) by joshualitt · 10 years ago
  68. ee72dde non-aa rects batch by joshualitt · 10 years ago
  69. e5e72f1 Improve GrInOrderDrawBuffer::Cmd encapsulation by robertphillips · 10 years ago
  70. 54fac8b Minor refactoring by robertphillips · 10 years ago
  71. e36914c Pass in ProcOptInfos into willNeedDstCopy on XPs by egdaniel · 10 years ago
  72. 95964c6 GMs now use batch by joshualitt · 10 years ago
  73. 70f0004 simple fix to close batches on anything push to the GrIODB recorder by joshualitt · 10 years ago
  74. 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
  75. 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
  76. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  77. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  78. 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
  79. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  80. 7bc18b7 Hairline batch by joshualitt · 10 years ago
  81. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  82. 46c77f7 Revert of Hairline batch (patchset #17 id:360001 of https://codereview.chromium.org/876673002/) by joshualitt · 10 years ago
  83. 658d55c Hairline batch by joshualitt · 10 years ago
  84. cb3f504 Revert of Hairline batch (patchset #16 id:300001 of https://codereview.chromium.org/876673002/) by joshualitt · 10 years ago
  85. 6eff870 Hairline batch by joshualitt · 10 years ago
  86. 4d8da81 GrBatchPrototype by joshualitt · 10 years ago
  87. c2893c5 Revert of GrBatchPrototype (patchset #32 id:630001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  88. d5a7db4 GrBatchPrototype by joshualitt · 10 years ago
  89. ca0a179 Revert of GrBatchPrototype (patchset #30 id:570001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  90. d15e4e4 GrBatchPrototype by joshualitt · 10 years ago
  91. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  92. 17e7314 remove drawtype by joshualitt · 10 years ago
  93. b77e4b6 remove drawType from optState by joshualitt · 10 years ago
  94. 873ad0e BUG=skia: by joshualitt · 10 years ago
  95. 71c9260 More changes to bring together path / geo procs by joshualitt · 10 years ago
  96. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  97. d27f73e Remove coordchanges from drawstate by joshualitt · 10 years ago
  98. 8fc6c2d This CL cleans up the last remaining users of localCoordChange on paint by joshualitt · 10 years ago
  99. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  100. 9b98932 This change will ultimately pull uniform color, and to a much lesser degree uniform coverage, into GPs. There are still some loose ends because drawstate has the ability to override the GP, but fixing these cleanly will have to wait until we have deferred geometry in place and can make attribute / uniform decisions on the fly. by joshualitt · 10 years ago