mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-16 20:10:23 +01:00
r600g: fix PIPE_CAP_INSTANCED_DRAWING warning
This commit is contained in:
parent
b61afe13f1
commit
ef3b8042e0
1 changed files with 1 additions and 0 deletions
|
|
@ -287,6 +287,7 @@ static int r600_get_param(struct pipe_screen* pscreen, enum pipe_cap param)
|
|||
case PIPE_CAP_STREAM_OUTPUT:
|
||||
case PIPE_CAP_PRIMITIVE_RESTART:
|
||||
case PIPE_CAP_INDEP_BLEND_FUNC: /* FIXME allow this */
|
||||
case PIPE_CAP_INSTANCED_DRAWING:
|
||||
return 0;
|
||||
|
||||
/* Texturing. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue