1. a0b4028 Replace uses of GrNoncopyable by SkNoncopyable. by commit-bot@chromium.org · 11 years ago
  2. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  3. 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  4. 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
  5. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  6. 1267fbd Minor GrContext/GrInOrderDrawBuffer cleanup by robertphillips@google.com · 11 years ago
  7. eb85117 Add support for using glCopyTexSubImage2D when possible to copy surfaces. by bsalomon@google.com · 11 years ago
  8. 07d3a65 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  9. 116ad84 Make GrIODB record and play back copySurface. by bsalomon@google.com · 11 years ago
  10. 0406b9e Make drawRect preserve vertex attrib state and push/pop the geom sources. by bsalomon@google.com · 11 years ago
  11. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 11 years ago
  12. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 11 years ago
  13. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 11 years ago
  14. 6e4e650 Give GrDrawTarget a back ptr to its owning GrContext. by bsalomon@google.com · 12 years ago
  15. 3976825 Remove unused texture coordinate flags. by jvanverth@google.com · 12 years ago
  16. b75b0a0 Move vertex layout from GeometrySrcState to GrDrawState. by jvanverth@google.com · 12 years ago
  17. d62e88e Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of drawIndexedInstances. by bsalomon@google.com · 12 years ago
  18. a633898 Change vertex buffer allocator functions to take size rather than layout, take two. by jvanverth@google.com · 12 years ago
  19. 747f1ec Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  20. 84cd77c Change vertex buffer allocator functions to take size rather than layout. by jvanverth@google.com · 12 years ago
  21. 74749cd Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed draws in subclasses. by bsalomon@google.com · 12 years ago
  22. 02ddc8b Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses shouldn't call them directly. by bsalomon@google.com · 12 years ago
  23. ca43208 Reland r7342 with fixes. by bsalomon@google.com · 12 years ago
  24. 58f9ae1 Revert 7342 to investigate failures. by bsalomon@google.com · 12 years ago
  25. bcede39 Add GrDrawState::DeferredState for saving GrDrawStates in GrInOrderDrawBuffer. by bsalomon@google.com · 12 years ago
  26. 55e4a20 Remove non-destructive playback from GrIODB. by bsalomon@google.com · 12 years ago
  27. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  28. 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
  29. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  30. 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
  31. a2d7148 Removed GrClip & related classes by robertphillips@google.com · 12 years ago
  32. 641f8b1 Replace GrClip with SkClipStack by robertphillips@google.com · 12 years ago
  33. beb1af7 Altered Ganesh's clip stack plumbing to pass down new GrClipData class by robertphillips@google.com · 12 years ago
  34. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  35. 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
  36. a4f6b10 Make GrInOrderDrawBuffer playback command driven by bsalomon@google.com · 12 years ago
  37. c82a8b7 Fixed two bugs in SW-only clip mask generation by robertphillips@google.com · 12 years ago
  38. 64aef2b Towards NV path rendering by bsalomon@google.com · 12 years ago
  39. 13f1b6f Add a bunch of SK_OVERRIDES and remove and unused function by bsalomon@google.com · 12 years ago
  40. 49d9fd5 Plumbing to propagate save & restore from SkCanvas down to GrContext & lower by robertphillips@google.com · 12 years ago
  41. 873ea0c Make fewer copies when using GrDrawTarget::AutoStateRestore by bsalomon@google.com · 12 years ago
  42. 10e04bf Reland 3507 by bsalomon@google.com · 12 years ago
  43. 5b819c1 Revert 3507 by bsalomon@google.com · 12 years ago
  44. a5d2203 Use a single GrDrawState in GrContext for direct and buffered drawing by bsalomon@google.com · 12 years ago
  45. 934c570 Add GrDrawTarget::drawIndexedInstance, use in default text context. by bsalomon@google.com · 12 years ago
  46. 9780538 Add option to automatically flush GrInOrderDrawBuffer based on previewing vtx/idx request sizes by bsalomon@google.com · 12 years ago
  47. 5d947ab Remove unused member from GrInOrderDrawBuffer by bsalomon@google.com · 13 years ago
  48. 39ee0ff Prep #1 for making GrDrawState a class by bsalomon@google.com · 13 years ago
  49. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrInOrderDrawBuffer.h]
  50. 86c1f71 Gpu blend optimizations, handle more xfer modes with fractional pixel coverage by bsalomon@google.com · 13 years ago
  51. 4b90c62 Add GrSTAllocator subclass, hide cons in GrTAllocator that takes ptr by bsalomon@google.com · 13 years ago
  52. 9266901 Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logic by bsalomon@google.com · 13 years ago
  53. 49313f6 GrTArray->SkTArray & docs by bsalomon@google.com · 13 years ago
  54. 471d471 Correctly determine whether HW AA lines can be used by bsalomon@google.com · 13 years ago
  55. 4d3aaaf Move some gpu headers out of the public include dir by bsalomon@google.com · 13 years ago[Renamed from gpu/include/GrInOrderDrawBuffer.h]
  56. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  57. 25fb21f Refactor GrDrawTarget vertex/index api by bsalomon@google.com · 13 years ago
  58. 6aa25c3 Make Gr clear take a rect for a partial-clear by bsalomon@google.com · 13 years ago
  59. 0b335c1 Make clear a GrDrawTarget virtual method and implement in GrInOrderDrawBuffer by bsalomon@google.com · 13 years ago
  60. a55847b Fix alignment issues with stack allocated memory allocated as bytes but used to hold other types. by bsalomon@google.com · 13 years ago
  61. bcdbbe6 by bsalomon@google.com · 13 years ago
  62. 1da0746 Delete GL tex ID when last of GrGLTexture or GrGLRenderTarget that reference it is destroyed by bsalomon@google.com · 13 years ago
  63. ffca400 Make a separate path renderer object. Move enum types to GrTypes.h by bsalomon@google.com · 14 years ago
  64. 86afc2a Batch consecutive draw rects. by bsalomon@google.com · 14 years ago
  65. 1c13c96 Refactor how Gr handles vertex and index data. GrGpu and GrInOrderDrawBuffer both GrBufferAllocPool to manage reserved and set-to-array vertex and index data. by bsalomon@google.com · 14 years ago
  66. ac10a2d add gpu backend (not hooked up yet) by reed@google.com · 14 years ago