1. 55b24af Add IndexType parameter to GrDrawTarget::drawPaths by cdalton · 10 years ago
  2. 9176e2c dstCopy on optdrawstate by joshualitt · 10 years ago
  3. ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
  4. 7eb8c7b drawinfo carries bufferinfo by joshualitt · 10 years ago
  5. 9853cce Drawstate on stack by joshualitt · 10 years ago
  6. 5478d42 Push creation of default GP to the caller by joshualitt · 10 years ago
  7. 4b68ec0 simple cl to cleanup friends in GrGpu by joshualitt · 10 years ago
  8. 3322fa4 Refactor DrawTarget and GPU to be independent by joshualitt · 10 years ago
  9. 2c93efe Clip in grdrawtarget by joshualitt · 10 years ago
  10. 63b2196 Workaround for PowerVR clear issue. by bsalomon · 10 years ago
  11. d1aa8ff removing setVertexArraySource from drawtarget by joshualitt · 10 years ago
  12. a702415 Temporary fix to remove drawrect call from GpuGL by joshualitt · 10 years ago
  13. 89c6298 Don't allow renderTarget==NULL to GrContext::clear() and friends. by bsalomon · 10 years ago
  14. a393127 Revert of Temporary fix to remove drawrect call from GpuGL (patchset #6 id:90005 of https://codereview.chromium.org/694933002/) by joshualitt · 10 years ago
  15. d4a5c20 Temporary fix to remove drawrect call from GpuGL by joshualitt · 10 years ago
  16. 92e496f Beginning to refactor nvpr code by joshualitt · 10 years ago
  17. 3bdd7dc small fix for cache clear by joshualitt · 10 years ago
  18. 329bf48 BUG=skia: by joshualitt · 10 years ago
  19. 6db519c clear stencil clip on draw target by joshualitt · 10 years ago
  20. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  21. 77b1307 Scissor rect on drawinfo by joshualitt · 10 years ago
  22. 6517134 gl programs rewrite by joshualitt · 10 years ago
  23. d909759 Revert of gl programs rewrite (patchset #10 id:180001 of https://codereview.chromium.org/628633003/) by joshualitt · 10 years ago
  24. 07a2553 gl programs rewrite by joshualitt · 10 years ago
  25. 89af44a Split GrDrawState and GrOptDrawState into separate classes and remove base class. by egdaniel · 10 years ago
  26. 2a9ca78 Make GrDrawState and GrEffectStage use the pending io/exec ref mechanisms. by bsalomon · 10 years ago
  27. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  28. ccdaa04 Separate GL path rendering state from GrGpuGL to GrGLPathRendering by kkinnunen · 10 years ago
  29. db1f156 Make comment ASCII in GrDrawTarget.h by bsalomon · 10 years ago
  30. 62c447d Add an opaqueness hint to GrDrawState. by bsalomon · 10 years ago
  31. 6d7f5fa Enable gpu Debug markers if tracing category skia.gpu is enabled by egdaniel · 10 years ago
  32. 01c8da1 Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions. by bsalomon · 10 years ago
  33. b414f25 Remove support in the gpu to use hardware AA lines. Current code paths could not reach this code and thus was never used. by egdaniel · 10 years ago
  34. b09bdd6 Revert of Remove gpu support for willUseHWAALines. (https://codereview.chromium.org/423943003/) by egdaniel · 10 years ago
  35. e6dfba8 Remove gpu support for willUseHWAALines. by egdaniel · 10 years ago
  36. b85a0aa Add a GrPathRange class by cdalton · 10 years ago
  37. 3eee383 Modify gpu debug markers to store gpu device markers when a flush occurs. by egdaniel · 10 years ago
  38. 089a780 Split GrResource into GrCacheable/GrGpuObject by commit-bot@chromium.org · 10 years ago
  39. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  40. ecc4536 Use int rather than size_t for pathCount in GrDrawTarget::drawPaths by commit-bot@chromium.org · 10 years ago
  41. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 10 years ago
  42. 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 10 years ago
  43. db35dab Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  44. 2a05de0 Add Gpu Tracing to Ganesh by commit-bot@chromium.org · 10 years ago
  45. 9b62aa1 Make it possible to draw multiple paths at once to a draw target by commit-bot@chromium.org · 10 years ago
  46. a3baf3b Add hooks for GL_EXT_debug_marker in gpu by commit-bot@chromium.org · 11 years ago
  47. e0a868c Apply hairline optimization only if the path renderer wants it by commit-bot@chromium.org · 11 years ago
  48. 1b20a10 Revert "Do not apply hairline optimization for paths if nv_path_rendering is used" by bsalomon@google.com · 11 years ago
  49. 44fb865 Do not apply hairline optimization for paths if nv_path_rendering is used by commit-bot@chromium.org · 11 years ago
  50. 56ce48a Add can-ignore-rect hint to clear call by robertphillips@google.com · 11 years ago
  51. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  52. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  53. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  54. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  55. 32184d8 Implement stroking a path with nv_path_rendering by commit-bot@chromium.org · 11 years ago
  56. c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
  57. a0b4028 Replace uses of GrNoncopyable by SkNoncopyable. by commit-bot@chromium.org · 11 years ago
  58. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  59. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  60. 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  61. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  62. 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
  63. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  64. eb6879f Replace fixed-size array of effect stages in GrDrawState with two appendable arrays, one for color, one for coverage. by bsalomon@google.com · 11 years ago
  65. 137f134 Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s by bsalomon@google.com · 11 years ago
  66. eb85117 Add support for using glCopyTexSubImage2D when possible to copy surfaces. by bsalomon@google.com · 11 years ago
  67. 116ad84 Make GrIODB record and play back copySurface. by bsalomon@google.com · 11 years ago
  68. a9493a3 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  69. e4617bf Add GrDrawTarget::copySurface. by bsalomon@google.com · 11 years ago
  70. 0406b9e Make drawRect preserve vertex attrib state and push/pop the geom sources. by bsalomon@google.com · 11 years ago
  71. 05a2ee0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  72. bb5c465 Trim the copy of the dst made for dst-reading effects using the clip and dev-bounds of draw. by commit-bot@chromium.org · 11 years ago
  73. 26e18b5 Add support for reading the dst pixel value in an effect. Use in a new effect for the kDarken xfer mode. by bsalomon@google.com · 11 years ago
  74. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 11 years ago
  75. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 11 years ago
  76. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 11 years ago
  77. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 11 years ago
  78. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 11 years ago
  79. 8a70eef Add MSAA configs to bench. Review URL: https://codereview.chromium.org/12607013 by bsalomon@google.com · 11 years ago
  80. 6e4e650 Give GrDrawTarget a back ptr to its owning GrContext. by bsalomon@google.com · 12 years ago
  81. 044679e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  82. 3976825 Remove unused texture coordinate flags. by jvanverth@google.com · 12 years ago
  83. 2b44673 Move blend optimization functions to GrDrawState. by bsalomon@google.com · 12 years ago
  84. ae68392 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  85. b75b0a0 Move vertex layout from GeometrySrcState to GrDrawState. by jvanverth@google.com · 12 years ago
  86. d62e88e Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of drawIndexedInstances. by bsalomon@google.com · 12 years ago
  87. a633898 Change vertex buffer allocator functions to take size rather than layout, take two. by jvanverth@google.com · 12 years ago
  88. 747f1ec Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  89. 84cd77c Change vertex buffer allocator functions to take size rather than layout. by jvanverth@google.com · 12 years ago
  90. 74749cd Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed draws in subclasses. by bsalomon@google.com · 12 years ago
  91. cc78238 Move vertex layout definitions from GrDrawTarget to GrDrawState. by jvanverth@google.com · 12 years ago
  92. 02ddc8b Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses shouldn't call them directly. by bsalomon@google.com · 12 years ago
  93. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  94. 61b05dc Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  95. 8d67c07 Use GrDrawTarget::AutoClipRestore to set temporary irect clips. by bsalomon@google.com · 12 years ago
  96. cf939ae Add a state bit to GrDrawState that forces coverage to be blended. by bsalomon@google.com · 12 years ago
  97. 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
  98. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  99. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  100. 5b3e890 Move some auto restore helpers from GrDrawTarget to GrDrawState. by bsalomon@google.com · 12 years ago