diff options
author | Ian Romanick <[email protected]> | 2017-12-12 19:41:49 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2018-01-02 16:23:50 -0800 |
commit | e6cef4b0818d014e140f3b17e8603c384066bcf8 (patch) | |
tree | 7a640b580ba4ad6279ea73640718ef8441193a88 /src/mesa/main/texobj.h | |
parent | d80be517750ba5e89432f962175bf996a6f52ce0 (diff) |
Revert "mesa: remove unused _mesa_delete_nameless_texture()"
Changes in this series use this function.
This reverts commit 048de9e34a2214371481143cddcaa53f52468c6b.
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Tapani Pälli <[email protected]>
Cc: Samuel Pitoiset <[email protected]>
Cc: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/main/texobj.h')
-rw-r--r-- | src/mesa/main/texobj.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/main/texobj.h b/src/mesa/main/texobj.h index e67ce3ff9df..8dea85303d6 100644 --- a/src/mesa/main/texobj.h +++ b/src/mesa/main/texobj.h @@ -171,6 +171,11 @@ _mesa_unlock_context_textures( struct gl_context *ctx ); extern void _mesa_lock_context_textures( struct gl_context *ctx ); +extern void +_mesa_delete_nameless_texture(struct gl_context *ctx, + struct gl_texture_object *texObj); + + /*@}*/ /** |