wined3d: Get rid of the point sprite coordinate origin warning.
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
aab54ccc52
commit
398cc3aebe
|
@ -490,15 +490,6 @@ void draw_primitive(struct wined3d_device *device, const struct wined3d_state *s
|
|||
wined3d_texture_invalidate_location(ds->container, dsv->sub_resource_idx, ~location);
|
||||
}
|
||||
|
||||
if ((!gl_info->supported[WINED3D_GL_VERSION_2_0]
|
||||
|| !gl_info->supported[NV_POINT_SPRITE])
|
||||
&& context->render_offscreen
|
||||
&& state->render_states[WINED3D_RS_POINTSPRITEENABLE]
|
||||
&& state->gl_primitive_type == GL_POINTS)
|
||||
{
|
||||
FIXME("Point sprite coordinate origin switching not supported.\n");
|
||||
}
|
||||
|
||||
stream_info = &context->stream_info;
|
||||
if (context->instance_count)
|
||||
instance_count = context->instance_count;
|
||||
|
|
Loading…
Reference in New Issue