mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 12:18:09 +02:00
softpipe: PIPE_CAP_TGSI_CONT_SUPPORTED query
This commit is contained in:
parent
f5dc352e5f
commit
af7fb892d8
1 changed files with 2 additions and 0 deletions
|
|
@ -87,6 +87,8 @@ softpipe_get_param(struct pipe_screen *screen, int param)
|
|||
return 8; /* max 128x128x128 */
|
||||
case PIPE_CAP_MAX_TEXTURE_CUBE_LEVELS:
|
||||
return 12; /* max 2Kx2K */
|
||||
case PIPE_CAP_TGSI_CONT_SUPPORTED:
|
||||
return 1;
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue