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
*
Implemented Tile Width Spacing
FernandoS27
2018-11-26
3
-12
/
+19
*
Merge pull request #1717 from FreddyFunk/swizzle-gob
bunnei
2018-11-18
1
-37
/
+33
|
\
|
*
textures/decoders: Replace magic numbers
Frederic Laing
2018-11-17
1
-37
/
+33
*
|
Merge pull request #1693 from Tinob/master
bunnei
2018-11-18
1
-1
/
+14
|
\
\
|
*
|
fix sampler configuration, thanks to Marcos for his investigation
Rodolfo Bogado
2018-11-17
1
-1
/
+14
|
|
/
*
/
Eliminated unnessessary memory allocation and copy (#1702)
Frederic L
2018-11-18
2
-4
/
+18
|
/
*
textures/decoders: Minor cleanup
Frederic Laing
2018-11-15
1
-16
/
+16
*
Implement ASTC_2D_10X8 & ASTC_2D_10X8_SRGB (#1666)
greggameplayer
2018-11-12
1
-0
/
+4
*
set sampler max lod, min lod, lod bias and max anisotropy
Rodolfo Bogado
2018-11-11
1
-2
/
+11
*
Fix ASTC Decompressor to support depth parameter
FernandoS27
2018-11-01
2
-16
/
+18
*
Fix ASTC formats
FernandoS27
2018-11-01
2
-7
/
+9
*
Fixed mipmap block autosizing algorithm
FernandoS27
2018-10-28
1
-0
/
+6
*
Implement sRGB Support, including workarounds for nvidia driver issues and QT...
Rodolfo Bogado
2018-10-28
1
-0
/
+5
*
Merge pull request #1524 from FernandoS27/layers-fix
bunnei
2018-10-25
1
-3
/
+3
|
\
|
*
Fixed Layered Textures Loading and Cubemaps
FernandoS27
2018-10-23
1
-3
/
+3
*
|
decoders: Remove unused variable within SwizzledData()
Lioncash
2018-10-23
1
-1
/
+0
|
/
*
decoders: Introduce functions for un/swizzling subrects.
bunnei
2018-10-18
2
-0
/
+49
*
Merge pull request #1488 from Hexagon12/astc-types
bunnei
2018-10-14
1
-0
/
+2
|
\
|
*
Added ASTC 5x4; 8x5
Hexagon12
2018-10-13
1
-0
/
+2
*
|
Shorten the implementation of 3D swizzle to only 3 functions
FernandoS27
2018-10-13
1
-70
/
+27
*
|
Fix a Crash on Zelda BotW and Splatoon 2, and simplified LoadGLBuffer
FernandoS27
2018-10-13
1
-1
/
+1
*
|
Propagate depth and depth_block on modules using decoders
FernandoS27
2018-10-13
3
-28
/
+28
*
|
Remove old Swizzle algorithms and use 3d Swizzle
FernandoS27
2018-10-13
1
-93
/
+69
*
|
Implement Precise 3D Swizzle
FernandoS27
2018-10-13
1
-3
/
+71
*
|
Implement Fast 3D Swizzle
FernandoS27
2018-10-13
1
-2
/
+74
*
|
Implemented helper function to correctly calculate a texture's size
FernandoS27
2018-10-12
2
-0
/
+22
|
/
*
Fixed block height settings for RenderTargets and Depth Buffers, and added bl...
FernandoS27
2018-10-09
1
-2
/
+15
*
Implemented Depth Compare and Shadow Samplers
FernandoS27
2018-10-06
1
-1
/
+12
*
gl_rasterizer_cache: Implement render to cubemap.
bunnei
2018-09-30
1
-0
/
+2
*
Reverse stride align restriction on FastSwizzle due to lost performance
FernandoS27
2018-09-21
1
-3
/
+2
*
Join both Swizzle methods within one interface function
FernandoS27
2018-09-21
1
-11
/
+19
*
Standarized Legacy Swizzle to look alike FastSwizzle and use a Swizzling Tabl...
FernandoS27
2018-09-21
1
-42
/
+38
*
Remove same output bpp restriction on FastSwizzle
FernandoS27
2018-09-21
1
-4
/
+5
*
Improved Legacy Swizzler to be better documented and work better
FernandoS27
2018-09-21
1
-15
/
+21
*
Improved fast swizzle and removed restrictions to it
FernandoS27
2018-09-20
1
-7
/
+12
*
Merge pull request #1311 from FernandoS27/fast-swizzle
bunnei
2018-09-17
1
-2
/
+49
|
\
|
*
Optimized Texture Swizzling
FernandoS27
2018-09-14
1
-2
/
+49
*
|
Implement ASTC_2D_8X8 (Bayonetta 2)
raven02
2018-09-17
1
-0
/
+2
|
/
*
gl_rasterizer_cache: Track texture depth.
bunnei
2018-09-08
1
-2
/
+10
*
Implement BC6H_UF16 & BC6H_SF16 (#1092)
greggameplayer
2018-08-31
1
-0
/
+4
*
textures: Refactor out for Texture/Depth FormatFromPixelFormat.
bunnei
2018-08-09
2
-83
/
+6
*
Implement BC5/DXN2 (#996)
Khangaroo
2018-08-09
1
-0
/
+3
*
Implement RGB32F PixelFormat (#886) (used by Go Vacation)
greggameplayer
2018-08-02
1
-0
/
+4
*
Implement R16_G16
Unknown
2018-07-26
1
-0
/
+3
*
GPU: Implemented the Z32_S8_X24 depth buffer format.
Subv
2018-07-24
1
-0
/
+3
*
GPU: Implemented the R16 and R16F texture formats.
Subv
2018-07-24
1
-0
/
+3
*
Merge pull request #799 from Subv/tex_r32f
bunnei
2018-07-24
1
-0
/
+3
|
\
|
*
GPU: Implement texture format R32F.
Subv
2018-07-23
1
-0
/
+3
*
|
gl_rasterizer: Implement texture border color.
bunnei
2018-07-23
1
-4
/
+4
|
/
*
gl_rasterizer_cache: Implement RenderTargetFormat RG32_FLOAT.
bunnei
2018-07-23
1
-0
/
+4
[next]