[Mesa-dev] [PATCH 2/3] r600g: enable transform feedback on Cayman

Marek Olšák maraeo at gmail.com
Thu Aug 30 08:35:28 PDT 2012


There doesn't seem to be anything wrong with it.
---
 src/gallium/drivers/r600/r600_pipe.c |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c
index 7856e62..286c676 100644
--- a/src/gallium/drivers/r600/r600_pipe.c
+++ b/src/gallium/drivers/r600/r600_pipe.c
@@ -934,14 +934,12 @@ struct pipe_screen *r600_screen_create(struct radeon_winsys *ws)
 	switch (rscreen->chip_class) {
 	case R600:
 	case EVERGREEN:
+	case CAYMAN:
 		rscreen->has_streamout = rscreen->info.drm_minor >= 14;
 		break;
 	case R700:
 		rscreen->has_streamout = rscreen->info.drm_minor >= 17;
 		break;
-	/* TODO: Cayman */
-	default:
-		rscreen->has_streamout = debug_get_bool_option("R600_STREAMOUT", FALSE);
 	}
 
 	if (r600_init_tiling(rscreen)) {
-- 
1.7.9.5



More information about the mesa-dev mailing list