Lioncash
|
e78d99e5c1
|
New license header introduced to all Video based projects.
|
2013-04-17 23:29:41 -04:00 |
Lioncash
|
7ab0cca645
|
Clean up most (99.99%) of the tab/space mismatches in the VideoSoftware project.
Got rid of trailing spaces that were unnecessary too.
Also update the license header for this project. We don't use SVN anymore.
|
2013-04-13 23:54:02 -04:00 |
Rachel Bryk
|
db838e759b
|
Improve VideoSoftware save states. They are fairly stable, but not perfect. OpcodeDecoder::DoState() needs to be fixed.
|
2013-02-26 01:36:24 -05:00 |
Glenn Rice
|
0e2b4d8306
|
Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit.
Also take care of some more eols.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5843 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2010-07-06 16:16:07 +00:00 |
donkopunchstania
|
cc7c6cd35f
|
Texture coordinates are stored in fixed point format in TEV which allows overflows to be emulated correctly. Added logic to calculated texture LOD and use the correct mip. Dumping textures will now dump all mip levels. Added line rendering. Changed data stored in vertex from float arrays to vectors for cleaner math.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5178 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2010-03-09 04:38:07 +00:00 |
Glenn Rice
|
beba3b7f5b
|
Removed more compiler warnings in linux.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5170 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2010-03-07 22:48:37 +00:00 |
bztdlinux
|
f796d4d747
|
STAND BACK - NEWLINE POLICE
gcc spams warnings when newlines are not at the end of files.
reason: http://gcc.gnu.org/ml/gcc/2001-07/msg01120.html
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4582 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2009-11-15 22:26:39 +00:00 |
donkopunchstania
|
9b16c36014
|
Adding software rendering plugin. This is aimed at accurate emulation, not fast. Its more like a debugging tool than actually useful.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4407 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2009-10-12 00:48:24 +00:00 |