Mesa (master): r300g: 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: 588c925224c15c3ea3e26bdeb0ef92391a0617e4
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=588c925224c15c3ea3e26bdeb0ef92391a0617e4

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

r300g: handle PIPE_CAP_ARRAY_TEXTURES

---

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

diff --git a/src/gallium/drivers/r300/r300_screen.c b/src/gallium/drivers/r300/r300_screen.c
index 880372e..fc8131f 100644
--- a/src/gallium/drivers/r300/r300_screen.c
+++ b/src/gallium/drivers/r300/r300_screen.c
@@ -127,6 +127,7 @@ static int r300_get_param(struct pipe_screen* pscreen, enum pipe_cap param)
         case PIPE_CAP_STREAM_OUTPUT:
         case PIPE_CAP_PRIMITIVE_RESTART:
         case PIPE_CAP_INSTANCED_DRAWING:
+        case PIPE_CAP_ARRAY_TEXTURES:
             return 0;
 
         /* Texturing. */




More information about the mesa-commit mailing list