mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
gallium: remove unused u_default_transfer_unmap
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10659>
This commit is contained in:
parent
b1237ecb32
commit
a7a3de6902
2 changed files with 0 additions and 11 deletions
|
|
@ -102,12 +102,6 @@ void u_default_transfer_flush_region(UNUSED struct pipe_context *pipe,
|
|||
*/
|
||||
}
|
||||
|
||||
void u_default_transfer_unmap(UNUSED struct pipe_context *pipe,
|
||||
UNUSED struct pipe_transfer *transfer)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
static inline struct u_resource *
|
||||
u_resource( struct pipe_resource *res )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -36,11 +36,6 @@ void u_default_transfer_flush_region( struct pipe_context *pipe,
|
|||
struct pipe_transfer *transfer,
|
||||
const struct pipe_box *box);
|
||||
|
||||
void u_default_transfer_unmap( struct pipe_context *pipe,
|
||||
struct pipe_transfer *transfer );
|
||||
|
||||
|
||||
|
||||
/* Useful helper to allow >1 implementation of resource functionality
|
||||
* to exist in a single driver. This is intended to be transitionary!
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue