diff options
author | Timothy Arceri <[email protected]> | 2017-05-04 14:02:10 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-05-07 15:29:33 +1000 |
commit | 681647eca8dadf00c129cd7066b98f0a876873de (patch) | |
tree | f4a87eb020a8c1bc83e7189b4894cd46e4840fce /src/mesa/main/bufferobj.h | |
parent | f9c28b9f879d1505824640314ba87a959ad18d69 (diff) |
mesa: make _mesa_copy_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.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/main/bufferobj.h b/src/mesa/main/bufferobj.h index 3525a4bbe73..fefb01311bc 100644 --- a/src/mesa/main/bufferobj.h +++ b/src/mesa/main/bufferobj.h @@ -152,13 +152,6 @@ _mesa_buffer_unmap_all_mappings(struct gl_context *ctx, struct gl_buffer_object *bufObj); extern void -_mesa_copy_buffer_sub_data(struct gl_context *ctx, - struct gl_buffer_object *src, - struct gl_buffer_object *dst, - GLintptr readOffset, GLintptr writeOffset, - GLsizeiptr size, const char *func); - -extern void _mesa_ClearBufferSubData_sw(struct gl_context *ctx, GLintptr offset, GLsizeiptr size, const GLvoid *clearValue, |