mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-27 08:50:49 +02:00
gdi: Update for surface_alloc_storage changes.
This commit is contained in:
parent
18ec140ef2
commit
b750b5326d
1 changed files with 2 additions and 1 deletions
|
|
@ -469,7 +469,8 @@ wm_surface_alloc_storage(struct pipe_winsys *winsys,
|
|||
struct pipe_surface *surf,
|
||||
unsigned width, unsigned height,
|
||||
enum pipe_format format,
|
||||
unsigned flags)
|
||||
unsigned flags,
|
||||
unsigned tex_usage)
|
||||
{
|
||||
const unsigned alignment = 64;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue