1. 96d9171 Disable must_tail on GCC when compiling for RISC-V by Kaylee Lubick · 6 days ago main
  2. 7852fc3 skcms_Transform: Add HLG OOTF by Christopher Cameron · 4 weeks ago
  3. a58dfb3 skcms_Transform: Respect PQ and HLG indicated in CICP by Christopher Cameron · 4 weeks ago
  4. c602c13 Guard _Float16 use on clang >= 15 by Florin Malita · 5 weeks ago
  5. 238fd04 Gate F_From_Half change on clang by Devon Loehr · 5 weeks ago
  6. 02ca44d Remove gcc special case in favor of __builtin_convertvector by Kaylee Lubick · 5 weeks ago
  7. 1354884 Change use of removed intrinsic by Devon Loehr · 5 weeks ago
  8. d71f6aa skcms: support two attributes with GCC by Kaylee Lubick · 5 weeks ago
  9. 3eb7168 [cdn] Use cdn.skia.org instead of gs://skia-world-readable by Eric Boren · 10 weeks ago
  10. 1915b4d skcms: Add PQ and HLG types by Christopher Cameron · 4 months ago
  11. e12ef7c [infra] Make Windows OS version more lenient by Kaylee Lubick · 4 months ago
  12. df82c36 [infra] Fix OS dimension for skcms-Win by Eric Boren · 5 months ago
  13. 8faeb77 [infra] Fix some CI issues by Eric Boren · 6 months ago
  14. 374c106 [infra] Move Debian10 tasks to Ubuntu24 by Eric Boren · 6 months ago
  15. 1e36569 Fix ninja build on PPC by Evgenii Kliuchnikov · 8 months ago
  16. 6c5f473 Add store stages for 10101010_XR formats using Apple's linear formula by Michael Ludwig · 8 months ago
  17. 1277696 Decode color channels in 10101010_XR and 101010x_XR formats using formulas based on Apple documentation by Jason Simmons · 8 months ago
  18. 03700ab Remove unnecessary const qualifiers from function definitions by Kaylee Lubick · 9 months ago
  19. b2e6926 Re-arrange struct layouts to reduce in-memory size of public types by Kaylee Lubick · 10 months ago
  20. d4f01d5 Add Bazel rules to provide debug symbols by Kaylee Lubick · 10 months ago
  21. 2c7a7bf Avoid usage of the clang::musttail attribute on ppc64le by Adrian Perez de Castro · 11 months ago
  22. f96615e Add skcms_GetInputChannelCount utility function by Brian Osman · 1 year, 1 month ago
  23. c830bf2 Add `skcms_PixelFormat_GA_88` support for `skcms_Transform`. by Lukasz Anforowicz · 1 year, 2 months ago
  24. 2395877 Add LSX optimations for loong64. by Cheng Yangyang · 1 year, 2 months ago
  25. bc467ef Fixed BGRA10XR to have padding be 6 *least* significant bits. by Aaron Clarke · 1 year, 3 months ago
  26. 5d9221d Adds support for bgra10xr loading. by Aaron Clarke · 1 year, 4 months ago
  27. 9478a63 Remove assert from powf_ by Christopher Cameron · 1 year, 5 months ago
  28. 934b734 Remove unnecessary return statement by K Lubick · 1 year, 6 months ago
  29. defc2fa Fix misspelling in AVX #define. by John Stiles · 1 year, 6 months ago
  30. d52adb9 Disable musttail on LoongArch by Brian Osman · 1 year, 6 months ago
  31. b440ca2 Move assert to static_assert by K Lubick · 1 year, 7 months ago
  32. fa4c93a Use one-big-switch when [[clang::musttail]] is unavailable. by John Stiles · 1 year, 10 months ago
  33. ffaff60 Revert "When tailcalling is not supported, loop over stages." by John Stiles · 1 year, 10 months ago
  34. 945923e When tailcalling is not supported, loop over stages. by John Stiles · 1 year, 10 months ago
  35. 529510f Disable musttail on RISC-V by Brian Osman · 1 year, 10 months ago
  36. 4dba234 Re-enable [[clang::musttail]] on 64-bit Android. by John Stiles · 1 year, 10 months ago
  37. 437623f Reland "Use tailcall recursion to process skcms ops." by John Stiles · 1 year, 10 months ago
  38. e0a502a Revert "Use tailcall recursion to process skcms ops." by John Stiles · 1 year, 10 months ago
  39. 3020b5f Disable TransformHsw and TransformSkx on Android. by John Stiles · 1 year, 10 months ago
  40. 55204b9 Disable [[clang::musttail]] on Windows entirely. by John Stiles · 1 year, 10 months ago
  41. b8a30c9 Improve Emscripten detection. by John Stiles · 1 year, 10 months ago
  42. 8a5b9cb Disable [[clang::musttail]] on Android. by John Stiles · 1 year, 10 months ago
  43. 03a3527 Eliminate [[clang::musttail]] from wasm builds. by John Stiles · 1 year, 10 months ago
  44. 7cf575c Use tailcall recursion to process skcms ops. by John Stiles · 1 year, 10 months ago
  45. 111d424 Improve R+G+B op fusing logic. by John Stiles · 1 year, 10 months ago
  46. c0be9bb Replace -march= with -mfeature toggles. by John Stiles · 1 year, 10 months ago
  47. 08d56f5 Migrate HSW/SKX transform code into separate translation units. by John Stiles · 1 year, 10 months ago
  48. 02a8c06 Add #includes for ptrdiff_t, size_t, and uint32_t. by John Stiles · 1 year, 10 months ago
  49. 2b3cf74 Fix ClangTidy complaint about function definitions in headers. by John Stiles · 1 year, 10 months ago
  50. c788985 Migrate baseline transform code into a separate translation unit. by John Stiles · 1 year, 10 months ago
  51. 568ad63 Fix Emscripten SIMD support. by John Stiles · 1 year, 10 months ago
  52. e59bd6a Create new (empty) translation units for skcms_Transform. by John Stiles · 1 year, 10 months ago
  53. fb11678 Split out target flags from $extra_cflags. by John Stiles · 1 year, 11 months ago
  54. 6e457de //infra/bots/bot.py: Stop deleting Xcode on every Mac task run. by Leandro Lovisolo · 1 year, 11 months ago
  55. d4f59be Silence Ninja build errors when the Android NDK is missing. by John Stiles · 1 year, 11 months ago
  56. 5274816 Migrate HSW/SKX/PORTABLE flag cleanup block to skcms_internals. by John Stiles · 1 year, 11 months ago
  57. 5037b34 Remove skcms_internal.h by John Stiles · 1 year, 11 months ago
  58. b60ffc0 Fix issues encountered in google3 roll (again). by John Stiles · 1 year, 11 months ago
  59. 36546e5 Fix issues encountered in google3 roll. by John Stiles · 1 year, 11 months ago
  60. e9cc599 Replace automatic CPU detection with explicit flags. by John Stiles · 1 year, 11 months ago
  61. cd60a4f Copy skcms public-API header into src directory. by John Stiles · 1 year, 11 months ago
  62. 42030a7 Fix integer overflow on cast by Evgenii Kliuchnikov · 1 year, 11 months ago
  63. c8ee233 Copy skcms_internal header into src directory. by John Stiles · 1 year, 11 months ago
  64. d0d3db8 Remove redundant Color typedef. by John Stiles · 1 year, 11 months ago
  65. 7c271ce Migrate INFINITY_ to the shared Transform header. by John Stiles · 1 year, 11 months ago
  66. 7096dac Move transform op list into header. by John Stiles · 1 year, 11 months ago
  67. 2b581aa Prep for tailcall-based implementation. by John Stiles · 1 year, 11 months ago
  68. dacb7ea Move shared macros into skcms_internal.h. by John Stiles · 1 year, 11 months ago
  69. 10d18c9 Rename src/Transform.h to src/skcms_Transform.h. by John Stiles · 1 year, 11 months ago
  70. 3c49869 Move Vec class into header. by John Stiles · 1 year, 11 months ago
  71. 59b3b32 Remove small_memcpy. by John Stiles · 1 year, 11 months ago
  72. 00f6c51 Fix up various ninja/clang targets for Mac. by John Stiles · 1 year, 11 months ago
  73. 53a2ae4 Update skia/bots dependencies in skcms. by John Stiles · 1 year, 11 months ago
  74. 29ce1bd Prevent runtime CPU detection in Haswell build by Brian Osman · 1 year, 11 months ago
  75. c01d0bc Implement basic RGB op fusing in skcms. by John Stiles · 1 year, 11 months ago
  76. 5ff1bf4 Factor out curve-op selection code. by John Stiles · 1 year, 11 months ago
  77. 1916b23 Further harden exp2f_ by Evgenii Kliuchnikov · 1 year, 11 months ago
  78. fa50717 Add gamma function to skcms. by John Stiles · 1 year, 11 months ago
  79. a5580e2 Add Haswell ninja file by Brian Osman · 1 year, 11 months ago
  80. 32d537e Provide a context pointer for every skcms op. by John Stiles · 1 year, 11 months ago
  81. db30c32 Enable C11 and warnings-as-errors in skcms' Bazel build. by John Stiles · 1 year, 11 months ago
  82. 970fdac Disable clang warnings which prevented skcms roll. by John Stiles · 1 year, 11 months ago
  83. 8e6beb0 Add helper functions for building skcms op list. by John Stiles · 1 year, 11 months ago
  84. 699f6de Restructure skcms ops to be more like Raster Pipeline. by John Stiles · 1 year, 11 months ago
  85. 374ddaa Fix AVX512 feature detection in the ninja file, slightly by Brian Osman · 1 year, 11 months ago
  86. f1e5fc8 [bazel] Update BAZEL.md to reflect the new Mac toolchain. by Leandro Lovisolo · 1 year, 11 months ago
  87. b1b8f1e Fix -Wstrict-prototypes error when building skcms. by John Stiles · 1 year, 11 months ago
  88. 4d94ff5 Fix skcms tests on Mac. by John Stiles · 1 year, 11 months ago
  89. b4fa9ec Fix HLG roundtripping test. by John Stiles · 1 year, 11 months ago
  90. 1227163 Annotate third party imports upstream by Brian Osman · 1 year, 11 months ago
  91. f97537e [bazel] Add macOS toolchain. by Leandro Lovisolo · 1 year, 11 months ago
  92. a1d9a58 Remove paletted source support by Brian Osman · 1 year, 11 months ago
  93. 1323db7 Fix skcms-Linux bot, once and for all by Brian Osman · 2 years, 2 months ago
  94. cd38512 Fix "Float-cast-overflow in powf_" by Evgenii Kliuchnikov · 2 years, 2 months ago
  95. 6140cf9 Fix detection of NEON f16 intrinsic availability on GCC by Brian Osman · 2 years, 4 months ago
  96. ef8a6f9 Remove unfinished ARM F16 compute path by Brian Osman · 2 years, 4 months ago
  97. 9e87658 Temporarily remove skcms-Win-Bazel-{Build,Test}-RBE tasks. by Leandro Lovisolo · 2 years, 4 months ago
  98. eca6699 Fix skcms-Linux task, again by Brian Osman · 2 years, 5 months ago
  99. fc9661a Suppress certain uninitialized variable warnings with GCC by Brian Osman · 2 years, 5 months ago
  100. ba39d81 Added 101010x_xr support. by Aaron Clarke · 2 years, 8 months ago