d998cb88c5
libs/vkd3d-shader: Implement constant interpolation mode.
...
For gears demo.
2017-06-27 13:16:47 +02:00
00b1a83ef5
libs/vkd3d-shader: Translate if/else/endif instructions.
2017-06-26 17:03:31 +02:00
7f4f305225
libs/vkd3d-shader: Introduce vkd3d_spirv_alloc_id() helper function.
2017-06-26 17:03:31 +02:00
77b3c5858f
libs/vkd3d-shader: Pass format string to vkd3d_spirv_build_op_name().
2017-06-26 17:03:31 +02:00
cb79f2ec65
libs/vkd3d-shader: Implement floating-point comparison instructions.
2017-06-26 17:03:31 +02:00
cd8eb358e9
libs/vkd3d-shader: Refactor immediate constants handling.
2017-06-26 17:03:31 +02:00
becd93c8bd
libs/vkd3d-shader: Emit Offset decoration for uniform buffer struct members.
...
The SPIR-V spec says:
"Composite objects in the UniformConstant, Uniform, and PushConstant Storage
Classes must be explicitly laid out."
Intel Anvil driver uses uninitialized memory for offsets when Offset
decorations are missing.
2017-06-23 22:24:33 +02:00
99d82668a0
libs/vkd3d-shader: Avoid generating 2 OpVectorShuffles per mov instruction.
2017-06-22 13:36:18 +02:00
05842705b4
libs/vkd3d-shader: Enforce required component count for builtin shader inputs.
2017-06-22 13:36:18 +02:00
4ced2e7789
libs/vkd3d-shader: Translate "neg" source modifier.
2017-06-21 22:00:19 +02:00
f5e3b248df
libs/vkd3d-shader: Fix SV_Position in pixel shaders.
2017-06-21 22:00:19 +02:00
9880d78058
libs/vkd3d-shader: Translate dcl_input_ps_siv instruction.
2017-06-21 22:00:19 +02:00
67a8200933
libs/vkd3d-shader: Implement VKD3D_SHADER_FLIP_Y option.
2017-06-21 12:22:20 +02:00
989a80fef7
libs/vkd3d-shader: Fix TRACE() message in vkd3d_spirv_dump().
2017-06-21 12:22:20 +02:00
feb5e8259c
libs/vkd3d-shader: Translate dcl_constantbuffer instruction.
2017-06-20 17:09:39 +02:00
8b2b2c1b6b
libs/vkd3d-shader: Translate bfi instruction.
2017-06-20 17:09:39 +02:00
95b11ba336
libs/vkd3d-shader: Translate dcl_input instructions.
2017-06-20 17:09:39 +02:00
88e20980a8
libs/vkd3d-shader: Translate dot product instructions.
2017-06-20 17:09:39 +02:00
ddcc403f73
libs/vkd3d-shader: Add missing vkd3d_free() call.
...
Fixes commit 0761568225
.
2017-06-20 14:59:25 +02:00
c9a98c7a13
libs/vkd3d-shader: Add support for GLSL.std.450 extended instruction set.
2017-06-20 14:59:25 +02:00
801b4159de
libs/vkd3d-shader: Translate some ALU instructions.
2017-06-20 14:14:44 +02:00
2b1396e7e4
libs/vkd3d-shader: Translate mov instruction.
2017-06-20 13:34:44 +02:00
18e952aaf4
libs/vkd3d-shader: Translate dcl_output_siv instruction.
2017-06-20 13:34:44 +02:00
0761568225
libs/vkd3d-shader: Translate dcl_output instruction.
2017-06-20 13:34:44 +02:00
d073652db9
libs/vkd3d-shader: Translate dcl_temps instruction.
...
"symbol_table" is possibly not the most fitting name.
2017-06-20 13:34:44 +02:00