dolphin/Source/Core
Rodolfo Osvaldo Bogado 9d67518f71 I hope you all like this. Changes:
Opengl:
Reorder the rendering path to make it more generic, and a little bit faster i think.
Reduce the index Buffer size to make it more Friendly to older video hardware.
get rid of the remaining annoying sps (I hope).
D3D:
Implement the same path as opengl to make the plugins more similar and maintainable.
Fixed Peek_Z this means, Pushing stars in SMG Now Works.
Please give heavy testing to this changes and compare the performance with the old path.
Thanks to hrydgard for let me participate :).

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4353 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-10-02 14:03:07 +00:00
..
AudioCommon OpenCL: added opencl=true option to scons and fixed the case on the way. 2009-09-30 06:49:08 +00:00
Common OpenCL: More work on centralization (need SCons reflection) 2009-09-30 21:01:34 +00:00
Core Some warning fixes. 2009-09-29 22:32:53 +00:00
DSPCore DSPSPY improvements 2009-10-01 15:12:12 +00:00
DebuggerUICommon Debugger : fixed Breakpoint "toolbar", re-enabled a couple of host messages for dialog updates and other stuff, breakpoints in memory view are now memory checks instead of PPC breakpoints 2009-09-27 21:28:09 +00:00
DebuggerWX Linux COmpile fix 2009-09-29 13:51:59 +00:00
DiscIO Various fixes for ISOProperties's filesystem viewer, bugfix for empty folders not being empty thanks to j4ck.fr0st (issue 702), also added icons and fixed dumping all files from a wii game. 2009-09-13 22:03:18 +00:00
DolphinWX Some warning fixes. 2009-09-29 22:32:53 +00:00
InputCommon get rid of the '¯' chars in source code...non ascii chars are not really good to have floating around for no reason. http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=Non-ASCII_Characters#Non-ASCII_Characters 2009-09-08 16:07:13 +00:00
VideoCommon I hope you all like this. Changes: 2009-10-02 14:03:07 +00:00