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
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
GPU: Add support for the DXT23 and DXT45 compressed texture formats.
Subv
2018-04-19
1
-1
/
+9
|
*
GPU: Implemented the B5G6R5 format.
Subv
2018-04-19
2
-0
/
+5
|
*
GPU: Allow using a configurable block height when unswizzling textures.
Subv
2018-04-18
3
-6
/
+13
|
*
GPU/TIC: Added the pitch and block height fields to the TIC structure.
Subv
2018-04-18
1
-1
/
+16
|
*
texture: Add missing formats.
bunnei
2018-04-18
1
-1
/
+3
|
*
GPU: Assert when finding a texture with a format type other than UNORM.
Subv
2018-04-07
1
-4
/
+14
|
*
Textures: Added a helper function to know if a texture is blocklinear or pitch.
Subv
2018-04-07
1
-0
/
+5
|
*
GPU: Added the TSC structure. It contains information about the sampler.
Subv
2018-03-26
1
-0
/
+50
|
*
GPU: Added more fields to the TIC structure.
Subv
2018-03-26
1
-4
/
+30
|
*
Frontend: Updated the surface view debug widget to work with Maxwell surfaces.
Subv
2018-03-24
1
-0
/
+11
|
*
GPU: Added a method to unswizzle a texture without decoding it.
Subv
2018-03-24
3
-4
/
+94
|
|
|
|
Allow unswizzling of DXT1 textures.
*
GPU: Preliminary work for texture decoding.
Subv
2018-03-24
3
-0
/
+91