1. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  2. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  3. ed0bcad Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  4. d8ed1b6 Revert of Move instanced index buffer creation to flush time (patchset #6 id:100001 of https://codereview.chromium.org/1116943004/) by bsalomon · 9 years ago
  5. ab622c7 Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  6. 3f655f3 Initial CL to create GrBatchTest infrastructure by joshualitt · 9 years ago
  7. 44701df Move clip off of draw target by joshualitt · 10 years ago
  8. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  9. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  10. d27f73e Remove coordchanges from drawstate by joshualitt · 10 years ago
  11. 2e3b3e3 This cl moves color and coverage off of drawstate. In an effort to keep this CL manageable, I have left the compute invariant input / output in a bit of a strange state(fixing this will be complicated). by joshualitt · 10 years ago
  12. 9853cce Drawstate on stack by joshualitt · 10 years ago
  13. 4973d9d Default geometry processor by joshualitt · 10 years ago
  14. ee0ea3f Revert of Default geometry processor (patchset #9 id:160001 of https://codereview.chromium.org/678953002/) by joshualitt · 10 years ago
  15. ff34307 Default geometry processor by joshualitt · 10 years ago
  16. b44293e aa rect renderer takes a gpu on construction by joshualitt · 10 years ago
  17. 5ead6da Oval and stroke AA rect now batch by joshualitt · 10 years ago
  18. 67f7f74 Revert of Oval and stroke AA rect now batch (patchset #7 id:110001 of https://codereview.chromium.org/664193002/) by joshualitt · 10 years ago
  19. 18055af Oval and stroke AA rect now batch by joshualitt · 10 years ago
  20. 9deb696 Revert of Oval and stroke AA rect now batch (patchset #7 id:110001 of https://codereview.chromium.org/664193002/) by mtklein · 10 years ago
  21. bc54fab Oval and stroke AA rect now batch by joshualitt · 10 years ago
  22. 9c0822a Always use both a color and coverage attribute in GrAARectRenderer. by bsalomon · 10 years ago
  23. d58a0ba Push dash checks into GrContext. by egdaniel · 10 years ago
  24. 6006d0f Add bevel-stroke support in GrAARectRenderer by commit-bot@chromium.org · 11 years ago
  25. 32700ac Reverting r12082 (Add bevel-stroke support in GrAARectRenderer) due to GM failures by robertphillips@google.com · 11 years ago
  26. e1e99ef Add bevel-stroke support in GrAARectRenderer by commit-bot@chromium.org · 11 years ago
  27. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  28. bfe2b9d Move oval and rect renderer includes to private interface by jvanverth@google.com · 11 years ago[Renamed from include/gpu/GrAARectRenderer.h]
  29. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  30. 83d1a68 Add special handling of rectori case for gpu by robertphillips@google.com · 11 years ago
  31. afd1cba Re-add isIRect test for AA rect drawing by robertphillips@google.com · 11 years ago
  32. 114eb9e Update shader rect drawing path for r9087 (removal of isIRect "opt") by robertphillips@google.com · 11 years ago
  33. 18136d1 Remove isIRect "optimization" & defer computation of device Rect in AA rect rendering by robertphillips@google.com · 11 years ago
  34. 4b140b5 Add geometry-based rotated AA rect drawing path by robertphillips@google.com · 11 years ago
  35. b19cb7f Axis aligned shader-based rect drawing by robertphillips@google.com · 11 years ago
  36. df3695e First pass at Rect Effect by robertphillips@google.com · 12 years ago
  37. 6d06730 Accelerate AA filled rect drawing using drawIndexedInstances by robertphillips@google.com · 12 years ago
  38. 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
  39. 4d73ac2 Version 2 of the Instance Counting system. This one simplifies the print out of information. by robertphillips@google.com · 12 years ago
  40. f6747b0 Split GrContext's AA Rect drawing methods into helper class by robertphillips@google.com · 12 years ago