diff options
author | Mauro Rossi <[email protected]> | 2018-06-03 20:41:59 +0200 |
---|---|---|
committer | Tapani Pälli <[email protected]> | 2018-06-12 11:17:43 +0300 |
commit | fb9ab2fbd3a01693bb540560e6bd8d6f3e43a089 (patch) | |
tree | f0b24a08af6f695bad8b622d46d5d8d23f0012d0 /src/intel/compiler/brw_clip_point.c | |
parent | a1220e73116bad74f39c1792a0b0cf0e4e5031db (diff) |
anv/android: Use an address for each anv_image plane
Fixes to avoid building error after change in image->planes[] structure,
{bo,bo_offset} has to be replaced by address.{bo,offset}
and update is needed also in the assert() for debug builds.
external/mesa/src/intel/vulkan/anv_android.c:188:21:
error: no member named 'bo' in 'struct anv_image::(anonymous at external/mesa/src/intel/vulkan/anv_private.h:2647:4)'
image->planes[0].bo = bo;
~~~~~~~~~~~~~~~~ ^
1 error generated.
Fixes: bf34ef16ac ("anv: Use an address for each anv_image plane")
Signed-off-by: Mauro Rossi <[email protected]>
Reviewed-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/compiler/brw_clip_point.c')
0 files changed, 0 insertions, 0 deletions