From d3cafc18fced872ce60060e792f6faf2b97cc3a9 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Sat, 14 Apr 2018 13:42:31 +1000 Subject: mesa: merge the driver functions DrawBuffers and DrawBuffer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The extra params we unused by the drivers that used DrawBuffers. Tested-by: Dieter Nützel Reviewed-by: Brian Paul --- src/mesa/main/dd.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mesa/main/dd.h') diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index 64ddd818835..d85d89ef50c 100644 --- a/src/mesa/main/dd.h +++ b/src/mesa/main/dd.h @@ -612,8 +612,6 @@ struct dd_function_table { void (*DepthRange)(struct gl_context *ctx); /** Specify the current buffer for writing */ void (*DrawBuffer)( struct gl_context *ctx, GLenum buffer ); - /** Specify the buffers for writing for fragment programs*/ - void (*DrawBuffers)(struct gl_context *ctx, GLsizei n, const GLenum *buffers); /** Enable or disable server-side gl capabilities */ void (*Enable)(struct gl_context *ctx, GLenum cap, GLboolean state); /** Specify fog parameters */ -- cgit v1.2.3