dolphin/Source/Plugins
Rodolfo Osvaldo Bogado 3cc5d8ce6f First a bugfix:
fixed a misbehavior in the clear code that causes depth clear problems in reference hardware (Intel as example).
add 6 parameters to optimize Safe Texture Cache:
SafeTextureCacheColorSamples, SafeTextureCacheIndexedSamples, SafeTextureCacheTlutSamples:

this 3 parameters gives the number of samples taken to calculate the final hash value, less samples = more speed, more samples = more accuracy
if 0 is specified the hash is calculated using all the data in the texture.
SafeTextureCacheColorMaxSize, SafeTextureCacheIndexedMaxSize, SafeTextureCacheTlutMaxSize:
this parameters limits the amount of data used for the hash calculation, it could appear as redundant but in some games is better to make a full hash of the first bytes instead of some samples of all the texture.

color, indexed, tlut : define the texture type, full color data, indexed, and the tlut memory.

the parameters are available in the config , no GUI at this time, if the test are OK will add it to the GUI.
if someone needs it will give more examples on how to configure the values for specific games.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5116 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-02-23 21:52:12 +00:00
..
Plugin_DSP_HLE Convert a few other EVT_COMBOBOX's to EVT_CHOICE's that I missed 2010-02-23 02:20:35 +00:00
Plugin_DSP_LLE Convert a few other EVT_COMBOBOX's to EVT_CHOICE's that I missed 2010-02-23 02:20:35 +00:00
Plugin_GCPad Fix some wxChoice events that were still wxComboBox events. 2010-02-23 01:59:59 +00:00
Plugin_nJoy_SDL Falcon4ever prefers to keep a standalone code copy of nJoy in repository. 2010-02-03 02:54:31 +00:00
Plugin_VideoDX9 First a bugfix: 2010-02-23 21:52:12 +00:00
Plugin_VideoOGL First a bugfix: 2010-02-23 21:52:12 +00:00
Plugin_VideoSoftware Revert commit 5105 until we sort out how we want this to work in linux. 2010-02-22 16:10:08 +00:00
Plugin_Wiimote Convert a few other EVT_COMBOBOX's to EVT_CHOICE's that I missed 2010-02-23 02:20:35 +00:00