1. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  2. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  3. dfdb7e5 Reland r5963 with two fixes: by bsalomon@google.com · 12 years ago
  4. f6eac8a Revert r5962 because of failures. by bsalomon@google.com · 12 years ago
  5. b022177 Require matrix for custom stage to be set when custom stage is installed. by bsalomon@google.com · 12 years ago
  6. ba998f2 Turn on GPU AA clipping by robertphillips@google.com · 12 years ago
  7. 0f11e1a Remove translate param from GrContext::drawPath (and subsequent calls). by bsalomon@google.com · 12 years ago
  8. d5d69ff Add convenience function on GrDrawState to set state bit based on a bool. by bsalomon@google.com · 12 years ago
  9. ccb3950 Speculative render target ref/unref fixes by robertphillips@google.com · 12 years ago
  10. 100abf4 Shut up some Mac (xcode 3) warnings by bsalomon@google.com · 12 years ago
  11. 9cb5adf Minor refactoring of GrClipMaskManager::clipMaskPreamble by robertphillips@google.com · 12 years ago
  12. 1fcc1b8 Moved GrClipMaskCache to its own files by robertphillips@google.com · 12 years ago
  13. f660187 Hide GrDrawTarget::Caps's member vars by bsalomon@google.com · 12 years ago
  14. 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
  15. 8afae61 Clean up most clang warnings outside animator/ by tomhudson@google.com · 12 years ago
  16. 46a8600 Refactored cacheID in preparation for clip mask caching changes by robertphillips@google.com · 12 years ago
  17. a2d7148 Removed GrClip & related classes by robertphillips@google.com · 12 years ago
  18. 641f8b1 Replace GrClip with SkClipStack by robertphillips@google.com · 12 years ago
  19. 7b11289 Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space by robertphillips@google.com · 12 years ago
  20. f8d904a GrClip no longer translates its clips (to better mimic SkClipStack's behavior) by robertphillips@google.com · 12 years ago
  21. e4d69c0 Added getConservativeBound helper function to GrClipData by robertphillips@google.com · 12 years ago
  22. beb1af7 Altered Ganesh's clip stack plumbing to pass down new GrClipData class by robertphillips@google.com · 12 years ago
  23. b867099 Move filter/wrap out of GrSamplerState into GrTextureParams by bsalomon@google.com · 12 years ago
  24. b99225c Added requires_AA method to GrClipMaskManager.cpp to replace GrClip capability by robertphillips@google.com · 12 years ago
  25. a6f11c4 Gave GrClip an SkClipStack-style iterator by robertphillips@google.com · 12 years ago
  26. 1e8f016 Remove easily-removable uses of setTexture(), instead creating a GrSingleTextureEffect - by tomhudson@google.com · 12 years ago
  27. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  28. 3e11c0b Forced GrClip to always have conservative bounds by robertphillips@google.com · 12 years ago
  29. 676e660 More carefully disable stages in Ganesh to avoid textures or effects by tomhudson@google.com · 12 years ago
  30. 5dfb672 Left over cleanup from r4416 (fix for lingering AA clip mask bug) by robertphillips@google.com · 12 years ago
  31. 366f1c6 Fixed lingering gpu-path AA clip mask generation bug by robertphillips@google.com · 12 years ago
  32. 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
  33. 58b2021 Split GrSWMaskHelper into its own files by robertphillips@google.com · 12 years ago
  34. b213ed8 Simplify vertex layout bitfields by making Position-as-texcoords the default. by tomhudson@google.com · 12 years ago
  35. 9e553c6 Minor GrStencilSettings cleanup by bsalomon@google.com · 12 years ago
  36. c82a8b7 Fixed two bugs in SW-only clip mask generation by robertphillips@google.com · 12 years ago
  37. a320194 Make GrClipMaskManager configure the stencil and scissor on GrGpu by bsalomon@google.com · 12 years ago
  38. c8f7f47 Store clip mask location in GrClipMaskManager as a enum rather than two bools by bsalomon@google.com · 12 years ago
  39. 13b85aa Give GrClipMaskManager a GrGpu* by bsalomon@google.com · 12 years ago
  40. f69a11b Use GrAARectRenderer in GPU AA clip mask generation by robertphillips@google.com · 12 years ago
  41. 75b3c96 Move clientID into texture desc by robertphillips@google.com · 12 years ago
  42. 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
  43. 411dad0 Move stencil param adjustment to GrClipMaskManager, attempt to make GrGpuGL::flushStencil readable by bsalomon@google.com · 12 years ago
  44. 8a4fc40 Updated useSWOnlyPath method to use path chain instead of raw path renderer methods by robertphillips@google.com · 12 years ago
  45. 72176b2 Removed SoftwarePathRenderer from GrContext's path renderer chain by robertphillips@google.com · 12 years ago
  46. 2c75681 Remove GrClipMaskManager's path renderer chain (in favor of GrContext's) by robertphillips@google.com · 12 years ago
  47. a3e5c63 Minor tweaks to SW-only clip mask generation logic by robertphillips@google.com · 12 years ago
  48. fa66294 First functioning version of SW-only clip mask creator by robertphillips@google.com · 12 years ago
  49. 5acc0e3 Free cached AA clip mask when create hard/stencil clip mask by robertphillips@google.com · 12 years ago
  50. 6623fcd Convert AAClipCache's GrRects to GrIRects by robertphillips@google.com · 12 years ago
  51. f105b10 Made clip mask cache use Scratch Texture system by robertphillips@google.com · 12 years ago
  52. 6b70a7b Split createAlphaClipMask in two to allow reuse with SW-only path by robertphillips@google.com · 12 years ago
  53. 8fff356 Made clip mask cache reuse depend on mask size/bounds (instead of render target size) by robertphillips@google.com · 12 years ago
  54. beeb97c Added stack to AA clip mask cache by robertphillips@google.com · 12 years ago
  55. 6d62df4 First pass at accelerating gpu-based AA clipping by robertphillips@google.com · 12 years ago
  56. 180bc88 Disabled stencil buffer for AA clip mask by robertphillips@google.com · 12 years ago
  57. fd6daf5 Added cache to gpu AA clipping by robertphillips@google.com · 12 years ago
  58. a72eef3 Added gpu AA clipping to old shader path by robertphillips@google.com · 12 years ago
  59. 8d033a1 Remove GrPath typedef by bsalomon@google.com · 12 years ago
  60. f294b77 Initial version of AA clip A8/R8 mask creation by robertphillips@google.com · 12 years ago
  61. 0f191f3 Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op) by robertphillips@google.com · 12 years ago
  62. 1e945b7 Minor refactoring to pull GrClipMaskManager into its own files by robertphillips@google.com · 12 years ago