1. 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 11 years ago
  2. 2a05de0 Add Gpu Tracing to Ganesh by commit-bot@chromium.org · 11 years ago
  3. 9b62aa1 Make it possible to draw multiple paths at once to a draw target by commit-bot@chromium.org · 11 years ago
  4. a3baf3b Add hooks for GL_EXT_debug_marker in gpu by commit-bot@chromium.org · 11 years ago
  5. 3ae0e6c Add dev bounds to bmp txt context, use bounds to ignore clips by commit-bot@chromium.org · 11 years ago
  6. 4744231 Add detection of mip support by commit-bot@chromium.org · 11 years ago
  7. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  8. 8b656c6 Avoid printing draw target info to stderr while running unit tests by commit-bot@chromium.org · 11 years ago
  9. 9901727 Fix stale assert in GrDrawTarget::print by commit-bot@chromium.org · 11 years ago
  10. 6b7938f separate state for msaa renderability by commit-bot@chromium.org · 11 years ago
  11. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  12. 7388051 Move renderable config list to GrDrawTargetCaps by commit-bot@chromium.org · 11 years ago
  13. 32184d8 Implement stroking a path with nv_path_rendering by commit-bot@chromium.org · 11 years ago
  14. c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
  15. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  16. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  17. b835652 Plumb in flag for reusing scratch textures by commit-bot@chromium.org · 11 years ago
  18. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  19. 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
  20. 137f134 Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s by bsalomon@google.com · 11 years ago
  21. b515881 Key shader on whether frag pos read is relative to top-left or bottom-left by bsalomon@google.com · 11 years ago
  22. 6b0cf02 Add support for GL_*_shader__framebuffer_fetch by bsalomon@google.com · 11 years ago
  23. 4290330 Vertex Attrib configurations now handled as pointers vs. SkSTArrays by robertphillips@google.com · 12 years ago
  24. 7841c63 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  25. eb85117 Add support for using glCopyTexSubImage2D when possible to copy surfaces. by bsalomon@google.com · 12 years ago
  26. 63150af Use blitframebuffer to implement copySurface. by commit-bot@chromium.org · 12 years ago
  27. 116ad84 Make GrIODB record and play back copySurface. by bsalomon@google.com · 12 years ago
  28. a9493a3 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  29. e4617bf Add GrDrawTarget::copySurface. by bsalomon@google.com · 12 years ago
  30. 0406b9e Make drawRect preserve vertex attrib state and push/pop the geom sources. by bsalomon@google.com · 12 years ago
  31. 05a2ee0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  32. 054ae99 Take two for r8466: by jvanverth@google.com · 12 years ago
  33. c7bf296 Rolling back r8466. by jvanverth@google.com · 12 years ago
  34. fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 12 years ago
  35. 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
  36. 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
  37. e60ed08 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  38. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 12 years ago
  39. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 12 years ago
  40. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 12 years ago
  41. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 12 years ago
  42. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 12 years ago
  43. ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 12 years ago
  44. 3b0d631 Remove constructors from GrVertexAttrib. by jvanverth@google.com · 12 years ago
  45. 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 12 years ago
  46. af3a3b9 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 12 years ago
  47. b8b705b Add new vertex attribute array specification. by jvanverth@google.com · 12 years ago
  48. 6e4e650 Give GrDrawTarget a back ptr to its owning GrContext. by bsalomon@google.com · 12 years ago
  49. 3976825 Remove unused texture coordinate flags. by jvanverth@google.com · 12 years ago
  50. 2b44673 Move blend optimization functions to GrDrawState. by bsalomon@google.com · 12 years ago
  51. b75b0a0 Move vertex layout from GeometrySrcState to GrDrawState. by jvanverth@google.com · 12 years ago
  52. 009dfe2 don't use NULL when comparing against ints/size_t (fixes warning) by reed@google.com · 12 years ago
  53. d62e88e Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of drawIndexedInstances. by bsalomon@google.com · 12 years ago
  54. a633898 Change vertex buffer allocator functions to take size rather than layout, take two. by jvanverth@google.com · 12 years ago
  55. 747f1ec Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  56. 84cd77c Change vertex buffer allocator functions to take size rather than layout. by jvanverth@google.com · 12 years ago
  57. 74749cd Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed draws in subclasses. by bsalomon@google.com · 12 years ago
  58. 7584719 fix build Review URL: https://codereview.appspot.com/7229052 by reed@google.com · 12 years ago
  59. cc78238 Move vertex layout definitions from GrDrawTarget to GrDrawState. by jvanverth@google.com · 12 years ago
  60. 02ddc8b Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses shouldn't call them directly. by bsalomon@google.com · 12 years ago
  61. 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 12 years ago
  62. 371e105 Add GrEffect::updateKnownColorComponents(). It is used to determine whether the output of an effect has a constant output value for r,g,b, or a. by bsalomon@google.com · 12 years ago
  63. 4e8ef33 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  64. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  65. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  66. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  67. 8d67c07 Use GrDrawTarget::AutoClipRestore to set temporary irect clips. by bsalomon@google.com · 12 years ago
  68. cf939ae Add a state bit to GrDrawState that forces coverage to be blended. by bsalomon@google.com · 12 years ago
  69. 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
  70. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  71. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  72. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  73. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 12 years ago
  74. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  75. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  76. a18ed03 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  77. 5b3e890 Move some auto restore helpers from GrDrawTarget to GrDrawState. by bsalomon@google.com · 12 years ago
  78. 8b129aa Moved paint color to vertex colors for batched rects by robertphillips@google.com · 12 years ago
  79. f660187 Hide GrDrawTarget::Caps's member vars by bsalomon@google.com · 12 years ago
  80. 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
  81. 0342a85 Remove _UPM_ GrPixelConfigs Review URL: http://codereview.appspot.com/6460113/ by bsalomon@google.com · 12 years ago
  82. cddaf34 Remove GrDrawState::setTexture/getTexture by bsalomon@google.com · 12 years ago
  83. beb1af7 Altered Ganesh's clip stack plumbing to pass down new GrClipData class by robertphillips@google.com · 12 years ago
  84. b867099 Move filter/wrap out of GrSamplerState into GrTextureParams by bsalomon@google.com · 12 years ago
  85. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  86. 5807116 This CL implements the Ganesh path for the SkTable_ColorFilter color transformation. by twiz@google.com · 12 years ago
  87. f3ccda7 Fix assumption that enabled stage implies texture is present by bsalomon@google.com · 12 years ago
  88. 59f46b8 Fixed Windows compiler complaints by robertphillips@google.com · 12 years ago
  89. 52544c7 Remove redundant vlayout masks and wasted vlayout bits by bsalomon@google.com · 12 years ago
  90. 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
  91. fa35e3d plumb SkInstCnt to all subclasses of GrRefCnt by reed@google.com · 12 years ago
  92. f13f588 Add GrPaint::*StageEnabled() and GrDrawState::stageEnabled() functions. by tomhudson@google.com · 12 years ago
  93. b213ed8 Simplify vertex layout bitfields by making Position-as-texcoords the default. by tomhudson@google.com · 12 years ago
  94. 64aef2b Towards NV path rendering by bsalomon@google.com · 12 years ago
  95. 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
  96. cf6285b fix warnings on Mac in src/gpu and include/gpu by caryclark@google.com · 12 years ago
  97. 49d9fd5 Plumbing to propagate save & restore from SkCanvas down to GrContext & lower by robertphillips@google.com · 12 years ago
  98. 7ffe681 Remove tesselated path renderer and supporting code, glu, and libtess target by bsalomon@google.com · 12 years ago
  99. a72eef3 Added gpu AA clipping to old shader path by robertphillips@google.com · 13 years ago
  100. ec05eaa Bumped num stages to 4 in preparation for AA clipping by robertphillips@google.com · 13 years ago