- 10 Apr, 2009 10 commits
-
-
Paul Vriens authored
-
Stefan Dösinger authored
DrawPrimitive now accepts the number of vertices, not the number of primitives. This code was forgotten in the patch that changed this. We're drawing triangles, so we are drawing num_primitives * 3 vertices.
-
Stefan Dösinger authored
In most cases we're fine with the vbo and glMapBuffer and never use the actual heap memory copy. Try to stick to just the vbo copy and avoid allocating the extra heap memory. In case it is needed(emulation or vertex conversion), fall back to the old double buffering mode.
-
Nicolas Le Cam authored
-
Nikolay Sivov authored
-
Henri Verbeet authored
wined3d: Split vshader_program_add_param() in shader_arb_add_src_param() and shader_arb_add_dst_param().
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
- 09 Apr, 2009 30 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Andreas.Rosenberg authored
-
Christian Costa authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
WineD3D buffer FVFs will go away soon.
-
Paul Vriens authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Nicolas Le Cam authored
On Win2k SHITEMID only contains FileStructA. This structure isn't padded like it is on WinXP and contains a supplementary CHAR* member at its end which contains the 8.3 filename if needed.
-
Nicolas Le Cam authored
Skip this test as it doesn't work on Win2k. CoCreateInstance is successful but IPersistPropertyBag_Load call fails.
-
Nicolas Le Cam authored
-
Nicolas Le Cam authored
Passing an absolute path to SetNameOf on Win2k display an error message box about invalid characters in filename, forcing interaction during test.
-
Nicolas Le Cam authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
wined3d: Only update the swizzle and use map for streams that are actually used in device_stream_info_from_strided(). This fixes a regression introduced by d7c7c768 and exposed by ef2d7041. Unfortunately having EXT_vertex_array_bgra support masks the problem, which is why the regression tests didn't catch it.
-
Rein Klazes authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Nikolay Sivov authored
-