Mesa (master): r300g: PIPE_CAP_TGSI_CONT_SUPPORTED.

Corbin Simpson csimpson at kemper.freedesktop.org
Sat Jun 27 04:33:20 UTC 2009


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

Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Fri Jun 26 16:32:53 2009 -0700

r300g: PIPE_CAP_TGSI_CONT_SUPPORTED.

---

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

diff --git a/src/gallium/drivers/r300/r300_screen.c b/src/gallium/drivers/r300/r300_screen.c
index a6f1efe..26da389 100644
--- a/src/gallium/drivers/r300/r300_screen.c
+++ b/src/gallium/drivers/r300/r300_screen.c
@@ -145,6 +145,9 @@ static int r300_get_param(struct pipe_screen* pscreen, int param)
         case PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS:
             /* XXX guessing (what a terrible guess) */
             return 2;
+        case PIPE_CAP_TGSI_CONT_SUPPORTED:
+            /* XXX */
+            return 0;
         default:
             debug_printf("r300: Implementation error: Bad param %d\n",
                 param);




More information about the mesa-commit mailing list