mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 16:00:08 +01:00
iris: fix TBO alignment to match 965
This commit is contained in:
parent
77b9219818
commit
75709d982b
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ iris_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
|
|||
case PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT:
|
||||
return 64; // XXX: ?
|
||||
case PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENT:
|
||||
return 1;
|
||||
return 16;
|
||||
case PIPE_CAP_PREFER_BLIT_BASED_TEXTURE_TRANSFER:
|
||||
return true; // XXX: ?????
|
||||
case PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue