index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
textures
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
general: Resolve -Wunused-lambda-capture and C5233
Morph
2022-10-22
1
-2
/
+2
*
decoders: Use 2's complement instead of unary -
Morph
2022-10-22
1
-1
/
+1
*
Decoders: Improve overall speed.
Fernando Sahmkow
2022-10-06
1
-4
/
+11
*
DMA & InlineToMemory Engines Rework.
bunnei
2022-10-06
2
-177
/
+81
*
common: remove "yuzu:" prefix from thread names
Liam
2022-10-03
1
-1
/
+1
*
Merge pull request #8910 from vonchenplus/astc_decode_error
bunnei
2022-09-30
1
-1
/
+1
|
\
|
*
video_core: Modify astc texture decode error fill value
FengChen
2022-09-15
1
-1
/
+1
*
|
astc: Enable parallel CPU astc decoding
Morph
2022-09-16
1
-21
/
+35
|
/
*
video_core/textures/decoders: Avoid SWIZZLE_TABLE
Merry
2022-08-09
2
-15
/
+48
*
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-13
1
-4
/
+4
*
chore: add missing SPDX tags
Andrea Pappacoda
2022-04-28
1
-14
/
+3
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
5
-15
/
+10
*
general: Fix clang/gcc build errors
ameerj
2022-03-20
1
-0
/
+1
*
video_core: Reduce unused includes
ameerj
2022-03-19
3
-6
/
+0
*
TextureCache: Fix Automatic Anisotropic.
Fernando Sahmkow
2021-11-17
1
-6
/
+5
*
TextureCache: Add automatic anisotropic filtering and refactor code.
Fernando Sahmkow
2021-11-16
1
-1
/
+14
*
TextureCache: Make a better Anisotropic setter.
Fernando Sahmkow
2021-11-16
1
-18
/
+1
*
Merge pull request #6879 from ameerj/decoder-assert
bunnei
2021-08-30
1
-8
/
+0
|
\
|
*
vk_blit_screen: Fix non-accelerated texture size calculation
ameerj
2021-08-16
1
-8
/
+0
*
|
video_core: eliminate constant ternary
Valeri
2021-08-19
1
-1
/
+1
*
|
decoders: Templates allow memcpy optimizations
yzct12345
2021-08-12
1
-57
/
+116
|
/
*
Merge pull request #6791 from ameerj/astc-opt
bunnei
2021-08-06
2
-134
/
+133
|
\
|
*
astc_decoder: Optimize the use EncodingData
ameerj
2021-07-31
2
-70
/
+70
|
*
astc.h: Move data to cpp implementation
ameerj
2021-07-31
2
-64
/
+63
*
|
decoders: Optimize swizzle copy performance (#6790)
yzct12345
2021-08-02
1
-9
/
+43
|
/
*
shader: Initial OpenGL implementation
ReinUsesLisp
2021-07-22
1
-0
/
+9
*
video_core: Silence signed/unsigned mismatch warnings
Morph
2021-06-28
1
-2
/
+2
*
astc_decoder.comp: Remove unnecessary LUT SSBOs
ameerj
2021-06-19
2
-12
/
+5
*
astc: Various robustness enhancements for the gpu decoder
ameerj
2021-06-19
2
-2
/
+2
*
astc_decoder: Fix LDR CEM1 endpoint calculation
ameerj
2021-06-15
1
-1
/
+1
*
textures: Reintroduce CPU ASTC decoder
ameerj
2021-06-15
2
-0
/
+1580
*
decoders: Break instead of continue
lat9nq
2021-06-04
1
-2
/
+2
*
decoders: Avoid out-of-bounds access
lat9nq
2021-06-04
1
-0
/
+8
*
common: Move settings to common from core.
bunnei
2021-04-14
1
-1
/
+1
*
astc_decoder: Refactor for style and more efficient memory use
ameerj
2021-03-25
2
-1833
/
+51
*
renderer_vulkan: Accelerate ASTC decoding
ameerj
2021-03-13
2
-25
/
+16
*
renderer_opengl: Accelerate ASTC texture decoding with a compute shader
ameerj
2021-03-13
1
-0
/
+190
*
common/alignment: Rename AlignBits to AlignUpLog2
ReinUsesLisp
2021-01-15
1
-4
/
+4
*
astc: Increase integer encoded vector size
ReinUsesLisp
2021-01-15
1
-1
/
+1
*
astc: Return zero on out of bound bits
ReinUsesLisp
2021-01-15
1
-17
/
+22
*
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-30
8
-452
/
+274
*
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
2020-12-07
1
-1
/
+1
*
video_core: Resolve more variable shadowing scenarios pt.3
Lioncash
2020-12-05
1
-1
/
+1
*
textures/decoders: Fix block linear to pitch copies
ReinUsesLisp
2020-08-10
2
-21
/
+26
*
Merge pull request #4324 from ReinUsesLisp/formats
bunnei
2020-07-21
4
-122
/
+26
|
\
|
*
video_core: Rearrange pixel format names
ReinUsesLisp
2020-07-13
4
-122
/
+26
*
|
Merge pull request #4242 from ReinUsesLisp/maxwell-dma
bunnei
2020-07-14
2
-67
/
+105
|
\
\
|
|
/
|
/
|
|
*
video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changes
ReinUsesLisp
2020-07-10
2
-67
/
+105
*
|
configuration: implement per-game configurations (#4098)
lat9nq
2020-07-09
1
-1
/
+1
|
/
*
Clang Format and Documentation.
Fernando Sahmkow
2020-04-28
1
-0
/
+1
[next]