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
/
texture_cache
/
util.cpp
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
2024-01-18
Core: Eliminate core/memory dependancies.
Fernando Sahmkow
2024-01-18
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2023-12-26
video_core: Fix buffer_row_length computation for linear compressed textures
GPUCode
2023-10-17
Merge pull request #11788 from Squall-Leonhart/IFREMOVED
Fernando S
2023-10-15
brings back the removed If statement and adds the num_level test
Squall Leonhart
2023-10-11
Merge pull request #11743 from Squall-Leonhart/IFREMOVED
Fernando S
2023-10-11
Fix mistaken usage of info.block instead of level_info.block
Squall-Leonhart
2023-10-10
Merge pull request #11534 from Squall-Leonhart/IFREMOVED
liamwhite
2023-10-02
ci: fix new codespell errors
Liam
2023-09-20
Reuse part of my previous idea to to use num_levels to check within AdjustMip...
Squall-Leonhart
2023-09-18
Partial revert of #10433
Squall Leonhart
2023-07-02
Use spans over guest memory where possible instead of copying data.
Kelebek1
2023-07-01
renderer_vulkan: Add support for VK_KHR_image_format_list
GPUCode
2023-06-27
video_core: Add BCn decoding support
GPUCode
2023-06-22
Remove memory allocations in some hot paths
Kelebek1
2023-05-24
Texture Cache Util: Fix block depth adjustment on slices.
Fernando Sahmkow
2023-05-23
textures: add BC1 and BC3 compressors and recompression setting
Liam
2023-05-09
Texture Cache: Fix ASTC textures
Fernando Sahmkow
2023-03-05
Engines: Implement Accelerate DMA Texture.
Fernando Sahmkow
2023-02-11
texture_cache: OpenGL: Implement MSAA uploads and copies
ameerj
2022-12-25
texture_cache: Use Common::ScratchBuffer for swizzle buffers
ameerj
2022-12-25
texture_cache: Use pre-allocated buffer for texture downloads
ameerj
2022-12-25
texture_cache: Use pre-allocated buffer for texture uploads
ameerj
2022-11-04
video_core: Fix SNORM texture buffer emulating error (#9001)
Feng Chen
2022-10-06
DMA & InlineToMemory Engines Rework.
bunnei
2022-10-06
VideoCore: Extra Fixes.
Fernando Sahmkow
2022-04-28
chore: add missing SPDX tags
Andrea Pappacoda
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-04
Revert "texture_cache/util: Remove unneeded ReadBlockUnsafe"
bunnei
2022-04-04
texture_cache/util: Remove unneeded ReadBlockUnsafe
ameerj
2021-12-31
texture_cache/util: Fix s32 overflow when resolving overlaps
ameerj
2021-11-27
Texture Cache: Redesigning the blitting system (again).
Fernando Sahmkow
2021-11-22
Texture Cache: Fix issue with blitting 3D textures.
Fernando Sahmkow
2021-11-21
TextureCache: Eliminate format deduction as full depth conversion has been su...
Fernando Sahmkow
2021-11-19
TextureCache: Further fixes on resolve algorithm.
Fernando Sahmkow
2021-11-19
TextureCache: Fix regression caused by ART and improve blit detection algorit...
Fernando Sahmkow
2021-11-16
Texture Cache: Fix blitting.
Fernando Sahmkow
2021-11-16
TextureCache: fix rescaling in aliases and overlap joins.
FernandoS27
2021-07-18
texture_cache/util: Fix size calculations of multisampled images
ReinUsesLisp
2021-07-06
Merge pull request #6497 from FernandoS27/scotty-doesnt-know
bunnei
2021-07-04
Texture Cache: Improve accuracy of sparse texture detection.
Fernando Sahmkow
2021-07-04
Texture Cache: Initial Implementation of Sparse Textures.
Fernando Sahmkow
2021-06-28
video_core: Silence signed/unsigned mismatch warnings
Morph
2021-06-23
Merge pull request #6465 from FernandoS27/sex-on-the-beach
Mai M
2021-06-16
Merge pull request #6469 from ReinUsesLisp/blit-view-compat
Ameer J
2021-06-16
Reaper: Tune it up to be an smart GC.
Fernando Sahmkow
2021-06-15
textures: Reintroduce CPU ASTC decoder
ameerj
2021-06-14
texture_cache/util: Avoid relaxed image views on different bytes per pixel
ReinUsesLisp
[next]