iris: deal with Marek's new MSAA caps
storage sample count is equal to sample count for us, for now, so 0 the pipe cap and ignore the new parameter
This commit is contained in:
@@ -279,6 +279,8 @@ iris_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
|
||||
return 32;
|
||||
case PIPE_CAP_VIEWPORT_SUBPIXEL_BITS:
|
||||
return 0;
|
||||
case PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS:
|
||||
return 0;
|
||||
case PIPE_CAP_MULTISAMPLE_Z_RESOLVE:
|
||||
case PIPE_CAP_RESOURCE_FROM_USER_MEMORY:
|
||||
case PIPE_CAP_DEVICE_RESET_STATUS_QUERY:
|
||||
|
||||
Reference in New Issue
Block a user