From 410f901beed8f6f041716396b1f27fd61518e231 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Fri, 27 Apr 2018 10:03:56 +1000 Subject: mesa: drop the buffer mode param from the DrawBuffer driver function No drivers used it. Reviewed-by: Brian Paul --- src/mesa/main/dd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/main/dd.h') diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index 5ee6902d3fb..9f9606ac6b5 100644 --- a/src/mesa/main/dd.h +++ b/src/mesa/main/dd.h @@ -611,7 +611,7 @@ struct dd_function_table { /** Specify mapping of depth values from NDC to window coordinates */ void (*DepthRange)(struct gl_context *ctx); /** Specify the current buffer for writing */ - void (*DrawBuffer)(struct gl_context *ctx, GLenum buffer); + void (*DrawBuffer)(struct gl_context *ctx); /** Used to allocated any buffers with on-demand creation */ void (*DrawBufferAllocate)(struct gl_context *ctx); /** Enable or disable server-side gl capabilities */ -- cgit v1.2.3