Sweden-Number/dlls/wined3d
Józef Kucia 519d459b72 wined3d: Use ARB_explicit_attrib_location to pre-assign vertex attribute locations.
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>
2016-06-01 22:12:47 +09:00
..
Makefile.in wined3d: Don't import libuuid. 2016-05-23 14:06:57 +09:00
arb_program_shader.c wined3d: Introduce a helper function to allocate arrays. 2016-05-24 16:19:01 +09:00
ati_fragment_shader.c
buffer.c wined3d: Replace WINED3D_BUFFER_CREATEBO with WINED3D_BUFFER_USE_BO. 2016-05-27 20:10:05 +09:00
context.c wined3d: Allow draw calls without vertex declaration. 2016-05-24 20:03:17 +09:00
cs.c wined3d: Introduce a helper function to allocate arrays. 2016-05-24 16:19:01 +09:00
device.c wined3d: Spelling fixes. 2016-05-30 19:49:21 +09:00
directx.c wined3d: Add ARB_explicit_attrib_location extension. 2016-06-01 22:12:43 +09:00
drawprim.c wined3d: Emit position / attribute 0 last in draw_primitive_immediate_mode(). 2016-05-18 01:06:16 +09:00
gl_compat.c
glsl_shader.c wined3d: Use ARB_explicit_attrib_location to pre-assign vertex attribute locations. 2016-06-01 22:12:47 +09:00
nvidia_texture_shader.c
palette.c wined3d: Implement texture DC creation on top of D3DKMTCreateDCFromMemory(). 2016-04-15 12:32:25 +09:00
query.c
resource.c wined3d: Don't enumerate sub-resources in wined3d_device_reset(). 2016-04-21 15:34:43 +09:00
sampler.c
shader.c wined3d: Use pure integer vertex attributes for SM4+ shaders. 2016-06-01 22:12:27 +09:00
shader_sm1.c wined3d: Clean up SM1 frontend. 2016-05-25 22:05:04 +09:00
shader_sm4.c wined3d: Handle SM4 breakc instruction modifiers. 2016-05-25 22:05:09 +09:00
state.c wined3d: Use pure integer vertex attributes for SM4+ shaders. 2016-06-01 22:12:27 +09:00
stateblock.c wined3d: Make wined3d_device_set_ps_consts_b() consistent with wined3d_device_set_ps_consts_f(). 2016-05-18 10:35:50 +09:00
surface.c wined3d: Introduce a helper function to allocate arrays. 2016-05-24 16:19:01 +09:00
swapchain.c wined3d: Introduce a helper function to allocate arrays. 2016-05-24 16:19:01 +09:00
texture.c wined3d: Spelling fixes. 2016-05-30 19:49:21 +09:00
utils.c wined3d: Add more integer formats to "typed_formats" table. 2016-05-27 20:09:55 +09:00
version.rc
vertexdeclaration.c wined3d: Introduce a helper function to allocate arrays. 2016-05-24 16:19:01 +09:00
view.c wined3d: Store sub-resource parents in struct wined3d_texture_sub_resource(). 2016-04-21 15:34:43 +09:00
volume.c wined3d: Introduce a helper function to allocate arrays. 2016-05-24 16:19:01 +09:00
wined3d.spec wined3d: Make wined3d_device_get_ps_consts_b() consistent with wined3d_device_get_ps_consts_f(). 2016-05-18 10:35:55 +09:00
wined3d_gl.h wined3d: Add ARB_explicit_attrib_location extension. 2016-06-01 22:12:43 +09:00
wined3d_main.c wined3d: Introduce a helper function to allocate arrays. 2016-05-24 16:19:01 +09:00
wined3d_private.h wined3d: Add Nvidia GeForce GT 730M. 2016-05-30 19:49:18 +09:00