wined3d: Remove a MESA hack.

This commit is contained in:
Stefan Dösinger 2009-05-26 15:48:45 +02:00 committed by Alexandre Julliard
parent 5f723bc44a
commit e2be741bc0
1 changed files with 0 additions and 5 deletions

View File

@ -2132,11 +2132,6 @@ static GLuint shader_arb_generate_vshader(IWineD3DVertexShaderImpl *This,
shader_addline(buffer, "TEMP A0_SHADOW;\n");
}
/* Mesa supports only 95 constants */
if (GL_VEND(MESA) || GL_VEND(WINE))
This->baseShader.limits.constant_float =
min(95, This->baseShader.limits.constant_float);
shader_addline(buffer, "TEMP TA;\n");
/* Base Declarations */