From 4d62cb64a552c8e31a6facfb99d04fd11758ec25 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Mon, 29 Oct 2012 10:47:19 -0700 Subject: mesa: remove unimplemented FramebufferTextureFaceARB This function can be re-added with an actual implementation when ARB_geometry_shader4 is supported. Signed-off-by: Jordan Justen Reviewed-by: Paul Berry --- src/mesa/main/api_exec.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mesa/main/api_exec.c') diff --git a/src/mesa/main/api_exec.c b/src/mesa/main/api_exec.c index d9c306f2c34..bc5f71f0dd9 100644 --- a/src/mesa/main/api_exec.c +++ b/src/mesa/main/api_exec.c @@ -787,10 +787,6 @@ _mesa_create_exec_table(struct gl_context *ctx) SET_GetObjectParameterivAPPLE(exec, _mesa_GetObjectParameterivAPPLE); } - if (_mesa_is_desktop_gl(ctx)) { - SET_FramebufferTextureFaceARB(exec, _mesa_FramebufferTextureFaceARB); - } - if (_mesa_is_desktop_gl(ctx)) { SET_ClampColorARB(exec, _mesa_ClampColorARB); } -- cgit v1.2.3