Mesa (master): r600g: handle PIPE_CAP_ARRAY_TEXTURES

Marek Olšák mareko at kemper.freedesktop.org
Fri Jan 28 00:59:16 UTC 2011


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

Author: Marek Olšák <maraeo at gmail.com>
Date:   Fri Jan 28 01:58:30 2011 +0100

r600g: handle PIPE_CAP_ARRAY_TEXTURES

---

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

diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c
index 1ee327f..9245dba 100644
--- a/src/gallium/drivers/r600/r600_pipe.c
+++ b/src/gallium/drivers/r600/r600_pipe.c
@@ -287,6 +287,7 @@ static int r600_get_param(struct pipe_screen* pscreen, enum pipe_cap param)
 	case PIPE_CAP_PRIMITIVE_RESTART:
 	case PIPE_CAP_INDEP_BLEND_FUNC: /* FIXME allow this */
 	case PIPE_CAP_INSTANCED_DRAWING:
+	case PIPE_CAP_ARRAY_TEXTURES:
 		return 0;
 
 	/* Texturing. */




More information about the mesa-commit mailing list