mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
r300g: handle PIPE_CAP_INSTANCED_DRAWING in get_param
This commit is contained in:
parent
92767e9052
commit
d78a984baa
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ static int r300_get_param(struct pipe_screen* pscreen, enum pipe_cap param)
|
|||
case PIPE_CAP_SHADER_STENCIL_EXPORT:
|
||||
case PIPE_CAP_STREAM_OUTPUT:
|
||||
case PIPE_CAP_PRIMITIVE_RESTART:
|
||||
case PIPE_CAP_INSTANCED_DRAWING:
|
||||
return 0;
|
||||
|
||||
/* Texturing. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue