1. 84e0064 remove SK_API from private calls by Mike Klein · 6 years ago
  2. 3a33fa5 Add SK_API to SkHalfToFloat by Leon Scroggins III · 6 years ago
  3. 76aed1e Add GrColor4h (half-float), for use in Ops and (eventually) vertices by Brian Osman · 6 years ago[Renamed from src/core/SkHalf.h]
  4. b9bfb7b partial revert of https://skia-review.googlesource.com/c/skia/+/90026 for android by Mike Reed · 7 years ago
  5. 57c2b8b remove unused declarations by Mike Reed · 7 years ago
  6. 2fbf1bc Add SK_API to APIs used by the android framework. by Derek Sollenberger · 7 years ago
  7. 2ee0f42 only SkHalfToFloat_finite_ftz(uint64_t hs) is called by Mike Klein · 7 years ago
  8. d0ce148 test and fix f16<->f32 conversion stages by Mike Klein · 8 years ago
  9. d177ae1 remove SkNx AVX code by Mike Klein · 8 years ago
  10. 04adfda SkRasterPipeline: 8x pipelines, without any 8x code enabled. by Mike Klein · 8 years ago
  11. 42f4b42 Revert "SkRasterPipeline: 8x pipelines, attempt 2" by Mike Klein · 8 years ago
  12. a71e151 SkRasterPipeline: 8x pipelines, attempt 2 by Mike Klein · 8 years ago
  13. 9428587 Revert "SkRasterPipeline: 8x pipelines" by Mike Klein · 8 years ago
  14. 1aebdae SkRasterPipeline: 8x pipelines by Mike Klein · 8 years ago
  15. a2d2f38 f16<->f32 ftz is an optional thing for speed. by mtklein · 8 years ago
  16. 8ae991e Flush denorm half floats to zero. by mtklein · 8 years ago
  17. f660b7c Add Sk4h_load4 for loading F16. by mtklein · 8 years ago
  18. 6bdbf44 Improve naive SkColorXform to half floats by msarett · 8 years ago
  19. 58e389b Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 8 years ago
  20. 64bbad3 Revert of Expand _01 half<->float limitation to _finite. Simplify. (patchset #7 id:120001 of https://codereview.chromium.org/2145663003/ ) by mtklein · 8 years ago
  21. 3296bee Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 8 years ago
  22. 5608e2e Clean up hyper-local SkCpu feature test experiment. by mtklein · 8 years ago
  23. 244a653 skcpu: sse4.1 floor, f16c f16<->f32 by mtklein · 9 years ago
  24. 2c7f240 Revert of skcpu: sse4.1 floor, f16c f16<->f32 (patchset #11 id:200001 of https://codereview.chromium.org/1891513002/ ) by mtklein · 9 years ago
  25. 3faf74b skcpu: sse4.1 floor, f16c f16<->f32 by mtklein · 9 years ago
  26. 834d9e1 Revert of skcpu: sse4.1 floor, f16c f16<->f32 (patchset #10 id:180001 of https://codereview.chromium.org/1891513002/ ) by mtklein · 9 years ago
  27. cbe3c1a skcpu: sse4.1 floor, f16c f16<->f32 by mtklein · 9 years ago
  28. be8c19e NEON f32 <-> f16 and f32 <-> u16 by mtklein · 9 years ago
  29. ddb64c8 new version of SkHalfToFloat_01 by mtklein · 9 years ago
  30. fff055c SkHalfToFloat_01 / SkFloatToHalf_01 by mtklein · 9 years ago
  31. cbefc5e Revert of SkHalfToFloat_01 / SkFloatToHalf_01 (patchset #11 id:200001 of https://codereview.chromium.org/1685133005/ ) by mtklein · 9 years ago
  32. 9ea11a4 SkHalfToFloat_01 / SkFloatToHalf_01 by mtklein · 9 years ago
  33. 28f9c60 Add support for half float alpha textures. by jvanverth · 10 years ago
  34. 9367992 Add float-to-half (binary16) conversion functions. by jvanverth · 10 years ago