Sweden-Number/dlls/wined3d
Józef Kucia 5d117c76b9 wined3d: Query Vulkan shared system memory.
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>
2019-05-07 08:45:39 -05:00
..
Makefile.in wined3d: Introduce a Vulkan based adapter implementation. 2019-04-01 21:54:32 +02:00
adapter_gl.c wined3d: Query Vulkan shared system memory. 2019-05-07 08:45:39 -05:00
adapter_vk.c wined3d: Query Vulkan shared system memory. 2019-05-07 08:45:39 -05:00
arb_program_shader.c wined3d: Pass wined3d_adapter to fragment_pipe->get_caps(). 2019-03-29 21:24:01 +01:00
ati_fragment_shader.c wined3d: Pass wined3d_adapter to fragment_pipe->get_caps(). 2019-03-29 21:24:01 +01:00
buffer.c wined3d: Invalidate _SYSMEM location when mapping opengl buffer. 2019-02-13 19:45:24 +01:00
context.c wined3d: Get rid of context_validate_onscreen_formats(). 2019-05-06 13:19:33 -05:00
cs.c wined3d: Pass swap interval to swapchain ops. 2019-03-18 16:52:14 +01:00
device.c wined3d: Allocate shader backend and fragment pipe context data in device_context_add(). 2019-05-03 16:31:17 +02:00
directx.c wined3d: Query Vulkan shared system memory. 2019-05-07 08:45:39 -05:00
gl_compat.c
glsl_shader.c wined3d: Check if destination texture is FBO attachable in glsl_blitter_supported(). 2019-05-06 13:19:33 -05:00
nvidia_texture_shader.c wined3d: Pass wined3d_adapter to fragment_pipe->get_caps(). 2019-03-29 21:24:01 +01:00
palette.c wined3d: Execute all CS commands before setting palette entries. 2019-01-14 17:25:49 +01:00
query.c wined3d: Implement WINED3D_QUERY_TYPE_SO_STATISTICS. 2018-11-21 17:06:42 +01:00
resource.c wined3d: Introduce general helper function to get sample count for resource. 2019-03-04 19:34:46 +01:00
sampler.c wined3d: Move the "target" field from struct wined3d_texture to struct wined3d_texture_gl. 2018-10-30 10:53:59 +01:00
shader.c wined3d: Don't use strcasecmp. 2019-04-04 17:21:49 +02:00
shader_sm1.c
shader_sm4.c wined3d: Export wined3d_extract_shader_input_signature_from_dxbc(). 2019-02-12 23:02:28 +01:00
state.c wined3d: Pass wined3d_adapter to fragment_pipe->get_caps(). 2019-03-29 21:24:01 +01:00
stateblock.c wined3d: Store and use stream offset in state block. 2019-04-05 22:16:31 +02:00
surface.c wined3d: Also update the "src_texture_gl" pointer when using a staging texture in the blitter. 2019-03-27 22:09:04 +01:00
swapchain.c wined3d: Get rid of the "target" parameter to context_create(). 2019-05-06 13:19:33 -05:00
texture.c wined3d: Adjust video memory when resizing swapchain buffers. 2019-03-25 15:56:28 +01:00
utils.c wined3d: Introduce a debug helper for Vulkan return values. 2019-05-02 17:10:37 +02:00
version.rc
vertexdeclaration.c wined3d: Rename MAX_STREAMS to WINED3D_MAX_STREAMS. 2019-02-22 12:26:16 +01:00
view.c wined3d: Introduce a separate structure for OpenGL shader resource view information. 2018-11-13 20:54:28 +01:00
wined3d.spec wined3d: Explicitly create the implicit swapchain. 2019-04-12 15:33:44 +02:00
wined3d_gl.h wined3d: Handle GL_EXT_vertex_array_bgra directly in gl_extension_map. 2019-04-08 19:35:24 +02:00
wined3d_main.c wined3d: Don't use strcasecmp. 2019-04-04 17:21:49 +02:00
wined3d_private.h wined3d: Query Vulkan shared system memory. 2019-05-07 08:45:39 -05:00
wined3d_vk.h wined3d: Use vkGetDeviceProcAddr() to load Vulkan device functions. 2019-04-19 16:24:13 +02:00