diff options
author | Jordan Justen <[email protected]> | 2012-10-26 15:33:13 -0700 |
---|---|---|
committer | Jordan Justen <[email protected]> | 2012-11-03 10:54:40 -0700 |
commit | dd6660038e1896049f3bc00458117fcfe4259e1b (patch) | |
tree | e53d3c13fb11e246b203c38145edb317493683c3 /src/mesa/main/api_exec.c | |
parent | 9e036966bbc8ba8a34c128202b4de97125799533 (diff) |
glapi: alias FramebufferTextureARB to FramebufferTexture
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Paul Berry <[email protected]>
Diffstat (limited to 'src/mesa/main/api_exec.c')
-rw-r--r-- | src/mesa/main/api_exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/api_exec.c b/src/mesa/main/api_exec.c index e92eb0e1390..8f9672a3c32 100644 --- a/src/mesa/main/api_exec.c +++ b/src/mesa/main/api_exec.c @@ -788,7 +788,7 @@ _mesa_create_exec_table(struct gl_context *ctx) } if (_mesa_is_desktop_gl(ctx)) { - SET_FramebufferTextureARB(exec, _mesa_FramebufferTextureARB); + SET_FramebufferTexture(exec, _mesa_FramebufferTextureARB); SET_FramebufferTextureFaceARB(exec, _mesa_FramebufferTextureFaceARB); } |