diff options
author | Timothy Arceri <[email protected]> | 2017-05-04 13:39:59 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-05-07 15:29:33 +1000 |
commit | 30d8dea6020ea49890c27c3cb26aa300c80161c9 (patch) | |
tree | 3625962b31c4746c45d22b44e5416f1e0a763c16 /src/mesa/main/bufferobj.h | |
parent | bbae62c714b8e4b74ab8e4105ca5a6bff40ba5ce (diff) |
mesa: make _mesa_flush_mapped_buffer_range() static
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/main/bufferobj.h')
-rw-r--r-- | src/mesa/main/bufferobj.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/bufferobj.h b/src/mesa/main/bufferobj.h index d538d0f2ca5..44fcaaad860 100644 --- a/src/mesa/main/bufferobj.h +++ b/src/mesa/main/bufferobj.h @@ -159,12 +159,6 @@ _mesa_copy_buffer_sub_data(struct gl_context *ctx, GLsizeiptr size, const char *func); extern void -_mesa_flush_mapped_buffer_range(struct gl_context *ctx, - struct gl_buffer_object *bufObj, - GLintptr offset, GLsizeiptr length, - const char *func); - -extern void _mesa_ClearBufferSubData_sw(struct gl_context *ctx, GLintptr offset, GLsizeiptr size, const GLvoid *clearValue, |