1. d537341 Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h) by robertphillips · 10 years ago
  2. 8341eb7 Rename from "(un)lock" to "(un)map" for geometry buffers. by commit-bot@chromium.org · 10 years ago
  3. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  4. efa85aa Revert "disable passing discards through GrIODB." by bsalomon@google.com · 10 years ago
  5. 5c6b03c disable passing discards through GrIODB. by bsalomon@google.com · 10 years ago
  6. ecc4536 Use int rather than size_t for pathCount in GrDrawTarget::drawPaths by commit-bot@chromium.org · 10 years ago
  7. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 10 years ago
  8. 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 10 years ago
  9. e6984a8 Fix for int to bool in GrInOrderDrawBuffer by commit-bot@chromium.org · 10 years ago
  10. 2a05de0 Add Gpu Tracing to Ganesh by commit-bot@chromium.org · 10 years ago
  11. 9b62aa1 Make it possible to draw multiple paths at once to a draw target by commit-bot@chromium.org · 10 years ago
  12. a3baf3b Add hooks for GL_EXT_debug_marker in gpu by commit-bot@chromium.org · 11 years ago
  13. 18bb41e Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  14. 56ce48a Add can-ignore-rect hint to clear call by robertphillips@google.com · 11 years ago
  15. 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
  16. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  17. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  18. 32184d8 Implement stroking a path with nv_path_rendering by commit-bot@chromium.org · 11 years ago
  19. c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
  20. 9528bdb Don't reuse scratch textures update by robertphillips@google.com · 11 years ago
  21. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  22. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  23. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  24. 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
  25. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  26. 1267fbd Minor GrContext/GrInOrderDrawBuffer cleanup by robertphillips@google.com · 11 years ago
  27. 137f134 Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s by bsalomon@google.com · 11 years ago
  28. c9f3b38 Sanitizing source files in Skia_Periodic_House_Keeping (SkipBuildbotRuns) by rmistry@google.com · 11 years ago
  29. 4290330 Vertex Attrib configurations now handled as pointers vs. SkSTArrays by robertphillips@google.com · 11 years ago
  30. eb85117 Add support for using glCopyTexSubImage2D when possible to copy surfaces. by bsalomon@google.com · 11 years ago
  31. 116ad84 Make GrIODB record and play back copySurface. by bsalomon@google.com · 11 years ago
  32. 0406b9e Make drawRect preserve vertex attrib state and push/pop the geom sources. by bsalomon@google.com · 11 years ago
  33. b084c77 One more fix for r8468. Replace use of int with size_t. Unreviewed. by jvanverth@google.com · 11 years ago
  34. 054ae99 Take two for r8466: by jvanverth@google.com · 11 years ago
  35. c7bf296 Rolling back r8466. by jvanverth@google.com · 11 years ago
  36. fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 11 years ago
  37. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 11 years ago
  38. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 11 years ago
  39. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 11 years ago
  40. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 11 years ago
  41. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 11 years ago
  42. 3b0d631 Remove constructors from GrVertexAttrib. by jvanverth@google.com · 12 years ago
  43. 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 12 years ago
  44. af3a3b9 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 12 years ago
  45. b8b705b Add new vertex attribute array specification. by jvanverth@google.com · 12 years ago
  46. 6e4e650 Give GrDrawTarget a back ptr to its owning GrContext. by bsalomon@google.com · 12 years ago
  47. 3976825 Remove unused texture coordinate flags. by jvanverth@google.com · 12 years ago
  48. ae68392 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  49. b75b0a0 Move vertex layout from GeometrySrcState to GrDrawState. by jvanverth@google.com · 12 years ago
  50. 009dfe2 don't use NULL when comparing against ints/size_t (fixes warning) by reed@google.com · 12 years ago
  51. d62e88e Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of drawIndexedInstances. by bsalomon@google.com · 12 years ago
  52. a633898 Change vertex buffer allocator functions to take size rather than layout, take two. by jvanverth@google.com · 12 years ago
  53. 747f1ec Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  54. 84cd77c Change vertex buffer allocator functions to take size rather than layout. by jvanverth@google.com · 12 years ago
  55. 74749cd Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed draws in subclasses. by bsalomon@google.com · 12 years ago
  56. cc78238 Move vertex layout definitions from GrDrawTarget to GrDrawState. by jvanverth@google.com · 12 years ago
  57. 02ddc8b Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses shouldn't call them directly. by bsalomon@google.com · 12 years ago
  58. ca43208 Reland r7342 with fixes. by bsalomon@google.com · 12 years ago
  59. 58f9ae1 Revert 7342 to investigate failures. by bsalomon@google.com · 12 years ago
  60. bcede39 Add GrDrawState::DeferredState for saving GrDrawStates in GrInOrderDrawBuffer. by bsalomon@google.com · 12 years ago
  61. 55e4a20 Remove non-destructive playback from GrIODB. by bsalomon@google.com · 12 years ago
  62. 358e427 Remove default clip/drawstate in GrIODB. by bsalomon@google.com · 12 years ago
  63. 6d06730 Accelerate AA filled rect drawing using drawIndexedInstances by robertphillips@google.com · 12 years ago
  64. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  65. 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
  66. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  67. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  68. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  69. 439cb51 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  70. f04c40e Fixed xoom bug introduced in r5830 by robertphillips@google.com · 12 years ago
  71. a18ed03 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  72. 5b3e890 Move some auto restore helpers from GrDrawTarget to GrDrawState. by bsalomon@google.com · 12 years ago
  73. 8b129aa Moved paint color to vertex colors for batched rects by robertphillips@google.com · 12 years ago
  74. 837ec43 Fixed bug(s) in batching of rects by robertphillips@google.com · 12 years ago
  75. 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
  76. 1b3ce47 Fix clear records in IODB by bsalomon@google.com · 12 years ago
  77. d57d71a Fix assertion in in order draw buffer by bsalomon@google.com · 12 years ago
  78. 641f8b1 Replace GrClip with SkClipStack by robertphillips@google.com · 12 years ago
  79. beb1af7 Altered Ganesh's clip stack plumbing to pass down new GrClipData class by robertphillips@google.com · 12 years ago
  80. a6f11c4 Gave GrClip an SkClipStack-style iterator by robertphillips@google.com · 12 years ago
  81. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  82. 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
  83. a4f6b10 Make GrInOrderDrawBuffer playback command driven by bsalomon@google.com · 12 years ago
  84. 9ec0753 Altered GrDrawState to always ref texture and render target by robertphillips@google.com · 12 years ago
  85. c82a8b7 Fixed two bugs in SW-only clip mask generation by robertphillips@google.com · 12 years ago
  86. 64aef2b Towards NV path rendering by bsalomon@google.com · 12 years ago
  87. 4705954 Search and replace change. Some Gr enum value names didn't have a "Gr" in their suffix. by bsalomon@google.com · 12 years ago
  88. c077d1e Rolling back 4053 by robertphillips@google.com · 12 years ago
  89. ab303ef Speculative fix for Android Debug only crash in r4049 by robertphillips@google.com · 12 years ago
  90. ac2c666 Rolling back r4049 by robertphillips@google.com · 12 years ago
  91. 837576b Altered GrDrawState to always ref textures and render target by robertphillips@google.com · 12 years ago
  92. 49d9fd5 Plumbing to propagate save & restore from SkCanvas down to GrContext & lower by robertphillips@google.com · 12 years ago
  93. 28b4bce Fix for performance regression due to r3832 by robertphillips@google.com · 12 years ago
  94. 1942c05 Fixed texture ref/unref bug in GrInOrderDrawBuffer/GrDrawState by robertphillips@google.com · 12 years ago
  95. 873ea0c Make fewer copies when using GrDrawTarget::AutoStateRestore by bsalomon@google.com · 12 years ago
  96. 10e04bf Reland 3507 by bsalomon@google.com · 12 years ago
  97. e79c815 Don't look at current vertex layout when vertex source hasn't been set by bsalomon@google.com · 12 years ago
  98. 5b819c1 Revert 3507 by bsalomon@google.com · 12 years ago
  99. a5d2203 Use a single GrDrawState in GrContext for direct and buffered drawing by bsalomon@google.com · 12 years ago
  100. a5d056a Reland 3503 with fix by bsalomon@google.com · 12 years ago