1. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  2. 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  3. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 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. 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
  7. 137f134 Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s by bsalomon@google.com · 11 years ago
  8. eb85117 Add support for using glCopyTexSubImage2D when possible to copy surfaces. by bsalomon@google.com · 12 years ago
  9. 116ad84 Make GrIODB record and play back copySurface. by bsalomon@google.com · 12 years ago
  10. a9493a3 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  11. e4617bf Add GrDrawTarget::copySurface. by bsalomon@google.com · 12 years ago
  12. 0406b9e Make drawRect preserve vertex attrib state and push/pop the geom sources. by bsalomon@google.com · 12 years ago
  13. 05a2ee0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  14. 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 · 12 years ago
  15. 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 · 12 years ago
  16. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 12 years ago
  17. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 12 years ago
  18. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 12 years ago
  19. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 12 years ago
  20. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 12 years ago
  21. 8a70eef Add MSAA configs to bench. Review URL: https://codereview.chromium.org/12607013 by bsalomon@google.com · 12 years ago
  22. 6e4e650 Give GrDrawTarget a back ptr to its owning GrContext. by bsalomon@google.com · 12 years ago
  23. 044679e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  24. 3976825 Remove unused texture coordinate flags. by jvanverth@google.com · 12 years ago
  25. 2b44673 Move blend optimization functions to GrDrawState. by bsalomon@google.com · 12 years ago
  26. ae68392 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  27. b75b0a0 Move vertex layout from GeometrySrcState to GrDrawState. by jvanverth@google.com · 12 years ago
  28. d62e88e Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of drawIndexedInstances. by bsalomon@google.com · 12 years ago
  29. a633898 Change vertex buffer allocator functions to take size rather than layout, take two. by jvanverth@google.com · 12 years ago
  30. 747f1ec Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  31. 84cd77c Change vertex buffer allocator functions to take size rather than layout. by jvanverth@google.com · 12 years ago
  32. 74749cd Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed draws in subclasses. by bsalomon@google.com · 12 years ago
  33. cc78238 Move vertex layout definitions from GrDrawTarget to GrDrawState. by jvanverth@google.com · 12 years ago
  34. 02ddc8b Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses shouldn't call them directly. by bsalomon@google.com · 12 years ago
  35. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  36. 61b05dc Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  37. 8d67c07 Use GrDrawTarget::AutoClipRestore to set temporary irect clips. by bsalomon@google.com · 12 years ago
  38. cf939ae Add a state bit to GrDrawState that forces coverage to be blended. by bsalomon@google.com · 12 years ago
  39. 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
  40. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  41. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  42. 5b3e890 Move some auto restore helpers from GrDrawTarget to GrDrawState. by bsalomon@google.com · 12 years ago
  43. 8b129aa Moved paint color to vertex colors for batched rects by robertphillips@google.com · 12 years ago
  44. 0d82fe5 Add "class" missing from "friend class". How did this compile on windows? by bsalomon@google.com · 12 years ago
  45. f660187 Hide GrDrawTarget::Caps's member vars by bsalomon@google.com · 12 years ago
  46. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  47. a2d7148 Removed GrClip & related classes by robertphillips@google.com · 12 years ago
  48. beb1af7 Altered Ganesh's clip stack plumbing to pass down new GrClipData class by robertphillips@google.com · 12 years ago
  49. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  50. 52544c7 Remove redundant vlayout masks and wasted vlayout bits by bsalomon@google.com · 12 years ago
  51. 54823c2 Rolling back r4034 (Proposed plumbing to propagate save & restore) by robertphillips@google.com · 12 years ago
  52. 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
  53. fa35e3d plumb SkInstCnt to all subclasses of GrRefCnt by reed@google.com · 12 years ago
  54. f13f588 Add GrPaint::*StageEnabled() and GrDrawState::stageEnabled() functions. by tomhudson@google.com · 12 years ago
  55. b213ed8 Simplify vertex layout bitfields by making Position-as-texcoords the default. by tomhudson@google.com · 12 years ago
  56. c82a8b7 Fixed two bugs in SW-only clip mask generation by robertphillips@google.com · 12 years ago
  57. a320194 Make GrClipMaskManager configure the stencil and scissor on GrGpu by bsalomon@google.com · 12 years ago
  58. 64aef2b Towards NV path rendering by bsalomon@google.com · 12 years ago
  59. 49d9fd5 Plumbing to propagate save & restore from SkCanvas down to GrContext & lower by robertphillips@google.com · 12 years ago
  60. ff17584 Attached ClipMaskManager to GPU resource freeing system by robertphillips@google.com · 12 years ago
  61. 7ffe681 Remove tesselated path renderer and supporting code, glu, and libtess target by bsalomon@google.com · 12 years ago
  62. a72eef3 Added gpu AA clipping to old shader path by robertphillips@google.com · 13 years ago
  63. 873ea0c Make fewer copies when using GrDrawTarget::AutoStateRestore by bsalomon@google.com · 13 years ago
  64. e79c815 Don't look at current vertex layout when vertex source hasn't been set by bsalomon@google.com · 13 years ago
  65. a5d056a Reland 3503 with fix by bsalomon@google.com · 13 years ago
  66. 290e536 Revert 3503 by bsalomon@google.com · 13 years ago
  67. 67bddc4 Make GrDrawState object used by GrDrawTarget be settable; set in GrInOrderDrawBuffer playback by bsalomon@google.com · 13 years ago
  68. 934c570 Add GrDrawTarget::drawIndexedInstance, use in default text context. by bsalomon@google.com · 13 years ago
  69. 7c3578a Revert r3435, no perf win by bsalomon@google.com · 13 years ago
  70. 4a44b4b inline GrDrawTarget::copyDrawState by bsalomon@google.com · 13 years ago
  71. 73d98aa Fix missing return statement by bsalomon@google.com · 13 years ago
  72. 9780538 Add option to automatically flush GrInOrderDrawBuffer based on previewing vtx/idx request sizes by bsalomon@google.com · 13 years ago
  73. e3d7095 Change interface on GrDrawTarget to reserve vtx/idx space at same time by bsalomon@google.com · 13 years ago
  74. 46f7afb Turn clipping back on in OSAA pass 1. Skip default cons on GrDrawState when saving off a GrDrawTarget's state. by bsalomon@google.com · 13 years ago
  75. 2401ae8 Attempt to reland 3054 by bsalomon@google.com · 13 years ago
  76. 8b39f8f Revert r3054 for failing tests by bsalomon@google.com · 13 years ago
  77. e6bea08 Add constant coverage to GrDrawState by bsalomon@google.com · 13 years ago
  78. 2eba795 Remove supports per-vertex coverage caps bit by bsalomon@google.com · 13 years ago
  79. dafde9e Remove shadersupport caps bit by bsalomon@google.com · 13 years ago
  80. cff5608 fix comment by bsalomon@google.com · 13 years ago
  81. 6b67e21 roll more changes from r2830 back in by bsalomon@google.com · 13 years ago
  82. 8f9cbd6 Cleanup of r2830. by bsalomon@google.com · 13 years ago
  83. 3d0835b Revert 2830 and 2831. by bsalomon@google.com · 13 years ago
  84. 0fec61d Make GrDrawState a real class with getters and setters by bsalomon@google.com · 13 years ago
  85. 39ee0ff Prep #1 for making GrDrawState a class by bsalomon@google.com · 13 years ago
  86. 9962108 Remove allocated size vs content size in textures by bsalomon@google.com · 13 years ago
  87. e826262 consolidate debug draw param checking code by bsalomon@google.com · 13 years ago
  88. 4a018bb by bsalomon@google.com · 13 years ago
  89. 9381363 Extract GrDrawTarget::DrState into independent GrDrawState struct. by tomhudson@google.com · 13 years ago
  90. 289533a Don't use GrDrawTarget's AA state bit to convey whether to do custom-aa by bsalomon@google.com · 13 years ago
  91. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrDrawTarget.h]
  92. 86c1f71 Gpu blend optimizations, handle more xfer modes with fractional pixel coverage by bsalomon@google.com · 13 years ago
  93. e10f6fd Fix per-vertex coverage on Macs with aligned attrib bug by bsalomon@google.com · 13 years ago
  94. a310826 Add per-vertex coverage field, use in AA rects when alpha tweak is not valid, add relevant sample/gm by bsalomon@google.com · 13 years ago
  95. edfe1aa Add experimental geometry shader code to gpu backend by bsalomon@google.com · 13 years ago
  96. 9266901 Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logic by bsalomon@google.com · 13 years ago
  97. d46e242 Add detection of when partial pixel coverage (for aa or otherwise) will cause incorrect blend by bsalomon@google.com · 13 years ago
  98. 18c9c19 Put caps in a struct, move up to GrDrawTarget by bsalomon@google.com · 13 years ago
  99. 49313f6 GrTArray->SkTArray & docs by bsalomon@google.com · 13 years ago
  100. aeb2160 Add GrAAHairLinePathRenderer by bsalomon@google.com · 13 years ago