1. faa5ae4 Turn on -Wall -Wextra on Mac, and fix all the warnings that crop up for /usr/bin/g++ and Clang 3.3. by commit-bot@chromium.org · 11 years ago
  2. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  3. 2d3b492 Remove possiblity of NULL effect in GrEffectStage by commit-bot@chromium.org · 11 years ago
  4. 5c493d5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  5. f09b87d Fix compiler error for r9592 by robertphillips@google.com · 11 years ago
  6. 2fad5a8 Hopefully fix Android warning-as-error about uninit var. by bsalomon@google.com · 11 years ago
  7. 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
  8. 21c10c5 Make text context responsible for setting GrPaint on GrDrawState. by bsalomon@google.com · 11 years ago
  9. 5f9f2b0 Improve batching of drawBitmap* calls by robertphillips@google.com · 11 years ago
  10. 137f134 Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s by bsalomon@google.com · 11 years ago
  11. bb6a317 Make GrContext track the current matrix, render target, and clip directly rather than using GrDrawState. by commit-bot@chromium.org · 11 years ago
  12. d09ab84 Don't make dst copies when color stage requires dst but color writes are disabled. by bsalomon@google.com · 11 years ago
  13. b515881 Key shader on whether frag pos read is relative to top-left or bottom-left by bsalomon@google.com · 11 years ago
  14. 8d47ddc Make GrGLShaderBuilder check whether GrEffect advertised that it would require the dst color or fragment position by commit-bot@chromium.org · 12 years ago
  15. 4290330 Vertex Attrib configurations now handled as pointers vs. SkSTArrays by robertphillips@google.com · 12 years ago
  16. 0406b9e Make drawRect preserve vertex attrib state and push/pop the geom sources. by bsalomon@google.com · 12 years ago
  17. 05a2ee0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  18. 86b5e29 Patches for r8468 build errors. Unreviewed. by jvanverth@google.com · 12 years ago
  19. 054ae99 Take two for r8466: by jvanverth@google.com · 12 years ago
  20. c7bf296 Rolling back r8466. by jvanverth@google.com · 12 years ago
  21. fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 12 years ago
  22. 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
  23. 73818dc Add GrPaint stage for xfermodes. by bsalomon@google.com · 12 years ago
  24. 31ec798 Move GrGLProgram::Desc out of GrGLProgram. by bsalomon@google.com · 12 years ago
  25. 4647f90 Replace edge types with GrEdgeEffect. by bsalomon@google.com · 12 years ago
  26. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 12 years ago
  27. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 12 years ago
  28. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 12 years ago
  29. 01c34ee Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  30. 65eb4d5 Add stroked ovals and CircleEdgeEffect. by jvanverth@google.com · 12 years ago
  31. 91274b9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  32. ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 12 years ago
  33. 66a58ac Fixed a few warnings by sugoi@google.com · 12 years ago
  34. f140f18 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  35. 3b0d631 Remove constructors from GrVertexAttrib. by jvanverth@google.com · 12 years ago
  36. 9b98c1b Make global static variable kVertexAttribs in GrAARectRenderer local to functions. by jvanverth@google.com · 12 years ago
  37. 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 12 years ago
  38. af3a3b9 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 12 years ago
  39. b8b705b Add new vertex attribute array specification. by jvanverth@google.com · 12 years ago
  40. 044679e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  41. 3976825 Remove unused texture coordinate flags. by jvanverth@google.com · 12 years ago
  42. 2b44673 Move blend optimization functions to GrDrawState. by bsalomon@google.com · 12 years ago
  43. 8598328 Remove compile time option to use different types for text vertices. by bsalomon@google.com · 12 years ago
  44. b75b0a0 Move vertex layout from GeometrySrcState to GrDrawState. by jvanverth@google.com · 12 years ago
  45. d62e88e Make drawIndexedInstances non-virtual and rewrite GrIODB's drawRect on top of drawIndexedInstances. by bsalomon@google.com · 12 years ago
  46. cdcb2ce Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  47. 7584719 fix build Review URL: https://codereview.appspot.com/7229052 by reed@google.com · 12 years ago
  48. cc78238 Move vertex layout definitions from GrDrawTarget to GrDrawState. by jvanverth@google.com · 12 years ago
  49. cabe00e Fix build break after r7411 when GR_STATIC_RECT_VB is enabled. by bsalomon@google.com · 12 years ago
  50. adc6536 Remove getter of writable GrEffectStage from GrDrawState. by bsalomon@google.com · 12 years ago
  51. dcd69bf Fix logic bug introduced in r7346. by bsalomon@google.com · 12 years ago
  52. ca43208 Reland r7342 with fixes. by bsalomon@google.com · 12 years ago
  53. 58f9ae1 Revert 7342 to investigate failures. by bsalomon@google.com · 12 years ago
  54. bcede39 Add GrDrawState::DeferredState for saving GrDrawStates in GrInOrderDrawBuffer. by bsalomon@google.com · 12 years ago
  55. 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 12 years ago
  56. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
  57. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  58. cf939ae Add a state bit to GrDrawState that forces coverage to be blended. by bsalomon@google.com · 12 years ago
  59. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  60. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  61. d8b5fac Reland r6233 with fix. by bsalomon@google.com · 12 years ago
  62. 115b06f Re-revert r6233. by bsalomon@google.com · 12 years ago
  63. c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 12 years ago
  64. 66e534d Revert r6233 while investigating bot failures. by bsalomon@google.com · 12 years ago
  65. ce49e16 Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. by bsalomon@google.com · 12 years ago
  66. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 12 years ago
  67. 1322134 Update comment in GrDrawState.h to reflect renaming changes and expansion of the scope of effects. by bsalomon@google.com · 12 years ago
  68. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  69. c196b52 Misc stage->effect renaming by bsalomon@google.com · 12 years ago
  70. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 12 years ago
  71. f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  72. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  73. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  74. 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 12 years ago
  75. 288d954 Separate out the texture matrix from the coord-system change matrix in GrSamplerState. This is a step towards moving texture matrix to GrCustomStage. by bsalomon@google.com · 12 years ago
  76. dfdb7e5 Reland r5963 with two fixes: by bsalomon@google.com · 12 years ago
  77. f6eac8a Revert r5962 because of failures. by bsalomon@google.com · 12 years ago
  78. b022177 Require matrix for custom stage to be set when custom stage is installed. by bsalomon@google.com · 12 years ago
  79. 1e269b5 Spell correct some comments. by bsalomon@google.com · 12 years ago
  80. f467ce7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  81. a834746 Make additional code paths go through GrDrawState helper classes for their matrix manipulations. by bsalomon@google.com · 12 years ago
  82. 2fdcdeb Make GrDrawState::AutoRestoreViewMatrix handle sampler matrices. by bsalomon@google.com · 12 years ago
  83. 5b3e890 Move some auto restore helpers from GrDrawTarget to GrDrawState. by bsalomon@google.com · 12 years ago
  84. af84e74 Move setPaint from GrContext to GrDrawState. by bsalomon@google.com · 12 years ago
  85. d5d69ff Add convenience function on GrDrawState to set state bit based on a bool. by bsalomon@google.com · 12 years ago
  86. 861b3a2 Remove memcpy/memcmp from GrDrawState. Hopefully, this fixes Issue 912 without regressing performance. by bsalomon@google.com · 12 years ago
  87. 1ce49fc Move GrTextureParams from GrSamplerState to GrTextureAccess by bsalomon@google.com · 12 years ago
  88. a04e8e8 Do premul and r/b swap conversions in a custom effect by bsalomon@google.com · 12 years ago
  89. 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
  90. 0342a85 Remove _UPM_ GrPixelConfigs Review URL: http://codereview.appspot.com/6460113/ by bsalomon@google.com · 12 years ago
  91. cddaf34 Remove GrDrawState::setTexture/getTexture by bsalomon@google.com · 12 years ago
  92. 1e8f016 Remove easily-removable uses of setTexture(), instead creating a GrSingleTextureEffect - by tomhudson@google.com · 12 years ago
  93. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  94. 5807116 This CL implements the Ganesh path for the SkTable_ColorFilter color transformation. by twiz@google.com · 12 years ago
  95. f2f8fc3 Fix grdrawstate == test when left side has disabled stage and right side does not by bsalomon@google.com · 12 years ago
  96. e742bf0 Start removing calls to GrDrawState::setTexture() (and GrPaint::setTexture()?) when there's by tomhudson@google.com · 12 years ago
  97. 676e660 More carefully disable stages in Ganesh to avoid textures or effects by tomhudson@google.com · 12 years ago
  98. 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
  99. 69ffcf0 Fixed alignment issue in Linux build by robertphillips@google.com · 12 years ago
  100. fa35e3d plumb SkInstCnt to all subclasses of GrRefCnt by reed@google.com · 12 years ago