rpcsx/rpcs3/Emu
shameful e93c4c42b6 fix for shader fog mode exponential2_abs (#2781)
* Update VKFragmentProgram.cpp

added missing exponent parameter

* fixed misplaced exponent in VKFragmentProgram.cpp

parameter that belonged to pow() was being passed to exp() instead, causing the shader compilation to fail

* fix for opengl fog_mode exponential2

same fix as the vulkan version

* directx fog_mode exponential2 fix

misplaced parameter

* directx fog_mode exponential2_abs fix

* vulkan fog_mode exponential2_abs fix

* opengl fog_mode exponential2 fix
2017-05-14 12:56:24 +08:00
..
Audio Audio: downmix to stereo 2017-04-10 00:18:12 +03:00
Cell Stub sys_fs syscalls 2017-05-11 19:05:41 +03:00
CPU spu: Speed hacks - Do not starve PPU threads 2017-05-10 21:50:14 +03:00
Io DS4 Support. Supports sixaxis and vibrate 2017-05-04 23:35:09 +03:00
Memory offset32(): pointer-to-member arithmetic 2017-04-20 00:17:16 +03:00
PSP2 Fix module initialization 2017-04-26 02:27:34 +03:00
RSX fix for shader fog mode exponential2_abs (#2781) 2017-05-14 12:56:24 +08:00
GameInfo.h DX12 fix + rpcs3-tests project 2015-10-21 13:31:29 +03:00
IdManager.cpp IdManager improved 2017-01-29 21:37:04 +03:00
IdManager.h fxm::check_unlocked added 2017-02-22 12:57:39 +03:00
IPC.h New shared_mutex 2017-01-25 00:38:07 +03:00
System.cpp Remove AutoPause.cpp 2017-05-11 19:05:41 +03:00
System.h PPU: HACK instruction removed 2017-03-22 23:23:47 +03:00
VFS.cpp Partial commit: sys_fs 2016-07-17 02:27:52 +03:00
VFS.h Partial commit: sys_fs 2016-07-17 02:27:52 +03:00