1. c97a339 added optimizations to speed up skinning by Ruiqi Mao · 6 years ago
  2. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 6 years ago
  3. 4ec72f7 added skeletal animation support to GPU backend by Ruiqi Mao · 6 years ago
  4. 383c9bb Revert "added skeletal animation support to GPU backend" by Joe Gregorio · 6 years ago
  5. d275ef5 added skeletal animation support to GPU backend by Ruiqi Mao · 6 years ago
  6. c05aa7d Revert "added skeletal animation support to GPU backend" by Ruiqi Mao · 6 years ago
  7. b630734 added skeletal animation support to GPU backend by Ruiqi Mao · 6 years ago
  8. 08a50e0 Include sRGB -> Linear in the cached "from sRGB" xform by Brian Osman · 6 years ago
  9. 0c26a9d GR_TEST_UTILS fixes by Brian Salomon · 7 years ago
  10. fa6d865 Do color correction of vertex colors in GPU drawVertices by Brian Osman · 7 years ago
  11. 3de0aee Make SkGpuDevice::drawVertices perform color byte order swap and premul step using vertex shader. by Brian Salomon · 8 years ago
  12. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  13. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  14. f57372d Screenspace AA tessellated GPU path rendering. by senorblanco · 8 years ago
  15. 682580f Revert of Screenspace AA tessellated path rendering. (patchset #37 id:730001 of https://codereview.chromium.org/1152733009/ ) by senorblanco · 8 years ago
  16. 9992bde Screenspace AA tessellated GPU path rendering. by senorblanco · 8 years ago
  17. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  18. 342bfc2 Simplify GrDrawBatch uploads and token uage. by bsalomon · 8 years ago
  19. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  20. b2aa7cb This CL wires up the backend portion necessary for sending transformed coords via vertex attributes. by joshualitt · 9 years ago
  21. df0c557 Use new API everywhere for GrDefaultGeoProcFactory by joshualitt · 9 years ago
  22. e494a58 Revert of Use new API everywhere for GrDefaultGeoProcFactory (patchset #5 id:80001 of https://codereview.chromium.org/1261083003/) by joshualitt · 9 years ago
  23. 801823b Use new API everywhere for GrDefaultGeoProcFactory by joshualitt · 9 years ago
  24. 7a0d697 Change GrDefaultGeoProcFactory to a namespace by joshualitt · 9 years ago
  25. 0d986d8 Cleanup GrDefaultGeoProcFactory localCoords by joshualitt · 9 years ago
  26. e9d6095 Cleanup Default Geo Proc API by joshualitt · 9 years ago
  27. 7765a47 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  28. d07a279 Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview.chromium.org/1213383005/) by bsalomon · 9 years ago
  29. f5179a4 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  30. b8c241a Preliminary attempt to remove batch tracker by joshualitt · 9 years ago
  31. d3a560f Revert of Preliminary attempt to remove batch tracker (patchset #3 id:40001 of https://codereview.chromium.org/1139723004/) by joshualitt · 9 years ago
  32. cbfe91d Preliminary attempt to remove batch tracker by joshualitt · 9 years ago
  33. 1ba8cc9 removing equality / compute invariant loops from GrGeometryProcessors by joshualitt · 9 years ago
  34. 50cb76b Revert of removing equality / compute invariant loops from GrGeometryProcessors (patchset #2 id:20001 of https://codereview.chromium.org/1111603004/) by joshualitt · 9 years ago
  35. ef292a0 removing equality / compute invariant loops from GrGeometryProcessors by joshualitt · 9 years ago
  36. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  37. 8fc6c2d This CL cleans up the last remaining users of localCoordChange on paint by joshualitt · 10 years ago
  38. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  39. 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
  40. 2dd1ae0 First step to moving vertex attributes to the geometryProcessor by joshualitt · 10 years ago
  41. 5478d42 Push creation of default GP to the caller by joshualitt · 10 years ago
  42. 4973d9d Default geometry processor by joshualitt · 10 years ago
  43. ee0ea3f Revert of Default geometry processor (patchset #9 id:160001 of https://codereview.chromium.org/678953002/) by joshualitt · 10 years ago
  44. ff34307 Default geometry processor by joshualitt · 10 years ago