degasus
|
eeaad06a07
|
CustomTexture: check for min/max index on paletted textures
|
2015-01-21 21:22:55 +01:00 |
degasus
|
f8184858da
|
VideoCommon: Merge code to generate texture names on dumping
|
2014-12-29 10:24:27 +01:00 |
degasus
|
51bfc4c52a
|
VideoCommon: rewrite custom textures
|
2014-12-29 10:24:21 +01:00 |
Rachel Bryk
|
4ed9b561bd
|
Allow custom textures to load from unicode paths.
|
2014-09-22 12:51:30 -04:00 |
Shawn Hoffman
|
4bf031c064
|
msvc: resolve all warnings in VideoCommon.
|
2014-08-19 22:33:46 -07:00 |
degasus
|
6d3f249dcc
|
mark all local variables as static
|
2014-07-11 16:10:20 +02:00 |
Tillmann Karras
|
0eb341e542
|
Fix some warnings.
The 'offset' variable needs to stay because the disabled code below uses it.
|
2014-06-04 01:04:52 +02:00 |
Tony Wasserka
|
ca2a79d0bd
|
Workaround dumb custom texture loading logic so that D3D11, GL core (used on OS X) and GLES code paths have less broken custom textures.
|
2014-04-24 00:33:48 +02:00 |
Lioncash
|
a82675b7d5
|
Kill off some usages of c_str.
Also changes some function params, but this is ok.
Some simplifications were also able to be made (ie. killing off strcmps with ==, etc).
|
2014-03-14 13:51:23 -04:00 |
Tillmann Karras
|
d802d39281
|
clang-modernize -use-nullptr
and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine
|
2014-03-09 21:14:26 +01:00 |
Lioncash
|
2afe215271
|
Convert all includes to relative paths.
|
2014-02-18 02:19:10 -05:00 |
Jasper St. Pierre
|
34692ab826
|
Remove unnecessary Src/ folders
|
2013-12-31 14:03:19 -05:00 |