Skip to content
Snippets Groups Projects
  1. Mar 17, 2025
  2. Mar 14, 2025
  3. Mar 12, 2025
  4. Mar 10, 2025
  5. Feb 27, 2025
  6. Feb 21, 2025
  7. Feb 20, 2025
  8. Feb 19, 2025
  9. Feb 16, 2025
  10. Dec 02, 2024
    • Kacper Michajłow's avatar
      meson: add glslang lib for 15.0.0 linking · 056b8520
      Kacper Michajłow authored
      Glslang 15.0.0 moved some code around, add also linking to glslang,
      while this is not needed for older versions, it will still work.
      
      Unfortunately CMake config embedded in distributions is not usable
      without installing additional package like glslang-tools, because at
      least Ubuntu splits it. On Arch it would work, but generally the CMake
      config require cmake binary to work also, so let's keep it as-is for
      now.
      056b8520
  11. Nov 26, 2024
  12. Nov 25, 2024
    • Kacper Michajłow's avatar
      colorspace: remove DCDM chromatic adaptation · cfe45e67
      Kacper Michajłow authored
      The colors are encoded in XYZ with EE white point, but this is only the
      encoding part. Displayed white point is at code poit X'=3794 Y'=3960
      Z'=3890. Reference projector is expected to produce DCI white for those
      values.
      
      Although SMPTE standard does not enforce specific white point. For
      example ACES uses D60 instead. But the workflow for reference projector
      to be DCI compliant and it is on encoders to ensure the content looks
      good.
      
      So this is what we do. Decode DCDM X'Y'Z into DCI-P3 RGB.
      cfe45e67
    • Kacper Michajłow's avatar
  13. Nov 11, 2024
Loading