parent
f0e8307566
commit
114b5bdefb
|
@ -2308,7 +2308,6 @@ static void shader_hw_sincos(const struct wined3d_shader_instruction *ins)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* GL locking is done by the caller */
|
|
||||||
static void shader_hw_sgn(const struct wined3d_shader_instruction *ins)
|
static void shader_hw_sgn(const struct wined3d_shader_instruction *ins)
|
||||||
{
|
{
|
||||||
SHADER_BUFFER *buffer = ins->ctx->buffer;
|
SHADER_BUFFER *buffer = ins->ctx->buffer;
|
||||||
|
@ -2655,6 +2654,7 @@ static void shader_hw_texldl(const struct wined3d_shader_instruction *ins)
|
||||||
shader_hw_sample(ins, sampler_idx, reg_dest, reg_coord, flags, NULL, NULL);
|
shader_hw_sample(ins, sampler_idx, reg_dest, reg_coord, flags, NULL, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* GL locking is done by the caller */
|
||||||
static GLuint create_arb_blt_vertex_program(const WineD3D_GL_Info *gl_info)
|
static GLuint create_arb_blt_vertex_program(const WineD3D_GL_Info *gl_info)
|
||||||
{
|
{
|
||||||
GLuint program_id = 0;
|
GLuint program_id = 0;
|
||||||
|
|
Loading…
Reference in New Issue