mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 06:30:10 +01:00
cell: added tex_usage param to xm_surface_buffer_create()
This commit is contained in:
parent
ba97b98842
commit
908a3e56cc
1 changed files with 1 additions and 0 deletions
|
|
@ -291,6 +291,7 @@ xm_surface_buffer_create(struct pipe_winsys *winsys,
|
|||
unsigned width, unsigned height,
|
||||
enum pipe_format format,
|
||||
unsigned usage,
|
||||
unsigned tex_usage,
|
||||
unsigned *stride)
|
||||
{
|
||||
const unsigned alignment = 64;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue