1. 7b62448 Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/444093002/) by krajcevski · 10 years ago
  2. 2fc0582 - Add astcbitmap to gm slides by krajcevski · 10 years ago
  3. b8ccc2f Pass compressed blitters to our mask drawing algorithm by krajcevski · 10 years ago
  4. e90c900 Add ETC1 format to SkTextureCompressor by krajcevski · 10 years ago
  5. 5049557 Revert of Add ETC1 format to SkTextureCompressor (https://codereview.chromium.org/432143002/) by krajcevski · 10 years ago
  6. 5d8b1b4 Add ETC1 format to SkTextureCompressor by krajcevski · 10 years ago
  7. b3abe90 Start the process of choosing the correct compression format by krajcevski · 10 years ago
  8. a14da25 fRight -> fBottom by krajcevski · 10 years ago
  9. 25a67bc Add query for block dimensions of a given format by krajcevski · 10 years ago
  10. b577c55 Generalize mask helper a bit for compression by krajcevski · 10 years ago
  11. fb4f5cb Use scratch with LATC data if possible by krajcevski · 10 years ago
  12. 5c2fca0 Add an LATC compressor to the A8 masks, and hide it behind an ifdef. by krajcevski · 10 years ago
  13. 9ebcac5 add installPixels by reed@google.com · 11 years ago
  14. 126f7f5 Revert "Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values."" by reed@google.com · 11 years ago
  15. 84e922b Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values." by reed@google.com · 11 years ago
  16. ac9d306 speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values. by reed@google.com · 11 years ago
  17. 2d2e5c4 Make not-reusing-scratch-textures only apply to texture uploads by robertphillips@google.com · 11 years ago
  18. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  19. 9528bdb Don't reuse scratch textures update by robertphillips@google.com · 11 years ago
  20. b86add1 make the filter mode for GrTextureAccess an enum so we can plumb down by humper@google.com · 11 years ago
  21. d92cf2e Fix texture allocation in SWMaskHelper by robertphillips@google.com · 11 years ago
  22. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  23. 42dacab Make GrPaint have a variable sized array of color and coverage stages rather than a fixed size. by commit-bot@chromium.org · 11 years ago
  24. 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
  25. 137f134 Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s by bsalomon@google.com · 11 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. ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 12 years ago
  30. 3976825 Remove unused texture coordinate flags. by jvanverth@google.com · 12 years ago
  31. 8d3cd7a clone of https://codereview.appspot.com/7208043/ by reed@google.com · 12 years ago
  32. adc6536 Remove getter of writable GrEffectStage from GrDrawState. by bsalomon@google.com · 12 years ago
  33. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  34. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  35. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  36. 4c2443e Use ReduceClipStack in ClipMaskManager. by bsalomon@google.com · 12 years ago
  37. 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
  38. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  39. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  40. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  41. 5b3e890 Move some auto restore helpers from GrDrawTarget to GrDrawState. by bsalomon@google.com · 12 years ago
  42. 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
  43. 1e8f016 Remove easily-removable uses of setTexture(), instead creating a GrSingleTextureEffect - by tomhudson@google.com · 12 years ago
  44. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  45. 676e660 More carefully disable stages in Ganesh to avoid textures or effects by tomhudson@google.com · 12 years ago
  46. 5dfb672 Left over cleanup from r4416 (fix for lingering AA clip mask bug) by robertphillips@google.com · 12 years ago
  47. 366f1c6 Fixed lingering gpu-path AA clip mask generation bug by robertphillips@google.com · 12 years ago
  48. 58b2021 Split GrSWMaskHelper into its own files by robertphillips@google.com · 12 years ago