diff options
author | Oliver McFadden <[email protected]> | 2012-09-13 10:44:09 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:57 +0300 |
commit | 9f37b405a3de8668a5f74c9681829688475ac3b7 (patch) | |
tree | 65278c8be5965885686f40b5de87d7b6c1570b53 /src/mesa/main/shaderapi.c | |
parent | ab1a9430c3a4c2ec52e0dbb969a01165dd33ce4b (diff) |
mesa: remove remaining FEATURE_* defines where protected by API check.
Signed-off-by: Oliver McFadden <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/shaderapi.c')
-rw-r--r-- | src/mesa/main/shaderapi.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/shaderapi.c b/src/mesa/main/shaderapi.c index c2ec1fa428c..72a65d78e5c 100644 --- a/src/mesa/main/shaderapi.c +++ b/src/mesa/main/shaderapi.c @@ -1430,8 +1430,6 @@ _mesa_ValidateProgramARB(GLhandleARB program) validate_program(ctx, program); } -#ifdef FEATURE_ES2 - void GLAPIENTRY _mesa_GetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision) @@ -1504,8 +1502,6 @@ _mesa_ShaderBinary(GLint n, const GLuint* shaders, GLenum binaryformat, _mesa_error(ctx, GL_INVALID_OPERATION, __FUNCTION__); } -#endif /* FEATURE_ES2 */ - void GLAPIENTRY _mesa_ProgramParameteriARB(GLuint program, GLenum pname, GLint value) |