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