mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 17:58:26 +02:00
r300g: PIPE_CAP_TGSI_CONT_SUPPORTED.
This commit is contained in:
parent
f80b7f4683
commit
6a926f9997
1 changed files with 3 additions and 0 deletions
|
|
@ -145,6 +145,9 @@ static int r300_get_param(struct pipe_screen* pscreen, int param)
|
|||
case PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS:
|
||||
/* XXX guessing (what a terrible guess) */
|
||||
return 2;
|
||||
case PIPE_CAP_TGSI_CONT_SUPPORTED:
|
||||
/* XXX */
|
||||
return 0;
|
||||
default:
|
||||
debug_printf("r300: Implementation error: Bad param %d\n",
|
||||
param);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue