- Jan 11, 2018
-
-
vkd3d_log2i() is imported from wined3d. Signed-off-by:
Józef Kucia <jkucia@codeweavers.com> Signed-off-by:
Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- Jan 09, 2018
-
-
d3d12_command_allocator_free_command_buffer() is not a very accurate name. Signed-off-by:
Józef Kucia <jkucia@codeweavers.com> Signed-off-by:
Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
Signed-off-by:
Józef Kucia <jkucia@codeweavers.com> Signed-off-by:
Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
Signed-off-by:
Józef Kucia <jkucia@codeweavers.com> Signed-off-by:
Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
Signed-off-by:
Józef Kucia <jkucia@codeweavers.com> Signed-off-by:
Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
Signed-off-by:
Józef Kucia <jkucia@codeweavers.com> Signed-off-by:
Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
Signed-off-by:
Józef Kucia <jkucia@codeweavers.com> Signed-off-by:
Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
Signed-off-by:
Józef Kucia <jkucia@codeweavers.com> Signed-off-by:
Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- Dec 15, 2017
-
-
Signed-off-by:
Józef Kucia <jkucia@codeweavers.com> Signed-off-by:
Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
Prevents possible clashes when using vkd3d with external Win32 headers. Signed-off-by:
Józef Kucia <jkucia@codeweavers.com> Signed-off-by:
Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
Allows using vkd3d with other Win32 headers. Signed-off-by:
Józef Kucia <jkucia@codeweavers.com> Signed-off-by:
Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
Per the SPIR-V spec: "Result Type must be a scalar of integer type or floating-point type." Signed-off-by:
Józef Kucia <jkucia@codeweavers.com> Signed-off-by:
Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- Dec 14, 2017
-
-
Signed-off-by:
Józef Kucia <jkucia@codeweavers.com> Signed-off-by:
Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
Signed-off-by:
Józef Kucia <jkucia@codeweavers.com> Signed-off-by:
Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
In order to run cross-compiled tests under Wine. Signed-off-by:
Józef Kucia <jkucia@codeweavers.com> Signed-off-by:
Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
Signed-off-by:
Józef Kucia <jkucia@codeweavers.com> Signed-off-by:
Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
In order to use C functions which are not part of C99, e.g. strdup() and strncmp(). Signed-off-by:
Józef Kucia <jkucia@codeweavers.com> Signed-off-by:
Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
Signed-off-by:
Józef Kucia <jkucia@codeweavers.com> Signed-off-by:
Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- Dec 12, 2017
-
-
Józef Kucia authored
-
Józef Kucia authored
Move them to libvkd3d-utils.
-
- Dec 11, 2017
-
-
Józef Kucia authored
-
Józef Kucia authored
-
- Nov 01, 2017
-
-
Józef Kucia authored
-
- Oct 31, 2017
-
-
Józef Kucia authored
-
Józef Kucia authored
-
Józef Kucia authored
-
Józef Kucia authored
-
- Oct 30, 2017
-
-
Józef Kucia authored
-
Józef Kucia authored
-
Józef Kucia authored
Use VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL if depth/stencil writes are disabled.
-
- Oct 26, 2017
-
-
Józef Kucia authored
-
Józef Kucia authored
-
- Oct 25, 2017
-
-
Józef Kucia authored
-
Józef Kucia authored
-
Józef Kucia authored
-
Józef Kucia authored
The SPIR-V spec says: "All OpVariable instructions in a function must be in the first block in the function. These instructions, together with any immediately preceding OpLine instructions, must be the first instructions in that block."
-
- Oct 24, 2017
-
-
Józef Kucia authored
The SPIR-V spec states: "Vector 1 and Vector 2 must both have vector types, with the same Component Type as Result Type."
-
Józef Kucia authored
A similar functionality was helpful numerous number of times when developing libvkd3d-shader.
-
Józef Kucia authored
-
Józef Kucia authored
-