1. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  2. 17e7314 remove drawtype by joshualitt · 10 years ago
  3. b77e4b6 remove drawType from optState by joshualitt · 10 years ago
  4. 873ad0e BUG=skia: by joshualitt · 10 years ago
  5. 71c9260 More changes to bring together path / geo procs by joshualitt · 10 years ago
  6. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  7. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  8. 3e79124 Stop creating GrODS for stencilPath commands. by bsalomon · 10 years ago
  9. 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
  10. 912ed6e Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. by tfarina · 10 years ago
  11. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  12. 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
  13. c6bc58e Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  14. 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
  15. dafa4d0 move program descriptor generation to flush by joshualitt · 10 years ago
  16. f78c60c Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/) by joshualitt · 10 years ago
  17. 829e1b8 move program descriptor generation to flush by joshualitt · 10 years ago
  18. eff2c72 move some copy surface stuff to GrFlushToGpuDrawTarget by bsalomon · 10 years ago
  19. 371bcbc Add a base class for GrIODB that handles geometry data by bsalomon · 10 years ago
  20. f90a02b some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  21. 8ee4e60 Revert of some cleanup around GrGpu/GrDrawTarget copySurface (patchset #3 id:40001 of https://codereview.chromium.org/749903003/) by bsalomon · 10 years ago
  22. e9aa5dc some cleanup around GrGpu/GrDrawTarget copySurface by bsalomon · 10 years ago
  23. 55b24af Add IndexType parameter to GrDrawTarget::drawPaths by cdalton · 10 years ago
  24. 932f866 Create GrOptDrawState directly in the cmd buffer in GrIODB. by bsalomon · 10 years ago
  25. 9176e2c dstCopy on optdrawstate by joshualitt · 10 years ago
  26. 54e0c12 scissor state on optstate by joshualitt · 10 years ago
  27. ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
  28. 7eb8c7b drawinfo carries bufferinfo by joshualitt · 10 years ago
  29. 9853cce Drawstate on stack by joshualitt · 10 years ago
  30. 3fc6a2f Combine similar DrawPaths calls in GrInOrderDrawBuffer by cdalton · 10 years ago
  31. d53a827 Snap optdrawstate in inorder draw buffer and pass into gpu by joshualitt · 10 years ago
  32. 4b68ec0 simple cl to cleanup friends in GrGpu by joshualitt · 10 years ago
  33. c4650ee Update GrTRecorder to preserve memory allocations by cdalton · 10 years ago
  34. 3322fa4 Refactor DrawTarget and GPU to be independent by joshualitt · 10 years ago
  35. 2c93efe Clip in grdrawtarget by joshualitt · 10 years ago
  36. 63b2196 Workaround for PowerVR clear issue. by bsalomon · 10 years ago
  37. d1aa8ff removing setVertexArraySource from drawtarget by joshualitt · 10 years ago
  38. a702415 Temporary fix to remove drawrect call from GpuGL by joshualitt · 10 years ago
  39. 92e496f Beginning to refactor nvpr code by joshualitt · 10 years ago
  40. 6db519c clear stencil clip on draw target by joshualitt · 10 years ago
  41. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  42. 6819df3 Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  43. 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
  44. 360b680 Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  45. 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
  46. 47c844a Adds a GrTBaseList class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  47. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  48. 45725db Move IOType to GrGpuRef and rename that to GrIORef. Template GrPendingIORef on IOType. by bsalomon · 10 years ago
  49. b3e3a95 Make GrIODB keep pending IO refs on all resources it records into its cmd stream. by bsalomon · 10 years ago
  50. 838f62d Replace op== with CombineIfPossible in GrDrawState. by bsalomon · 10 years ago
  51. 01c8da1 Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions. by bsalomon · 10 years ago
  52. b85a0aa Add a GrPathRange class by cdalton · 10 years ago
  53. a70353e Remove deferred version of GrDrawState. by bsalomon · 10 years ago
  54. f0480b1 Combine clip stack and clip origin into one struct in GrIODB. by bsalomon · 10 years ago
  55. bce3d6d Reduce integer divides in GrAllocator by bsalomon · 10 years ago
  56. ecc4536 Use int rather than size_t for pathCount in GrDrawTarget::drawPaths by commit-bot@chromium.org · 11 years ago
  57. 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 11 years ago
  58. 2a05de0 Add Gpu Tracing to Ganesh by commit-bot@chromium.org · 11 years ago
  59. 9b62aa1 Make it possible to draw multiple paths at once to a draw target by commit-bot@chromium.org · 11 years ago
  60. a3baf3b Add hooks for GL_EXT_debug_marker in gpu by commit-bot@chromium.org · 11 years ago
  61. 56ce48a Add can-ignore-rect hint to clear call by robertphillips@google.com · 11 years ago
  62. 32184d8 Implement stroking a path with nv_path_rendering by commit-bot@chromium.org · 11 years ago
  63. c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
  64. a0b4028 Replace uses of GrNoncopyable by SkNoncopyable. by commit-bot@chromium.org · 11 years ago
  65. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  66. 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  67. a8916ff Change Atlas recycling to track current flush count and recycle if Atlas not used in current flush. by commit-bot@chromium.org · 11 years ago
  68. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  69. 1267fbd Minor GrContext/GrInOrderDrawBuffer cleanup by robertphillips@google.com · 11 years ago
  70. eb85117 Add support for using glCopyTexSubImage2D when possible to copy surfaces. by bsalomon@google.com · 12 years ago
  71. 07d3a65 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  72. 116ad84 Make GrIODB record and play back copySurface. by bsalomon@google.com · 12 years ago
  73. 0406b9e Make drawRect preserve vertex attrib state and push/pop the geom sources. by bsalomon@google.com · 12 years ago
  74. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 12 years ago
  75. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 12 years ago
  76. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 12 years ago
  77. 6e4e650 Give GrDrawTarget a back ptr to its owning GrContext. by bsalomon@google.com · 12 years ago
  78. 3976825 Remove unused texture coordinate flags. by jvanverth@google.com · 12 years ago
  79. b75b0a0 Move vertex layout from GeometrySrcState to GrDrawState. by jvanverth@google.com · 12 years ago
  80. d62e88e Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of drawIndexedInstances. by bsalomon@google.com · 12 years ago
  81. a633898 Change vertex buffer allocator functions to take size rather than layout, take two. by jvanverth@google.com · 12 years ago
  82. 747f1ec Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  83. 84cd77c Change vertex buffer allocator functions to take size rather than layout. by jvanverth@google.com · 12 years ago
  84. 74749cd Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed draws in subclasses. by bsalomon@google.com · 12 years ago
  85. 02ddc8b Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses shouldn't call them directly. by bsalomon@google.com · 12 years ago
  86. ca43208 Reland r7342 with fixes. by bsalomon@google.com · 12 years ago
  87. 58f9ae1 Revert 7342 to investigate failures. by bsalomon@google.com · 12 years ago
  88. bcede39 Add GrDrawState::DeferredState for saving GrDrawStates in GrInOrderDrawBuffer. by bsalomon@google.com · 12 years ago
  89. 55e4a20 Remove non-destructive playback from GrIODB. by bsalomon@google.com · 12 years ago
  90. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  91. 12b4e27 As part of preliminary groundwork for a chromium fix, this changelist is deprecating GrPathFill so that SkPath::FillType is used everywhere in order to remove some code duplication between Skia and Ganesh. by sugoi@google.com · 12 years ago
  92. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  93. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  94. a2d7148 Removed GrClip & related classes by robertphillips@google.com · 12 years ago
  95. 641f8b1 Replace GrClip with SkClipStack by robertphillips@google.com · 12 years ago
  96. beb1af7 Altered Ganesh's clip stack plumbing to pass down new GrClipData class by robertphillips@google.com · 12 years ago
  97. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  98. ded4f4b Initial support for GL_NV_path_renering. Experimental, there are still some issues to resolve, set gyp variable skia_nv_path_rendering=1 or build flag GR_GL_USE_NV_PATH_RENDERING to enable. by bsalomon@google.com · 12 years ago
  99. a4f6b10 Make GrInOrderDrawBuffer playback command driven by bsalomon@google.com · 12 years ago
  100. c82a8b7 Fixed two bugs in SW-only clip mask generation by robertphillips@google.com · 12 years ago