1. 3865711 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 7 years ago
  2. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 8 years ago
  3. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  4. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  5. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  6. 2eda5b3 Conditionally insert gl_PointSize into shaders. by bsalomon · 8 years ago
  7. 5d8f69f Merge GrGLSLProgramDesc into GrProgramDesc by egdaniel · 8 years ago
  8. 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
  9. 28f45b9 Add "sample locations" feature to GrProcessor by cdalton · 8 years ago
  10. 7f9b2e4 Swizzle shader output and blend when using GL_RED to implement kAlpha_8_GrPixelConfig by bsalomon · 9 years ago
  11. 56cf6dc Create a static instances of SrcOver XferProcessor by egdaniel · 9 years ago
  12. 56da025 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  13. 3c2d32b Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:20001 of https://codereview.chromium.org/1436973003/ ) by mtklein · 9 years ago
  14. 540e954 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  15. 0274efb Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:20001 of https://codereview.chromium.org/1436973003/ ) by mtklein · 9 years ago
  16. 1d024a3 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  17. 89d5988 Remove memcmp from GrProgramDesc op== and Less by bsalomon · 9 years ago
  18. d79c549 Make non-AA hairline stroke rects snap to pixels centers so they close. by bsalomon · 9 years ago
  19. d1e7287 Minor modifications to GrProgramDesc.h. by jvanverth · 9 years ago
  20. 50785a3 Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #1 id:1 of https://codereview.chromium.org/901663007/) by bsalomon · 10 years ago
  21. 21b2c53 Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:200001 of https://codereview.chromium.org/885923002/) by bsalomon · 10 years ago
  22. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  23. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  24. 7adb355 Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1 id:1 of https://codereview.chromium.org/896163003/) by egdaniel · 10 years ago
  25. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  26. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  27. abb52a1 Move most of the transform logic into the primitive processors by joshualitt · 10 years ago
  28. 861e103 Rename GrGpuGL to GrGLGpu for consistency by bsalomon · 10 years ago
  29. 9b98932 This change will ultimately pull uniform color, and to a much lesser degree uniform coverage, into GPs. There are still some loose ends because drawstate has the ability to override the GP, but fixing these cleanly will have to wait until we have deferred geometry in place and can make attribute / uniform decisions on the fly. by joshualitt · 10 years ago
  30. ef3fcd8 More win64 warning fixes by bsalomon · 10 years ago
  31. ccb328d Fix some win64 warnings. by bsalomon · 10 years ago
  32. c230414 Create xfer processor backend. by egdaniel · 10 years ago
  33. 2947382 Revert of Create xfer processor backend. (patchset #6 id:100001 of https://codereview.chromium.org/764643004/) by joshualitt · 10 years ago
  34. 4dffc94 Create xfer processor backend. by egdaniel · 10 years ago
  35. eb2a676 Remove backend factories by joshualitt · 10 years ago
  36. dafa4d0 move program descriptor generation to flush by joshualitt · 10 years ago
  37. f78c60c Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/) by joshualitt · 10 years ago
  38. 829e1b8 move program descriptor generation to flush by joshualitt · 10 years ago
  39. 2dd1ae0 First step to moving vertex attributes to the geometryProcessor by joshualitt · 10 years ago
  40. 267ce48 remove proc key by joshualitt · 10 years ago
  41. 79f8fae OptState owns program descriptor by joshualitt · 10 years ago