rpcsx/rpcs3/Emu/RSX/Common
kd-11 867e9210d7 gl/vk: Enable vertex texture fetch (#2127)
* gl: Enable vertex textures

* rsx: use textureLod instead of generic texture sample

* rsx: handle uploading of W32_X32_Y32_Z32

* gl: Re-enable proper shader logging

remove old logging method that overwrites single file

* gl: Declare texture_coord_scale for vertex samplers

* gl: texture remap fixes; enable remap for vertex textures

* gl: offset texture indices to base layer 16

* rsx: Fix W32_Z32_Y32_X32_FLOAT subresource layout

* vk: Enable vertex textures

* rsx: define special calls for vertex texture fetch

* gl: improved vertex texture fetch setup

* vk: Fix texture formats and component mapping

* vk: Implement vertex texture fetch functions properly

* vk/gl: proper fix for primitive restart index

revert inadvertent decompiler update

* gl: Disable filtering for vertex textures
2016-09-20 22:23:56 +08:00
..
BufferUtils.cpp rsx: use range for vertex buffer attribute. 2016-08-24 21:58:59 +02:00
BufferUtils.h rsx: use range for vertex buffer attribute. 2016-08-24 21:58:59 +02:00
FragmentProgramDecompiler.cpp ENSURES usage removed 2016-08-14 22:41:01 +03:00
FragmentProgramDecompiler.h Typo fix: comparaison->comparison 2016-07-19 14:17:25 +03:00
ProgramStateCache.cpp rsx/common/d3d12: Support non default alpha function 2016-02-13 17:07:12 +01:00
ProgramStateCache.h GL: re-use common fp/vp decompiler (#2100) 2016-08-26 22:23:23 +08:00
ring_buffer_helper.h EXCEPTION macro removed 2016-08-08 19:19:32 +03:00
ShaderParam.cpp RSX: Add a class factorizing decompiler code 2015-05-23 20:45:07 +02:00
ShaderParam.h gl/vk: Enable vertex texture fetch (#2127) 2016-09-20 22:23:56 +08:00
surface_store.cpp EXCEPTION macro removed 2016-08-08 19:19:32 +03:00
surface_store.h EXCEPTION macro removed 2016-08-08 19:19:32 +03:00
TextureUtils.cpp gl/vk: Enable vertex texture fetch (#2127) 2016-09-20 22:23:56 +08:00
TextureUtils.h RSX texture refactor (#2144) 2016-09-19 09:25:49 +08:00
VertexProgramDecompiler.cpp gl/vk: Enable vertex texture fetch (#2127) 2016-09-20 22:23:56 +08:00
VertexProgramDecompiler.h Typo fix: comparaison->comparison 2016-07-19 14:17:25 +03:00