Mesa (master): r600g: enable transform feedback on Cayman

Marek Olšák mareko at kemper.freedesktop.org
Thu Aug 30 23:24:40 UTC 2012


Module: Mesa
Branch: master
Commit: 0e470533ad0aecb58341a8935618c8cdf642bedd
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e470533ad0aecb58341a8935618c8cdf642bedd

Author: Marek Olšák <maraeo at gmail.com>
Date:   Thu Aug 30 16:33:36 2012 +0200

r600g: enable transform feedback on Cayman

There doesn't seem to be anything wrong with it.

---

 src/gallium/drivers/r600/r600_pipe.c |    4 +---
 1 files changed, 1 insertions(+), 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)) {




More information about the mesa-commit mailing list