dolphin/Source/Core
Rodolfo Osvaldo Bogado d511b50612 this commit is divided in 4 parts:
1 - Optimize pixelshadergen to avoid redundant register overflow math, with this if a game don't need this will be not applied.
this must bring some fill rate back and improve speed a little in fill rate limited systems.
2- some corrections to vertexshadergen to avoid uninitialized texture coordinates, dono if is the correct way to fix it but t least it will make house of the dead overkill playable in dx11.
the bad thing: still missing geometri in dx9, in dx11 it works exactly as on opengl.
3 - some optimization made to improve fps a little wih the latests changes made to fifo.
* back to the original code in beginfield as now it will work right.
* check for efb access more often as a lot of time is lost waiting for efb access
4 - apply a little fix for missing textures in nvidia opengl tanks to  Wagnard28 for finding that nvidia does not like invalid shader id :)
please test for any regression

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5812 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-06-29 14:40:37 +00:00
..
AudioCommon Don't bother using autoconfiguration to find the OpenCL and Cg 2010-06-26 19:17:43 +00:00
Common this commit is divided in 4 parts: 2010-06-29 14:40:37 +00:00
Core this commit is divided in 4 parts: 2010-06-29 14:40:37 +00:00
DebuggerUICommon Simplify the SCons build: 2010-06-10 14:18:21 +00:00
DebuggerWX Simplify the SCons build: 2010-06-10 14:18:21 +00:00
DiscIO Oops, how did this happen? 2010-06-10 15:33:51 +00:00
DolphinWX Fix some projects to include CLRun/include to find the OpenCL headers. 2010-06-29 09:15:29 +00:00
DSPCore DSPLLE: jit increment/decrement_addr_reg to match int (TODO: increase/decrease). 2010-06-18 15:41:30 +00:00
InputCommon Don't bother using autoconfiguration to find the OpenCL and Cg 2010-06-26 19:17:43 +00:00
InputUICommon GCPad/New Wiimote: Fixed issue 2848 (profiles not saving). Renamed DInput mouse axes to "Axis [XYZ][-+]" from "Mouse XYZ...". Minor cleanup/warning removal. 2010-06-22 08:30:33 +00:00
VideoCommon this commit is divided in 4 parts: 2010-06-29 14:40:37 +00:00