1. 8debd89 small cleanup of GrAtlas by joshualitt · 9 years ago
  2. a65358c Revert of small cleanup of GrAtlas (patchset #2 id:20001 of https://codereview.chromium.org/1142263002/) by bungeman · 9 years ago
  3. d706f11 small cleanup of GrAtlas by joshualitt · 9 years ago
  4. bb87b21 Adding immediate mode draw target for debug by joshualitt · 9 years ago
  5. 3b58d75 Initial CL to create Reorder command builder behind a flag by joshualitt · 10 years ago
  6. e40d397 Isolate GrBufferAllocPools inside GrBatchTarget by robertphillips · 10 years ago
  7. af24295 create GrInOrderCommandBuilder by joshualitt · 10 years ago
  8. ad17cfc Move RectBatch to GrRect by joshualitt · 10 years ago
  9. e46760e Create GrCommandBuilder by joshualitt · 10 years ago
  10. 0911430 Move state management to GrInOrderDrawBuffer by joshualitt · 10 years ago
  11. edae309 Revert of Move state management to GrInOrderDrawBuffer (patchset #4 id:60001 of https://codereview.chromium.org/1120143002/) by joshualitt · 10 years ago
  12. 5d6bb6f Move state management to GrInOrderDrawBuffer by joshualitt · 10 years ago
  13. a73239a Remove GrFlushToGpuDrawTarget and move functionality up to GrDrawTarget. by bsalomon · 10 years ago
  14. 72e3ae4 Remove vertex/index buffer factilities from GrDrawTarget. by bsalomon · 10 years ago
  15. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  16. 193ea93 Split GrTargetCommands into its own files by robertphillips · 10 years ago
  17. dad7794 Split command holding object (GrTargetCommands) out of GrInOrderDrawBuffer by robertphillips · 10 years ago
  18. 8f9e816 Minor cleanup of GrInOrderDrawBuffer by robertphillips · 10 years ago
  19. 7f966f4 Increase GrInOrderDrawBuffer's encapsulation of trace markers by robertphillips · 10 years ago
  20. 9888b22 Decrease GrInOrderDrawBuffer::Cmd's reliance on GrInOrderDrawBuffer by robertphillips · 10 years ago
  21. e5e72f1 Improve GrInOrderDrawBuffer::Cmd encapsulation by robertphillips · 10 years ago
  22. 54fac8b Minor refactoring by robertphillips · 10 years ago
  23. e36914c Pass in ProcOptInfos into willNeedDstCopy on XPs by egdaniel · 10 years ago
  24. 70f0004 simple fix to close batches on anything push to the GrIODB recorder by joshualitt · 10 years ago
  25. 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
  26. 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
  27. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  28. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  29. 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
  30. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  31. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  32. 4d8da81 GrBatchPrototype by joshualitt · 10 years ago
  33. c2893c5 Revert of GrBatchPrototype (patchset #32 id:630001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  34. d5a7db4 GrBatchPrototype by joshualitt · 10 years ago
  35. ca0a179 Revert of GrBatchPrototype (patchset #30 id:570001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  36. d15e4e4 GrBatchPrototype by joshualitt · 10 years ago
  37. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  38. 17e7314 remove drawtype by joshualitt · 10 years ago
  39. b77e4b6 remove drawType from optState by joshualitt · 10 years ago
  40. 873ad0e BUG=skia: by joshualitt · 10 years ago
  41. 71c9260 More changes to bring together path / geo procs by joshualitt · 10 years ago
  42. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  43. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  44. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  45. 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
  46. 912ed6e Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. by tfarina · 10 years ago
  47. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  48. 8c0f615 Revert of Remove GP from drawstate, revision of invariant output for GP (patchset #9 id:160001 of https://codereview.chromium.org/791743003/) by joshualitt · 10 years ago
  49. c6bc58e Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  50. 2e3b3e3 This cl moves color and coverage off of drawstate. In an effort to keep this CL manageable, I have left the compute invariant input / output in a bit of a strange state(fixing this will be complicated). by joshualitt · 10 years ago
  51. dafa4d0 move program descriptor generation to flush by joshualitt · 10 years ago
  52. f78c60c Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/) by joshualitt · 10 years ago
  53. 829e1b8 move program descriptor generation to flush by joshualitt · 10 years ago
  54. eff2c72 move some copy surface stuff to GrFlushToGpuDrawTarget by bsalomon · 10 years ago
  55. 371bcbc Add a base class for GrIODB that handles geometry data by bsalomon · 10 years ago
  56. f90a02b some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  57. 8ee4e60 Revert of some cleanup around GrGpu/GrDrawTarget copySurface (patchset #3 id:40001 of https://codereview.chromium.org/749903003/) by bsalomon · 10 years ago
  58. e9aa5dc some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  59. 55b24af Add IndexType parameter to GrDrawTarget::drawPaths by cdalton · 10 years ago
  60. 932f866 Create GrOptDrawState directly in the cmd buffer in GrIODB. by bsalomon · 10 years ago
  61. 9176e2c dstCopy on optdrawstate by joshualitt · 10 years ago
  62. 54e0c12 scissor state on optstate by joshualitt · 10 years ago
  63. ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
  64. 7eb8c7b drawinfo carries bufferinfo by joshualitt · 10 years ago
  65. 9853cce Drawstate on stack by joshualitt · 10 years ago
  66. 3fc6a2f Combine similar DrawPaths calls in GrInOrderDrawBuffer by cdalton · 10 years ago
  67. d53a827 Snap optdrawstate in inorder draw buffer and pass into gpu by joshualitt · 10 years ago
  68. 4b68ec0 simple cl to cleanup friends in GrGpu by joshualitt · 10 years ago
  69. c4650ee Update GrTRecorder to preserve memory allocations by cdalton · 10 years ago
  70. 3322fa4 Refactor DrawTarget and GPU to be independent by joshualitt · 10 years ago
  71. 2c93efe Clip in grdrawtarget by joshualitt · 10 years ago
  72. 63b2196 Workaround for PowerVR clear issue. by bsalomon · 10 years ago
  73. d1aa8ff removing setVertexArraySource from drawtarget by joshualitt · 10 years ago
  74. a702415 Temporary fix to remove drawrect call from GpuGL by joshualitt · 10 years ago
  75. 92e496f Beginning to refactor nvpr code by joshualitt · 10 years ago
  76. 6db519c clear stencil clip on draw target by joshualitt · 10 years ago
  77. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  78. 6819df3 Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  79. f439c77 Revert of Create a single command buffer for GrInOrderDrawBuffer (patchset #17 id:1240001 of https://codereview.chromium.org/628453002/) by mtklein · 10 years ago
  80. 360b680 Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  81. 07894c4 Revert of Create a single command buffer for GrInOrderDrawBuffer (patchset #14 id:1050001 of https://codereview.chromium.org/628453002/) by mtklein · 10 years ago
  82. 47c844a Adds a GrTBaseList class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  83. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  84. 45725db Move IOType to GrGpuRef and rename that to GrIORef. Template GrPendingIORef on IOType. by bsalomon · 10 years ago
  85. b3e3a95 Make GrIODB keep pending IO refs on all resources it records into its cmd stream. by bsalomon · 10 years ago
  86. 838f62d Replace op== with CombineIfPossible in GrDrawState. by bsalomon · 10 years ago
  87. 01c8da1 Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions. by bsalomon · 10 years ago
  88. b85a0aa Add a GrPathRange class by cdalton · 10 years ago
  89. a70353e Remove deferred version of GrDrawState. by bsalomon · 10 years ago
  90. f0480b1 Combine clip stack and clip origin into one struct in GrIODB. by bsalomon · 10 years ago
  91. bce3d6d Reduce integer divides in GrAllocator by bsalomon · 10 years ago
  92. ecc4536 Use int rather than size_t for pathCount in GrDrawTarget::drawPaths by commit-bot@chromium.org · 11 years ago
  93. 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 11 years ago
  94. 2a05de0 Add Gpu Tracing to Ganesh by commit-bot@chromium.org · 11 years ago
  95. 9b62aa1 Make it possible to draw multiple paths at once to a draw target by commit-bot@chromium.org · 11 years ago
  96. a3baf3b Add hooks for GL_EXT_debug_marker in gpu by commit-bot@chromium.org · 11 years ago
  97. 56ce48a Add can-ignore-rect hint to clear call by robertphillips@google.com · 11 years ago
  98. 32184d8 Implement stroking a path with nv_path_rendering by commit-bot@chromium.org · 11 years ago
  99. c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
  100. a0b4028 Replace uses of GrNoncopyable by SkNoncopyable. by commit-bot@chromium.org · 11 years ago