rpcsx/rpcs3/Emu/RSX
Ivan da7472fe81 Optimizations (#1680)
* Optimizations

1) Some headers simplified for better compilation time
2) Some templates simplified for smaller executable size
3) Eliminate std::future to fix compilation for mingw64
4) PKG installation can be cancelled now
5) cellGame fixes
6) XAudio2 fix for mingw64
7) PPUInterpreter bug fixed (Clang)

* any_pod<> implemented

Aliases: any16, any32, any64
rsx::make_command fixed
2016-04-25 13:49:12 +03:00
..
Common GSL moved from stdafx.h (#1676) 2016-04-20 02:32:27 +03:00
D3D12 Partial commit: RSX 2016-04-15 19:22:36 +03:00
GL Optimizations (#1680) 2016-04-25 13:49:12 +03:00
Null Threads improved, ID manager improved 2015-12-04 23:37:34 +03:00
VK Partial commit: RSX 2016-04-15 19:22:36 +03:00
CgBinaryFragmentProgram.cpp Partial commit: RSX 2016-04-15 19:22:36 +03:00
CgBinaryProgram.h Partial commit: RSX 2016-04-15 19:22:36 +03:00
CgBinaryVertexProgram.cpp Partial commit: RSX 2016-04-15 19:22:36 +03:00
GCM.cpp Partial commit: RSX 2016-04-15 19:22:36 +03:00
GCM.h Optimizations (#1680) 2016-04-25 13:49:12 +03:00
GSRender.cpp Partial commit: RSX 2016-04-15 19:22:36 +03:00
GSRender.h Partial commit: RSX 2016-04-15 19:22:36 +03:00
rsx_methods.cpp Optimizations (#1680) 2016-04-25 13:49:12 +03:00
rsx_methods.h Added missed files 2016-01-06 13:30:24 +02:00
rsx_utils.cpp rsx::pad_texture & rsx::convert_linear_swizzle moved to rsx_utils 2016-01-06 13:30:22 +02:00
rsx_utils.h GSL moved from stdafx.h (#1676) 2016-04-20 02:32:27 +03:00
RSXFragmentProgram.h rsx/common: Use an help texture_dimension_extended to handle cubemap more cleanly. 2016-03-30 22:19:29 +02:00
RSXTexture.cpp rsx/common: Remove extra "-2" in get_exact_mipmap_count non compressed format. 2016-03-31 20:40:19 +02:00
RSXTexture.h rsx/common: Use an help texture_dimension_extended to handle cubemap more cleanly. 2016-03-30 22:19:29 +02:00
RSXThread.cpp Optimizations (#1680) 2016-04-25 13:49:12 +03:00
RSXThread.h Optimizations (#1680) 2016-04-25 13:49:12 +03:00
RSXVertexProgram.h rsx/common/d3d12: Separate int type buffer from float type buffer. 2016-02-27 00:21:14 +01:00