aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/debug_output.h
diff options
context:
space:
mode:
authorPierre-Eric Pelloux-Prayer <[email protected]>2020-07-07 11:00:58 +0200
committerMarge Bot <[email protected]>2020-07-15 09:13:50 +0000
commite6f7b4312f5f924c8da74d8989ef4ebec7466240 (patch)
tree113546747a0ce87e937535d577309921929419f6 /src/mesa/main/debug_output.h
parentcbdb87c678cff96d41f1eb07f8161e4068df392e (diff)
mesa: rename _mesa_free_errors_data
Use the _mesa_init_XXX / _mesa_destroy_XXX pattern to clearly associate the 2 functions. Reviewed-by: Marek Olšák <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5789>
Diffstat (limited to 'src/mesa/main/debug_output.h')
-rw-r--r--src/mesa/main/debug_output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/debug_output.h b/src/mesa/main/debug_output.h
index 8a5eedc21f0..e467b087b5e 100644
--- a/src/mesa/main/debug_output.h
+++ b/src/mesa/main/debug_output.h
@@ -43,7 +43,7 @@ void
_mesa_init_debug_output(struct gl_context *ctx);
void
-_mesa_free_errors_data(struct gl_context *ctx);
+_mesa_destroy_debug_output(struct gl_context *ctx);
void
_mesa_debug_get_id(GLuint *id);