mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 14:38:06 +02:00
gallium: flags param to surface_alloc_storage() is unused and deprecated
This commit is contained in:
parent
bc56e87ce1
commit
87b0b8e7bc
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ struct pipe_winsys
|
|||
/**
|
||||
* Allocate storage for a pipe_surface.
|
||||
* Returns 0 if succeeds.
|
||||
* XXX: flags is unused and will be removed someday.
|
||||
*/
|
||||
int (*surface_alloc_storage)(struct pipe_winsys *ws,
|
||||
struct pipe_surface *surf,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue