Historique des commits

Auteur SHA1 Message Date
  FengChen 88007077e2 video_core: Modify astc texture decode error fill value il y a 3 ans
  Andrea Pappacoda 01cf05bc75 chore: add missing SPDX tags il y a 4 ans
  ameerj 866b7c20a8 general: Fix clang/gcc build errors il y a 4 ans
  ameerj 5665d05547 astc_decoder: Optimize the use EncodingData il y a 5 ans
  ameerj 15c0c213b1 astc.h: Move data to cpp implementation il y a 5 ans
  Morph d3d6613d33 video_core: Silence signed/unsigned mismatch warnings il y a 5 ans
  ameerj ace20ba4a4 astc_decoder.comp: Remove unnecessary LUT SSBOs il y a 5 ans
  ameerj 31b125ef57 astc: Various robustness enhancements for the gpu decoder il y a 5 ans
  ameerj 5fc8393125 astc_decoder: Fix LDR CEM1 endpoint calculation il y a 5 ans
  ameerj c4ff7ecf51 textures: Reintroduce CPU ASTC decoder il y a 5 ans
  ameerj 2f83d9a61b astc_decoder: Refactor for style and more efficient memory use il y a 5 ans
  ReinUsesLisp 22be115eb2 astc: Increase integer encoded vector size il y a 5 ans
  ReinUsesLisp 0ec71b78fb astc: Return zero on out of bound bits il y a 5 ans
  ReinUsesLisp 9764c13d6d video_core: Rewrite the texture cache il y a 5 ans
  ReinUsesLisp 6bf5d2b011 astc: Hard code bit depth changes to 8 and use fast replicate il y a 6 ans
  ReinUsesLisp bd2c1ab8a0 astc: Use boost's static_vector to avoid heap allocations il y a 6 ans
  ReinUsesLisp 5de130beea astc: Implement a fast precompiled alternative for Replicate il y a 6 ans
  ReinUsesLisp 6b4d4473be astc: Move Replicate to a constexpr LUT when possible il y a 6 ans
  ReinUsesLisp d22a689250 astc: Make InputBitStream constexpr il y a 6 ans
  ReinUsesLisp 0efc230381 astc: OutputBitStream style changes and make it constexpr il y a 6 ans
  ReinUsesLisp 664fa4ea06 astc: Fix clang build issues il y a 6 ans
  ReinUsesLisp 42cb8f1124 astc: Fix typos from search and replace il y a 6 ans
  ReinUsesLisp 9b8fb3c756 astc: Minor changes to InputBitStream il y a 6 ans
  ReinUsesLisp d71d7d917e astc: Pass val in Replicate by copy il y a 6 ans
  ReinUsesLisp 134f3ff9b4 astc: Call std::vector:reserve on decodedClolorValues to avoid reallocating il y a 6 ans
  ReinUsesLisp 3377b78ea7 astc: Call std::vector::reserve on texelWeightValues to avoid reallocating il y a 6 ans
  ReinUsesLisp 801fd04f75 astc: Create a LUT at compile time for encoding values il y a 6 ans
  ReinUsesLisp e183820956 astc: Make IntegerEncodedValue a trivial structure il y a 6 ans
  ReinUsesLisp 70a31eda62 astc: Make IntegerEncodedValue constructor constexpr il y a 6 ans
  ReinUsesLisp 5ed377b989 astc: Make IntegerEncodedValue trivially copyable il y a 6 ans