summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/bufferobj.h
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2017-05-04 13:59:29 +1000
committerTimothy Arceri <[email protected]>2017-05-07 15:29:33 +1000
commitf9c28b9f879d1505824640314ba87a959ad18d69 (patch)
treec2e7b82b07332a3ec37f247b5b0c1dc8bfd31d3e /src/mesa/main/bufferobj.h
parent426e4765d26d37ecda920cb8cccc0cba17def6fc (diff)
mesa: make _mesa_clear_buffer_sub_data() static
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/main/bufferobj.h')
-rw-r--r--src/mesa/main/bufferobj.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mesa/main/bufferobj.h b/src/mesa/main/bufferobj.h
index c7c89a9375f..3525a4bbe73 100644
--- a/src/mesa/main/bufferobj.h
+++ b/src/mesa/main/bufferobj.h
@@ -165,15 +165,6 @@ _mesa_ClearBufferSubData_sw(struct gl_context *ctx,
GLsizeiptr clearValueSize,
struct gl_buffer_object *bufObj);
-extern void
-_mesa_clear_buffer_sub_data(struct gl_context *ctx,
- struct gl_buffer_object *bufObj,
- GLenum internalformat,
- GLintptr offset, GLsizeiptr size,
- GLenum format, GLenum type,
- const GLvoid *data,
- const char *func, bool subdata);
-
/*
* API functions
*/