r300g: disable stream output on SWTCL chipsets
Unimplemented and not so useful for this driver.
This commit is contained in:
@@ -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_MIN_TEXEL_OFFSET:
|
||||
case PIPE_CAP_MAX_TEXEL_OFFSET:
|
||||
case PIPE_CAP_STREAM_OUTPUT:
|
||||
return 0;
|
||||
|
||||
/* SWTCL-only features. */
|
||||
case PIPE_CAP_STREAM_OUTPUT:
|
||||
case PIPE_CAP_PRIMITIVE_RESTART:
|
||||
return !r300screen->caps.has_tcl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user