bunnei
|
f543b43fd0
|
gl_rasterizer_cache: Implement render to cubemap.
|
2018-09-30 14:31:58 -04:00 |
|
bunnei
|
ce8291f6c5
|
gl_rasterizer_cache: Track texture depth.
|
2018-09-08 02:53:38 -04:00 |
|
bunnei
|
69c45ce71c
|
gl_rasterizer: Implement texture border color.
|
2018-07-23 23:34:42 -04:00 |
|
Lioncash
|
bb960c8cb4
|
video_core: Use nested namespaces where applicable
Compresses a few namespace specifiers to be more compact.
|
2018-07-20 18:23:54 -04:00 |
|
Subv
|
47629c89a8
|
GPU: Support changing the texture swizzles for Maxwell textures.
|
2018-06-06 18:36:15 -05:00 |
|
greggameplayer
|
220d4672df
|
add all the known TextureFormat (#474)
|
2018-05-28 19:26:17 -04:00 |
|
Subv
|
7ddc872b52
|
GPU: Implemented the A1B5G5R5 texture format (0x14)
|
2018-05-27 09:02:05 -05:00 |
|
Subv
|
c079cf4eec
|
GPU: Implement the A2BGR10 texture format.
|
2018-04-21 17:32:25 -05:00 |
|
Subv
|
2985056340
|
GPU: Implemented the B5G6R5 format.
|
2018-04-18 18:16:45 -05:00 |
|
Subv
|
6b63aaa5b4
|
GPU: Allow using a configurable block height when unswizzling textures.
|
2018-04-18 12:52:51 -05:00 |
|
Subv
|
db5f2bfa7e
|
GPU/TIC: Added the pitch and block height fields to the TIC structure.
|
2018-04-18 11:38:39 -05:00 |
|
bunnei
|
9df8e924fb
|
texture: Add missing formats.
|
2018-04-17 21:41:36 -04:00 |
|
Subv
|
dcc27d6dc1
|
GPU: Assert when finding a texture with a format type other than UNORM.
|
2018-04-06 20:44:46 -06:00 |
|
Subv
|
ad1810e895
|
Textures: Added a helper function to know if a texture is blocklinear or pitch.
|
2018-04-06 20:40:23 -06:00 |
|
Subv
|
56e2013c1f
|
GPU: Added the TSC structure. It contains information about the sampler.
|
2018-03-26 15:45:05 -05:00 |
|
Subv
|
6afe9e0105
|
GPU: Added more fields to the TIC structure.
|
2018-03-26 15:44:20 -05:00 |
|
Subv
|
1b8d798835
|
GPU: Added a method to unswizzle a texture without decoding it.
Allow unswizzling of DXT1 textures.
|
2018-03-24 11:30:56 -05:00 |
|
Subv
|
71ebc3e90d
|
GPU: Preliminary work for texture decoding.
|
2018-03-24 11:30:56 -05:00 |
|