Lioncash
|
2630752ffe
|
Arm64Emitter: Get rid of a pointer cast
|
2015-10-22 15:32:11 -04:00 |
|
Lioncash
|
018c85c248
|
Arm64Emitter: Mark trivial functions as constexpr
|
2015-10-22 15:22:38 -04:00 |
|
Markus Wick
|
dddc834c14
|
Merge pull request #3184 from mimimi085181/check-hash-on-partial-texture-updates
Check the hash before applying efb copies as partial texture updates
|
2015-10-19 09:44:24 +02:00 |
|
Scott Mansell
|
1ba600b688
|
Merge pull request #3145 from catzilla4/master
FreeBSD Compilation fix
|
2015-10-19 17:29:34 +13:00 |
|
mimimi085181
|
ff709247e2
|
Check the hashes of efb copies before applying them as partial texture updates
|
2015-10-18 16:36:38 +02:00 |
|
JosJuice
|
4d77d12f01
|
Remove length parameter from DiscScrubber::ReadFromVolume
The function only makes sense when the length is 4. All current callers
use the length 4, so this change doesn't affect any behavior.
|
2015-10-18 09:24:31 +02:00 |
|
Scott Mansell
|
2be909849b
|
Merge pull request #3180 from phire/fix-gles
Make sure FORCE_EARLY_Z is defined for GLES
|
2015-10-18 14:58:22 +13:00 |
|
flacs
|
15131575c1
|
Merge pull request #3183 from JosJuice/discscrubber-getdolsize
Remove DiscScrubber::GetDOLSize in favor of IFileSystem::GetBootDOLSize
|
2015-10-18 01:05:09 +02:00 |
|
JosJuice
|
618ccf6109
|
Remove DiscScrubber::GetDOLSize in favor of IFileSystem::GetBootDOLSize
IFileSystem::GetBootDOLSize acts the same. The only difference is that it
reads the DOL offset on its own, but this change makes that optional.
|
2015-10-17 20:52:26 +02:00 |
|
Scott Mansell
|
9ee610830c
|
Make sure FORCE_EARLY_Z is defined for GLES
|
2015-10-18 02:37:14 +13:00 |
|
Scott Mansell
|
8b1138943d
|
Merge pull request #3179 from phire/mesa-early-z
Support Conservative Depth as a fallback for Early Z (Mesa support for ZCompLoc)
|
2015-10-18 02:14:52 +13:00 |
|
Scott Mansell
|
e7b2a22225
|
Support Conservative Depth as a fallback for EarlyZ
Allows Mesa based drivers to support ZCompLoc
|
2015-10-18 01:46:54 +13:00 |
|
shuffle2
|
34d46d6910
|
Merge pull request #3178 from shuffle2/ucrt-fread-workaround
patch win7 ucrtbase, and note versions
|
2015-10-17 05:02:18 -07:00 |
|
shuffle2
|
0acac35d77
|
patch win7 ucrtbase, and note versions
|
2015-10-17 04:24:20 -07:00 |
|
Markus Wick
|
4d3d947efc
|
Merge pull request #3157 from degasus/videosw3
VideoSW: Wipe alpha on bypass EFB
|
2015-10-17 12:02:55 +02:00 |
|
Scott Mansell
|
ac8976689b
|
Merge pull request #3177 from Tilka/fix_warnings
PixelShaderGen: silence -Wformat-security warnings
|
2015-10-17 17:44:29 +13:00 |
|
flacs
|
e289cb87e5
|
Merge pull request #3161 from shuffle2/ucrt-fread-workaround
exchange XSaveWorkaround for ucrtFreadWorkaround
|
2015-10-17 05:41:40 +02:00 |
|
Shawn Hoffman
|
ca31c62c01
|
exchange XSaveWorkaround (which was fixed in VS2015) for ucrtFreadWorkaround (which was broken in VS2015).
|
2015-10-16 20:26:34 -07:00 |
|
flacs
|
63b08618c2
|
Merge pull request #3174 from ShadowsFriend/generic_build_fix
VideoCommon: Add includes for generic build
|
2015-10-17 05:08:30 +02:00 |
|
flacs
|
dc096d2fe5
|
Merge pull request #3176 from lioncash/namespace
Core: Move a global into a namespace
|
2015-10-17 05:07:55 +02:00 |
|
Tillmann Karras
|
1df455bd13
|
PixelShaderGen: silence -Wformat-security warnings
|
2015-10-17 05:05:50 +02:00 |
|
flacs
|
d85344bd58
|
Merge pull request #3155 from degasus/videosw
VideoSW: Split up OGL window handling
|
2015-10-17 04:56:44 +02:00 |
|
Lioncash
|
c756025902
|
Core: Move a global into a namespace
|
2015-10-16 22:52:41 -04:00 |
|
Ilia Mirkin
|
2fc2b82963
|
VideoCommon: teach gcc to type-check the arguments fed to Write()
Note that the "this" implicit argument counts as 1, which is why all the
printf arguments are shifted over one.
|
2015-10-16 18:20:37 -04:00 |
|
Ilia Mirkin
|
5380fd9dba
|
VideoCommon: fix variable types fed to Write() function
|
2015-10-16 18:20:36 -04:00 |
|