Mesa (master): r600g: don't advertise integers yet on r600.

Dave Airlie airlied at kemper.freedesktop.org
Thu Jan 12 15:09:24 UTC 2012


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

Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Jan 12 15:05:15 2012 +0000

r600g: don't advertise integers yet on r600.

Still some work to be done before this is finished.

This is a candidate for 8.0 branch.

Signed-off-by: Dave Airlie <airlied at redhat.com>

---

 src/gallium/drivers/r600/r600_pipe.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c
index e50b5cc..537024c 100644
--- a/src/gallium/drivers/r600/r600_pipe.c
+++ b/src/gallium/drivers/r600/r600_pipe.c
@@ -505,8 +505,6 @@ static int r600_get_shader_param(struct pipe_screen* pscreen, unsigned shader, e
 	case PIPE_SHADER_CAP_SUBROUTINES:
 		return 0;
 	case PIPE_SHADER_CAP_INTEGERS:
-		if (rscreen->chip_class == EVERGREEN)
-			return 1;
 		return 0;
 	case PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS:
 		return 16;




More information about the mesa-commit mailing list