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
/
decoders.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
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-11-13
Add break for default cases
Kyle Kienapfel
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-08-09
video_core/textures/decoders: Avoid SWIZZLE_TABLE
Merry
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-19
video_core: Reduce unused includes
ameerj
2021-08-30
Merge pull request #6879 from ameerj/decoder-assert
bunnei
2021-08-16
vk_blit_screen: Fix non-accelerated texture size calculation
ameerj
2021-08-12
decoders: Templates allow memcpy optimizations
yzct12345
2021-08-02
decoders: Optimize swizzle copy performance (#6790)
yzct12345
2021-06-04
decoders: Break instead of continue
lat9nq
2021-06-04
decoders: Avoid out-of-bounds access
lat9nq
2021-03-13
renderer_vulkan: Accelerate ASTC decoding
ameerj
2021-01-15
common/alignment: Rename AlignBits to AlignUpLog2
ReinUsesLisp
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp
2020-08-10
textures/decoders: Fix block linear to pitch copies
ReinUsesLisp
2020-07-21
Merge pull request #4324 from ReinUsesLisp/formats
bunnei
2020-07-13
video_core: Rearrange pixel format names
ReinUsesLisp
2020-07-10
video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changes
ReinUsesLisp
2020-04-28
MaxwellDMA: Optimize micro copies.
Fernando Sahmkow
2020-04-16
General: Resolve warnings related to missing declarations
Lioncash
2019-07-25
MaxwellDMA: Fixes, corrections and relaxations.
Fernando Sahmkow
2019-06-20
texture_cache: Style and Corrections
Fernando Sahmkow
2019-06-20
decoders: correct block calculation
Fernando Sahmkow
2019-06-20
video_core: Use un-shifted block sizes to avoid integer divisions
ReinUsesLisp
2019-06-20
gl_texture_cache: Add fast copy path
ReinUsesLisp
2019-06-20
gl_texture_cache: Initial implementation
ReinUsesLisp
2019-04-16
Apply Const correctness to SwizzleKepler and replace u32 for size_t on iterat...
Fernando Sahmkow
2019-04-15
Implement Block Linear copies in Kepler Memory.
Fernando Sahmkow
2019-03-16
video_core: Refactor to use MemoryManager interface for all memory access.
bunnei
2019-02-26
gl_rasterizer_cache: Move format conversion to its own file
ReinUsesLisp
2019-02-26
decoders: Minor style changes
ReinUsesLisp
2018-12-19
Fixed uninitialized memory due to missing returns in canary
David Marcec
2018-11-26
Implemented Tile Width Spacing
FernandoS27
2018-11-18
Merge pull request #1717 from FreddyFunk/swizzle-gob
bunnei
2018-11-18
Eliminated unnessessary memory allocation and copy (#1702)
Frederic L
2018-11-17
textures/decoders: Replace magic numbers
Frederic Laing
2018-11-15
textures/decoders: Minor cleanup
Frederic Laing
2018-11-12
Implement ASTC_2D_10X8 & ASTC_2D_10X8_SRGB (#1666)
greggameplayer
2018-11-01
Fix ASTC formats
FernandoS27
2018-10-25
Merge pull request #1524 from FernandoS27/layers-fix
bunnei
2018-10-23
decoders: Remove unused variable within SwizzledData()
Lioncash
2018-10-23
Fixed Layered Textures Loading and Cubemaps
FernandoS27
2018-10-18
decoders: Introduce functions for un/swizzling subrects.
bunnei
[next]