mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
r300g: handle PIPE_CAP_ARRAY_TEXTURES
This commit is contained in:
parent
baf2a795eb
commit
588c925224
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ static int r300_get_param(struct pipe_screen* pscreen, enum pipe_cap param)
|
|||
case PIPE_CAP_STREAM_OUTPUT:
|
||||
case PIPE_CAP_PRIMITIVE_RESTART:
|
||||
case PIPE_CAP_INSTANCED_DRAWING:
|
||||
case PIPE_CAP_ARRAY_TEXTURES:
|
||||
return 0;
|
||||
|
||||
/* Texturing. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue