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