diff options
author | Brian Paul <[email protected]> | 2016-09-30 10:25:05 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2016-09-30 16:28:00 -0600 |
commit | 951bf44a56d3236550d4d910741c10d5e0d1311b (patch) | |
tree | 2e7bc9081ad49cf29cb215f737a42fae2ef75d76 /src/mesa/main/context.h | |
parent | e99b9395befe5b8612df3163b4deec2a0c0cb702 (diff) |
mesa: move _mesa_valid_to_render() to api_validate.c
Almost all of the other drawing validation code is in api_validate.c
so put this function there as well.
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mesa/main/context.h')
-rw-r--r-- | src/mesa/main/context.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h index 520b3bbfb9a..9704a96e11f 100644 --- a/src/mesa/main/context.h +++ b/src/mesa/main/context.h @@ -152,9 +152,6 @@ _mesa_get_dispatch(struct gl_context *ctx); extern void _mesa_set_context_lost_dispatch(struct gl_context *ctx); -extern GLboolean -_mesa_valid_to_render(struct gl_context *ctx, const char *where); - /** \name Miscellaneous */ |