index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
textures
/
astc.cpp
Age
Commit message (
Expand
)
Author
2023-05-23
textures: add BC1 and BC3 compressors and recompression setting
Liam
2023-03-12
general: fix spelling mistakes
Liam
2023-02-22
configuration: Add async ASTC decode setting
ameerj
2022-11-22
general: fix compile for Apple Clang
Liam
2022-10-22
general: Resolve -Wunused-lambda-capture and C5233
Morph
2022-10-03
common: remove "yuzu:" prefix from thread names
Liam
2022-09-30
Merge pull request #8910 from vonchenplus/astc_decode_error
bunnei
2022-09-16
astc: Enable parallel CPU astc decoding
Morph
2022-09-15
video_core: Modify astc texture decode error fill value
FengChen
2022-04-28
chore: add missing SPDX tags
Andrea Pappacoda
2022-03-20
general: Fix clang/gcc build errors
ameerj
2021-07-31
astc_decoder: Optimize the use EncodingData
ameerj
2021-07-31
astc.h: Move data to cpp implementation
ameerj
2021-06-28
video_core: Silence signed/unsigned mismatch warnings
Morph
2021-06-19
astc_decoder.comp: Remove unnecessary LUT SSBOs
ameerj
2021-06-19
astc: Various robustness enhancements for the gpu decoder
ameerj
2021-06-15
astc_decoder: Fix LDR CEM1 endpoint calculation
ameerj
2021-06-15
textures: Reintroduce CPU ASTC decoder
ameerj
2021-03-25
astc_decoder: Refactor for style and more efficient memory use
ameerj
2021-01-15
astc: Increase integer encoded vector size
ReinUsesLisp
2021-01-15
astc: Return zero on out of bound bits
ReinUsesLisp
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp
2020-04-09
astc: Hard code bit depth changes to 8 and use fast replicate
ReinUsesLisp
2020-04-09
astc: Use boost's static_vector to avoid heap allocations
ReinUsesLisp
2020-04-09
astc: Implement a fast precompiled alternative for Replicate
ReinUsesLisp
2020-04-09
astc: Move Replicate to a constexpr LUT when possible
ReinUsesLisp
2020-04-09
astc: Make InputBitStream constexpr
ReinUsesLisp
2020-04-09
astc: OutputBitStream style changes and make it constexpr
ReinUsesLisp
2020-03-18
astc: Fix clang build issues
ReinUsesLisp
2020-03-14
astc: Fix typos from search and replace
ReinUsesLisp
2020-03-14
astc: Minor changes to InputBitStream
ReinUsesLisp
2020-03-14
astc: Pass val in Replicate by copy
ReinUsesLisp
2020-03-14
astc: Call std::vector:reserve on decodedClolorValues to avoid reallocating
ReinUsesLisp
2020-03-13
astc: Call std::vector::reserve on texelWeightValues to avoid reallocating
ReinUsesLisp
2020-03-13
astc: Create a LUT at compile time for encoding values
ReinUsesLisp
2020-03-13
astc: Make IntegerEncodedValue a trivial structure
ReinUsesLisp
2020-03-13
astc: Make IntegerEncodedValue constructor constexpr
ReinUsesLisp
2020-03-13
astc: Make IntegerEncodedValue trivially copyable
ReinUsesLisp
2020-03-13
astc: Rename C types to common_types
ReinUsesLisp
2020-03-13
astc: Move Popcnt to an anonymous namespace and make it constexpr
ReinUsesLisp
2020-03-13
astc: Use common types instead of stdint.h integer types
ReinUsesLisp
2020-03-13
astc: Use 'enum class' instead of 'enum' for EIntegerEncoding
ReinUsesLisp
2019-11-08
video_core: Silence implicit conversion warnings
ReinUsesLisp
2019-10-27
astc: Silence implicit conversion warnings
ReinUsesLisp
2019-05-09
video_core/textures/astc: Remove unused variables
Lioncash
2019-04-30
Fix Layered ASTC Textures
Fernando Sahmkow
2019-02-26
gl_rasterizer_cache: Move format conversion to its own file
ReinUsesLisp
2018-11-01
Fix ASTC Decompressor to support depth parameter
FernandoS27
2018-07-17
astc: Initialize vector size directly in Decompress
Lioncash
2018-07-17
astc: Mark functions as internally linked where applicable
Lioncash
[next]