magumagu c0a4760f0e Decode EFB copies used as paletted textures.
A number of games make an EFB copy in I4/I8 format, then use it as a
texture in C4/C8 format.  Detect when this happens, and decode the copy on
the GPU using the specified palette.

This has a few advantages: it allows using EFB2Tex for a few more games,
it, it preserves the resolution of scaled EFB copies, and it's probably a
bit faster.

D3D only at the moment, but porting to OpenGL should be straightforward..
2015-02-19 15:09:27 -08:00
..
2014-10-09 00:06:04 -04:00
2015-01-07 21:51:47 +01:00
2014-08-19 10:05:58 -04:00
2014-09-11 13:05:31 -04:00
2015-01-12 15:18:18 -05:00
2014-12-09 18:56:27 +01:00
2014-07-26 14:37:18 +02:00
2015-01-21 22:30:41 -07:00
2014-03-09 21:14:26 +01:00
2015-01-12 15:18:18 -05:00
2015-01-12 15:18:18 -05:00
2015-01-18 19:47:48 +01:00
2015-01-21 15:55:32 -07:00