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