mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
r300g: disable stream output on SWTCL chipsets
Unimplemented and not so useful for this driver.
This commit is contained in:
parent
b7cd18bc49
commit
5baa33a738
1 changed files with 1 additions and 1 deletions
|
|
@ -145,10 +145,10 @@ static int r300_get_param(struct pipe_screen* pscreen, enum pipe_cap param)
|
||||||
case PIPE_CAP_SCALED_RESOLVE:
|
case PIPE_CAP_SCALED_RESOLVE:
|
||||||
case PIPE_CAP_MIN_TEXEL_OFFSET:
|
case PIPE_CAP_MIN_TEXEL_OFFSET:
|
||||||
case PIPE_CAP_MAX_TEXEL_OFFSET:
|
case PIPE_CAP_MAX_TEXEL_OFFSET:
|
||||||
|
case PIPE_CAP_STREAM_OUTPUT:
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
/* SWTCL-only features. */
|
/* SWTCL-only features. */
|
||||||
case PIPE_CAP_STREAM_OUTPUT:
|
|
||||||
case PIPE_CAP_PRIMITIVE_RESTART:
|
case PIPE_CAP_PRIMITIVE_RESTART:
|
||||||
return !r300screen->caps.has_tcl;
|
return !r300screen->caps.has_tcl;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue