rpcsx/rpcs3/Emu/RSX
kd-11 7b889a10cc Add vertex texture buffers for VS input
Support vertex instancing in vertex shader using VertexID

Relax OpenGL requirements by removing 4.5 features

Use EXT version of TexBufferRange; Implement buffer copy using TexBuffer

Apply travis workaround by danilaml

Fix vertex upload in in case of inlined array
2016-02-03 13:38:23 +03:00
..
Common Add vertex texture buffers for VS input 2016-02-03 13:38:23 +03:00
D3D12 d3d12: Use unnormalized_coords info in RSXFragment 2016-01-30 22:04:36 +01:00
GL Add vertex texture buffers for VS input 2016-02-03 13:38:23 +03:00
Null Threads improved, ID manager improved 2015-12-04 23:37:34 +03:00
CgBinaryFragmentProgram.cpp Changes done by [DH] rewritten 2015-12-22 23:11:20 +03:00
CgBinaryProgram.h rsx/common: Make RSXFragmentProgram key and not just pointer. 2016-01-27 23:16:06 +01:00
CgBinaryVertexProgram.cpp Logging system rewritten 2016-01-13 18:54:57 +03:00
GCM.cpp rsx-debug: Dump windows origin/pixel center. 2016-01-27 22:41:19 +01:00
GCM.h rsx-debug: Dump windows origin/pixel center. 2016-01-27 22:41:19 +01:00
GSManager.cpp Changes done by [DH] rewritten 2015-12-22 23:11:20 +03:00
GSManager.h Threads improved, ID manager improved 2015-12-04 23:37:34 +03:00
GSRender.cpp Threads improved, ID manager improved 2015-12-04 23:37:34 +03:00
GSRender.h Threads improved, ID manager improved 2015-12-04 23:37:34 +03:00
rsx_methods.cpp Code style fixes #1 2016-01-20 16:23:25 +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 rsx: Fix int type not big enough 2016-01-19 23:24:39 +01:00
RSXFragmentProgram.h rsx/common/d3d12: Support for texture 1d too. 2016-01-30 01:13:15 +01:00
RSXTexture.cpp rsx: initialize vertex textures on reset 2016-01-06 13:30:25 +02:00
RSXTexture.h rsx: initialize vertex textures on reset 2016-01-06 13:30:25 +02:00
RSXThread.cpp rsx/common/d3d12: Support for shader window setting. 2016-01-30 21:58:12 +01:00
RSXThread.h rsx/common/d3d12: Support for texture 1d too. 2016-01-30 01:13:15 +01:00
RSXVertexProgram.h rsx: Add vertex input and output in RSXVertexProgram. 2016-01-22 01:24:54 +01:00