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
/
decoders.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
GPU: Implemented the DXN1 (BC4) texture format.
Subv
2018-06-02
1
-1
/
+5
*
gl_rasterizer_cache: Implement PixelFormat RGBA16F.
bunnei
2018-05-31
1
-0
/
+3
*
GPU: Implemented the R8 texture format (0x1D)
Subv
2018-05-30
1
-0
/
+4
*
GPU: Implemented the A1B5G5R5 texture format (0x14)
Subv
2018-05-27
1
-0
/
+3
*
GPU: Make the Textures::CopySwizzledData function accessible from the outside of the file.
Subv
2018-04-25
1
-3
/
+2
*
gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses.
bunnei
2018-04-25
1
-0
/
+1
*
GPU: Implement the A2BGR10 texture format.
Subv
2018-04-22
1
-0
/
+3
*
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
1
-0
/
+4
*
GPU: Allow using a configurable block height when unswizzling textures.
Subv
2018-04-18
1
-5
/
+4
*
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
1
-2
/
+82
*
GPU: Preliminary work for texture decoding.
Subv
2018-03-24
1
-0
/
+14