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
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2023-07-21
configure_graphics_advance: Generate UI at runtime
lat9nq
2023-06-27
video_core: Add BCn decoding support
GPUCode
2023-06-17
video_core: Removed AF for all mip modes option as it's default now
Wollnashorn
2023-06-15
video_core: Fallback to default anisotropy instead to 1x anisotropy
Wollnashorn
2023-06-15
video_core: Add per-image anisotropy heuristics (format & mip count)
Wollnashorn
2023-06-14
video_core: Apply AF only to samplers with normal LOD range [0, 1+x]
Wollnashorn
2023-06-14
video_core: Fix default anisotropic heuristic
Wollnashorn
2023-06-14
video_core: Never apply AF to None mipmap mode
Wollnashorn
2023-06-13
video_core: Disable anisotropic filtering for samplers with depth compare
Wollnashorn
2023-06-13
video_core: Option to apply anisotropic filtering for all mipmap modes
Wollnashorn
2023-05-23
textures: add BC1 and BC3 compressors and recompression setting
Liam
2023-03-17
Disable SRGB border color conversion for now, to fix shadows in Xenoblade.
Kelebek1
2023-03-14
Merge pull request #9933 from vonchenplus/texture_format
liamwhite
2023-03-12
general: fix spelling mistakes
Liam
2023-03-10
video_core: Update texture format
Feng Chen
2023-02-22
configuration: Add async ASTC decode setting
ameerj
2023-02-14
remove static from pointer sized or smaller types for aesthetics, change cons...
arades79
2023-02-14
add static lifetime to constexpr values to force compile time evaluation wher...
arades79
2022-12-10
video_core: fix off by one in anisotropic filtering amount
Liam
2022-11-22
general: fix compile for Apple Clang
Liam
2022-11-13
Add break for default cases
Kyle Kienapfel
2022-10-22
general: Resolve -Wunused-lambda-capture and C5233
Morph
2022-10-22
decoders: Use 2's complement instead of unary -
Morph
2022-10-06
Decoders: Improve overall speed.
Fernando Sahmkow
2022-10-06
DMA & InlineToMemory Engines Rework.
bunnei
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-08-09
video_core/textures/decoders: Avoid SWIZZLE_TABLE
Merry
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-04-28
chore: add missing SPDX tags
Andrea Pappacoda
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-20
general: Fix clang/gcc build errors
ameerj
2022-03-19
video_core: Reduce unused includes
ameerj
2021-11-17
TextureCache: Fix Automatic Anisotropic.
Fernando Sahmkow
2021-11-16
TextureCache: Add automatic anisotropic filtering and refactor code.
Fernando Sahmkow
2021-11-16
TextureCache: Make a better Anisotropic setter.
Fernando Sahmkow
2021-08-30
Merge pull request #6879 from ameerj/decoder-assert
bunnei
2021-08-19
video_core: eliminate constant ternary
Valeri
2021-08-16
vk_blit_screen: Fix non-accelerated texture size calculation
ameerj
2021-08-12
decoders: Templates allow memcpy optimizations
yzct12345
2021-08-06
Merge pull request #6791 from ameerj/astc-opt
bunnei
2021-08-02
decoders: Optimize swizzle copy performance (#6790)
yzct12345
2021-07-31
astc_decoder: Optimize the use EncodingData
ameerj
2021-07-31
astc.h: Move data to cpp implementation
ameerj
2021-07-22
shader: Initial OpenGL implementation
ReinUsesLisp
2021-06-28
video_core: Silence signed/unsigned mismatch warnings
Morph
[next]