index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
textures
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-04-19
GPU: Add support for the DXT23 and DXT45 compressed texture formats.
Subv
1
-1
/
+9
2018-04-19
GPU: Implemented the B5G6R5 format.
Subv
2
-0
/
+5
2018-04-18
GPU: Allow using a configurable block height when unswizzling textures.
Subv
3
-6
/
+13
2018-04-18
GPU/TIC: Added the pitch and block height fields to the TIC structure.
Subv
1
-1
/
+16
2018-04-18
texture: Add missing formats.
bunnei
1
-1
/
+3
2018-04-07
GPU: Assert when finding a texture with a format type other than UNORM.
Subv
1
-4
/
+14
2018-04-07
Textures: Added a helper function to know if a texture is blocklinear or pitch.
Subv
1
-0
/
+5
2018-03-26
GPU: Added the TSC structure. It contains information about the sampler.
Subv
1
-0
/
+50
2018-03-26
GPU: Added more fields to the TIC structure.
Subv
1
-4
/
+30
2018-03-24
Frontend: Updated the surface view debug widget to work with Maxwell surfaces.
Subv
1
-0
/
+11
2018-03-24
GPU: Added a method to unswizzle a texture without decoding it.
Subv
3
-4
/
+94
2018-03-24
GPU: Preliminary work for texture decoding.
Subv
3
-0
/
+91