1. cabe00e Fix build break after r7411 when GR_STATIC_RECT_VB is enabled. by bsalomon@google.com · 12 years ago
  2. adc6536 Remove getter of writable GrEffectStage from GrDrawState. by bsalomon@google.com · 12 years ago
  3. dcd69bf Fix logic bug introduced in r7346. by bsalomon@google.com · 12 years ago
  4. ca43208 Reland r7342 with fixes. by bsalomon@google.com · 12 years ago
  5. 58f9ae1 Revert 7342 to investigate failures. by bsalomon@google.com · 12 years ago
  6. bcede39 Add GrDrawState::DeferredState for saving GrDrawStates in GrInOrderDrawBuffer. by bsalomon@google.com · 12 years ago
  7. 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 12 years ago
  8. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
  9. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  10. cf939ae Add a state bit to GrDrawState that forces coverage to be blended. by bsalomon@google.com · 12 years ago
  11. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  12. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  13. d8b5fac Reland r6233 with fix. by bsalomon@google.com · 12 years ago
  14. 115b06f Re-revert r6233. by bsalomon@google.com · 12 years ago
  15. c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 12 years ago
  16. 66e534d Revert r6233 while investigating bot failures. by bsalomon@google.com · 12 years ago
  17. ce49e16 Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. by bsalomon@google.com · 12 years ago
  18. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 12 years ago
  19. 1322134 Update comment in GrDrawState.h to reflect renaming changes and expansion of the scope of effects. by bsalomon@google.com · 12 years ago
  20. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  21. c196b52 Misc stage->effect renaming by bsalomon@google.com · 12 years ago
  22. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 12 years ago
  23. f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  24. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  25. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  26. 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 12 years ago
  27. 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
  28. dfdb7e5 Reland r5963 with two fixes: by bsalomon@google.com · 12 years ago
  29. f6eac8a Revert r5962 because of failures. by bsalomon@google.com · 12 years ago
  30. b022177 Require matrix for custom stage to be set when custom stage is installed. by bsalomon@google.com · 12 years ago
  31. 1e269b5 Spell correct some comments. by bsalomon@google.com · 12 years ago
  32. f467ce7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  33. a834746 Make additional code paths go through GrDrawState helper classes for their matrix manipulations. by bsalomon@google.com · 12 years ago
  34. 2fdcdeb Make GrDrawState::AutoRestoreViewMatrix handle sampler matrices. by bsalomon@google.com · 12 years ago
  35. 5b3e890 Move some auto restore helpers from GrDrawTarget to GrDrawState. by bsalomon@google.com · 12 years ago
  36. af84e74 Move setPaint from GrContext to GrDrawState. by bsalomon@google.com · 12 years ago
  37. d5d69ff Add convenience function on GrDrawState to set state bit based on a bool. by bsalomon@google.com · 12 years ago
  38. 861b3a2 Remove memcpy/memcmp from GrDrawState. Hopefully, this fixes Issue 912 without regressing performance. by bsalomon@google.com · 12 years ago
  39. 1ce49fc Move GrTextureParams from GrSamplerState to GrTextureAccess by bsalomon@google.com · 12 years ago
  40. a04e8e8 Do premul and r/b swap conversions in a custom effect by bsalomon@google.com · 12 years ago
  41. 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
  42. 0342a85 Remove _UPM_ GrPixelConfigs Review URL: http://codereview.appspot.com/6460113/ by bsalomon@google.com · 12 years ago
  43. cddaf34 Remove GrDrawState::setTexture/getTexture by bsalomon@google.com · 12 years ago
  44. 1e8f016 Remove easily-removable uses of setTexture(), instead creating a GrSingleTextureEffect - by tomhudson@google.com · 12 years ago
  45. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  46. 5807116 This CL implements the Ganesh path for the SkTable_ColorFilter color transformation. by twiz@google.com · 12 years ago
  47. f2f8fc3 Fix grdrawstate == test when left side has disabled stage and right side does not by bsalomon@google.com · 12 years ago
  48. e742bf0 Start removing calls to GrDrawState::setTexture() (and GrPaint::setTexture()?) when there's by tomhudson@google.com · 12 years ago
  49. 676e660 More carefully disable stages in Ganesh to avoid textures or effects by tomhudson@google.com · 12 years ago
  50. 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
  51. 69ffcf0 Fixed alignment issue in Linux build by robertphillips@google.com · 12 years ago
  52. fa35e3d plumb SkInstCnt to all subclasses of GrRefCnt by reed@google.com · 12 years ago
  53. f13f588 Add GrPaint::*StageEnabled() and GrDrawState::stageEnabled() functions. by tomhudson@google.com · 12 years ago
  54. 3eee8fb Fix misplaced return in GrDrawState::stageDisabled(). by tomhudson@google.com · 12 years ago
  55. 7d6afdd Extend texture release on GrDrawState to also handle custom stages. by tomhudson@google.com · 12 years ago
  56. 9ec0753 Altered GrDrawState to always ref texture and render target by robertphillips@google.com · 12 years ago
  57. 972265d releaseTextures portion of GrDrawState Ref textures CL (http://codereview.appspot.com/6251049/) by robertphillips@google.com · 12 years ago
  58. 64aef2b Towards NV path rendering by bsalomon@google.com · 12 years ago
  59. 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
  60. cf6285b fix warnings on Mac in src/gpu and include/gpu by caryclark@google.com · 12 years ago
  61. 13f1b6f Add a bunch of SK_OVERRIDES and remove and unused function by bsalomon@google.com · 12 years ago
  62. 02154c7 Remove a couple things missed when deleting the tessellated path renderer by bsalomon@google.com · 12 years ago
  63. c077d1e Rolling back 4053 by robertphillips@google.com · 12 years ago
  64. ab303ef Speculative fix for Android Debug only crash in r4049 by robertphillips@google.com · 12 years ago
  65. ac2c666 Rolling back r4049 by robertphillips@google.com · 12 years ago
  66. 837576b Altered GrDrawState to always ref textures and render target by robertphillips@google.com · 12 years ago
  67. 978c8c6 Stop using GrDrawState to track draw face, dither, and color mask by bsalomon@google.com · 12 years ago
  68. 7ffe681 Remove tesselated path renderer and supporting code, glu, and libtess target by bsalomon@google.com · 13 years ago
  69. bf5cad4 Added documentation of stage/TU allocation by robertphillips@google.com · 13 years ago
  70. 28b4bce Fix for performance regression due to r3832 by robertphillips@google.com · 13 years ago
  71. 1942c05 Fixed texture ref/unref bug in GrInOrderDrawBuffer/GrDrawState by robertphillips@google.com · 13 years ago
  72. a72eef3 Added gpu AA clipping to old shader path by robertphillips@google.com · 13 years ago
  73. 02b1ea2 Add comparison and assignment operators to GrSamplerState. by tomhudson@google.com · 13 years ago
  74. ec05eaa Bumped num stages to 4 in preparation for AA clipping by robertphillips@google.com · 13 years ago
  75. 93c9660 draw circle paths directly via GPU by bsalomon@google.com · 13 years ago
  76. 7460b37 Fixed minor Release & fixed point compiler warnings on Linux by robertphillips@google.com · 13 years ago
  77. a5d056a Reland 3503 with fix by bsalomon@google.com · 13 years ago
  78. 2e3d144 Make GrDrawState ref counted. (Small step towards a perf improvement.) by bsalomon@google.com · 13 years ago
  79. 8fe84b5 Add SkMatrix::cheapEqualTo, use in Gr code by bsalomon@google.com · 13 years ago
  80. 6f86c3e fix clang compilation warning by bsalomon@google.com · 13 years ago
  81. 9b1517e minor improvement, remove some conditionals in GrAAConvexPathRenderer by bsalomon@google.com · 13 years ago
  82. 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
  83. 2401ae8 Attempt to reland 3054 by bsalomon@google.com · 13 years ago
  84. 8b39f8f Revert r3054 for failing tests by bsalomon@google.com · 13 years ago
  85. e6bea08 Add constant coverage to GrDrawState by bsalomon@google.com · 13 years ago
  86. 90d344a fix assert by bsalomon@google.com · 13 years ago
  87. 52a5dcb Add GrDrawState reset by bsalomon@google.com · 13 years ago
  88. 69cc6ad Add convex path renderer (disabled) by bsalomon@google.com · 13 years ago
  89. cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
  90. 50bdad8 Implement the color matrix filter in Ganesh. Also, fix and enable the color by senorblanco@chromium.org · 13 years ago
  91. 1e266f8 Remove GrDrawState::setSampler, use direct access to sampler by bsalomon@google.com · 13 years ago
  92. 8f9cbd6 Cleanup of r2830. by bsalomon@google.com · 13 years ago
  93. 3d0835b Revert 2830 and 2831. by bsalomon@google.com · 13 years ago
  94. 321795e Fix assert by bsalomon@google.com · 13 years ago
  95. 0fec61d Make GrDrawState a real class with getters and setters by bsalomon@google.com · 13 years ago
  96. 39ee0ff Prep #1 for making GrDrawState a class by bsalomon@google.com · 13 years ago
  97. 62b0968 Speed up GrDrawState handling. by tomhudson@google.com · 13 years ago
  98. 72e49b8 warning fixes Review URL http://codereview.appspot.com/5328050/ by bsalomon@google.com · 13 years ago
  99. 9381363 Extract GrDrawTarget::DrState into independent GrDrawState struct. by tomhudson@google.com · 13 years ago