1. 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
  2. 28f45b9 Add "sample locations" feature to GrProcessor by cdalton · 8 years ago
  3. 7f9b2e4 Swizzle shader output and blend when using GL_RED to implement kAlpha_8_GrPixelConfig by bsalomon · 8 years ago
  4. 56cf6dc Create a static instances of SrcOver XferProcessor by egdaniel · 9 years ago
  5. 56da025 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  6. 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
  7. 540e954 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  8. 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
  9. 1d024a3 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  10. 89d5988 Remove memcmp from GrProgramDesc op== and Less by bsalomon · 9 years ago
  11. d79c549 Make non-AA hairline stroke rects snap to pixels centers so they close. by bsalomon · 9 years ago
  12. d1e7287 Minor modifications to GrProgramDesc.h. by jvanverth · 9 years ago
  13. 50785a3 Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #1 id:1 of https://codereview.chromium.org/901663007/) by bsalomon · 9 years ago
  14. 21b2c53 Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:200001 of https://codereview.chromium.org/885923002/) by bsalomon · 9 years ago
  15. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 9 years ago
  16. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 9 years ago
  17. 7adb355 Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1 id:1 of https://codereview.chromium.org/896163003/) by egdaniel · 9 years ago
  18. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 9 years ago
  19. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 9 years ago
  20. abb52a1 Move most of the transform logic into the primitive processors by joshualitt · 9 years ago
  21. 861e103 Rename GrGpuGL to GrGLGpu for consistency by bsalomon · 10 years ago
  22. 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
  23. ef3fcd8 More win64 warning fixes by bsalomon · 10 years ago
  24. ccb328d Fix some win64 warnings. by bsalomon · 10 years ago
  25. c230414 Create xfer processor backend. by egdaniel · 10 years ago
  26. 2947382 Revert of Create xfer processor backend. (patchset #6 id:100001 of https://codereview.chromium.org/764643004/) by joshualitt · 10 years ago
  27. 4dffc94 Create xfer processor backend. by egdaniel · 10 years ago
  28. eb2a676 Remove backend factories by joshualitt · 10 years ago
  29. dafa4d0 move program descriptor generation to flush by joshualitt · 10 years ago
  30. f78c60c Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/) by joshualitt · 10 years ago
  31. 829e1b8 move program descriptor generation to flush by joshualitt · 10 years ago
  32. 2dd1ae0 First step to moving vertex attributes to the geometryProcessor by joshualitt · 10 years ago
  33. 267ce48 remove proc key by joshualitt · 10 years ago
  34. 79f8fae OptState owns program descriptor by joshualitt · 10 years ago