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