Commit Graph
11206 Commits
Author SHA1 Message Date
Unknown W. Brackets aea00a7770 Add UI options for new texcache options. 2014-01-01 15:49:11 -08:00
Unknown W. Brackets 0f5aae9c49 Cleanup differences in DirectX9 texcache code. 2014-01-01 15:49:10 -08:00
Unknown W. Brackets e477c50ea1 Fix #4922, kill age checks in texcache. 2014-01-01 15:49:10 -08:00
Unknown W. Brackets e24f45b9a4 Add ini options to configure the texture cache. 2014-01-01 15:49:09 -08:00
Henrik Rydgård b8a5eb47b6 Merge pull request #4966 from unknownbrackets/psmf-minor
Initialize m_decodingsize to 0
2014-01-01 15:22:11 -08:00
Unknown W. Brackets ce7c5e0cf9 Initialize m_decodingsize to 0.
Fixes #4609, intermittent video issues in Lunar.
_PsmfPlayerFillRingbuffer() expects getRemainSize() to return something
useful even before the context is opened.
2014-01-01 15:14:22 -08:00
Henrik Rydgard 91531a9792 Get rid of "ATIClampBug", it's not a bug, it's just lack of full non-pow-2 texture support 2014-01-02 00:09:01 +01:00
Henrik Rydgard 845235e4f6 Possible Qt buildfix 2014-01-01 23:42:36 +01:00
Henrik Rydgard a9832fb79a Set cleardepth the traditional way on desktop. 2014-01-01 23:40:35 +01:00
Henrik Rydgård 0fa3e0b6f2 Merge pull request #4965 from unknownbrackets/psmf-epmap
Try to properly load the psmf EP map
2014-01-01 14:37:08 -08:00
Unknown W. Brackets 81b2540e98 Fix typo. 2014-01-01 13:38:04 -08:00
Unknown W. Brackets 36707ce9e7 Load the EP map from the psmf data when available.
Rather than just having uninitialized values.

Fixes #2642, World Neverland.
2014-01-01 13:38:03 -08:00
Unknown W. Brackets bb10ffd38f Set Psmf->headerSize to something.
Before it was uninitialized.
2014-01-01 13:38:03 -08:00
Unknown W. Brackets faf2fcb2c4 Merge pull request #4964 from aapo/master
Fix missing includes (stdio.h)
2014-01-01 13:27:36 -08:00
Unknown W. Brackets f4df446805 Merge pull request #4962 from W-MS/master
fix the typo, maybe
2014-01-01 13:25:52 -08:00
Aapo Rantalainen ed6b8e34ab Fix missing includes (stdio.h) 2014-01-01 22:31:03 +02:00
W.MS/王京 032f40b5a1 fix the typo, maybe
LOL
2014-01-02 01:30:24 +08:00
Henrik Rydgård 681ffd3f53 Merge pull request #4959 from raven02/patch-30
ClearBuffer(): Clear depth to 1.0
2014-01-01 06:52:51 -08:00
raven02 5d05b4f16a ClearBuffer(): Clear depth to 1.0 2014-01-01 22:49:50 +08:00
Henrik Rydgård 965d1890ab Merge pull request #4948 from KentuckyCompass/strstr_strchr
Don't use strstr for single character search terms
2013-12-31 00:39:03 -08:00
Unknown W. Brackets e569bb6862 Missed one, try to fix Blackberry too. 2013-12-30 21:52:09 -08:00
Kentucky Compass fb1a3149fa Don't use strstr for single character search terms 2013-12-30 21:48:36 -08:00
Unknown W. Brackets f14361c3b8 Add a bunch more missing cstring includes. 2013-12-30 21:37:19 -08:00
Unknown W. Brackets 2655a4cba6 Include some now-missing things for Linux. 2013-12-30 21:15:00 -08:00
Henrik Rydgård 0fcdd42eef Merge pull request #4945 from shenweip/patch-17
Win32 BuildFix.
2013-12-30 13:58:22 -08:00
shenweip 00e33247e2 Win32 BuildFix. 2013-12-30 23:07:56 +08:00
Henrik Rydgård e5e17fbc6e More include cleanup. Hoping for very slightly faster compile times.. 2013-12-30 10:49:05 +01:00
Henrik Rydgård 00c32ddadb Mostly get rid of including "Globals.h" 2013-12-30 10:17:11 +01:00
Henrik Rydgård 079d9c04dd Merge pull request #4942 from unknownbrackets/warnings
Fix some warnings, possibly fix Symbian
2013-12-30 00:28:48 -08:00
Henrik Rydgård 4ccde35d75 Merge pull request #4943 from raven02/patch-29
Mipmapping only enable when texture scaling disable
2013-12-30 00:27:30 -08:00
raven02 d59351d3b0 Mipmapping only enable when texture scaling disable 2013-12-30 14:28:28 +08:00
Unknown W. Brackets 1d302f9cab Keep track of whether PSP_Init() was called.
This way settings are properly enabled/disabled in the menu.
2013-12-29 18:09:28 -08:00
Unknown W. Brackets ca78f49e5b Attempt to fix Symbian compilation. 2013-12-29 16:21:16 -08:00
Unknown W. Brackets be55be7dcb Fix some formatting warnings. 2013-12-29 16:08:06 -08:00
Unknown W. Brackets db77dcd149 Fix some includes on Windows/etc. 2013-12-29 15:59:36 -08:00
Henrik Rydgård be74da8f3c More include cleanup, hopefully buildfix Symbian 2013-12-30 00:23:04 +01:00
Henrik Rydgård ce378b231f Delete CPU.cpp/h , cleanup 2013-12-30 00:11:29 +01:00
Henrik Rydgård 87f203a5b8 More include untangling 2013-12-29 23:44:35 +01:00
Henrik Rydgård 79ff2f0ba8 Start untangling our include mess a little. 2013-12-29 23:34:45 +01:00
Henrik Rydgård f3e550e8df Merge pull request #4938 from unknownbrackets/armjit-minor
Avoid reseved identifiers like _SP, etc.
2013-12-29 14:34:30 -08:00
Unknown W. Brackets e6b2d00a2f Avoid reseved identifiers like _SP, etc.
R_SP is not that bad.
2013-12-29 14:25:34 -08:00
Henrik Rydgård 5dbc26aec8 Merge pull request #4937 from unknownbrackets/gpu-minor
Ignore material update when no vertex color, softgpu vertex preview
2013-12-29 13:49:24 -08:00
Unknown W. Brackets 8f73ae07c0 softgpu: Fix preview region y1 in ge debugger. 2013-12-29 13:45:10 -08:00
Unknown W. Brackets 473fb866e6 softgpu: Implement vertex preview.
And move ConvertMatrix4x3To4x4() into a common place since there were
differing implementations, which was only confusing.
2013-12-29 13:45:10 -08:00
Unknown W. Brackets eb0ea71f24 softgpu: Use region for debugger buffer previews.
It's fine if it resizes or etc., but this should generally be the
interesting area of vram to show, without any confusing noise on the
side/etc.
2013-12-29 13:02:04 -08:00
Unknown W. Brackets 9f86959826 Fix typesafety (ScreenCoords not DrawingCoords.) 2013-12-29 12:59:26 -08:00
Unknown W. Brackets 25bc394284 Ignore the material update flag w/o vertex color.
Instead of using materialambient for all of them.

Fixes #3918, and seems to match tests with 3dstudio.
2013-12-29 12:57:30 -08:00
Henrik Rydgård 9ae0f6fcdf Merge pull request #4934 from raven02/patch-28
Fix pull request #4913
2013-12-29 07:10:15 -08:00
raven02 b44542abb7 Fix #4913 2013-12-29 22:30:56 +08:00
Henrik Rydgård 64717d1b02 Shaders: Make sure to always use matching versions.
Really should unify this somehow.
2013-12-29 12:27:19 +01:00