Module: Mesa
Branch: glsl-continue-return-7-5
Commit: e112e720b5986b3a49ec724543f6fc04c756346e
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e112e720b5986b3a49ec724543f6fc04c756346e

Author: Brian Paul <[email protected]>
Date:   Fri Jun 26 12:51:05 2009 -0600

cell: PIPE_CAP_TGSI_CONT_SUPPORTED query

---

 src/gallium/drivers/cell/ppu/cell_screen.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/cell/ppu/cell_screen.c 
b/src/gallium/drivers/cell/ppu/cell_screen.c
index 512d85d..bd48ce7 100644
--- a/src/gallium/drivers/cell/ppu/cell_screen.c
+++ b/src/gallium/drivers/cell/ppu/cell_screen.c
@@ -86,6 +86,8 @@ cell_get_param(struct pipe_screen *screen, int param)
       return 1; /* XXX not really true */
    case PIPE_CAP_TEXTURE_MIRROR_CLAMP:
       return 0; /* XXX to do */
+   case PIPE_CAP_TGSI_CONT_SUPPORTED:
+      return 1;
    default:
       return 0;
    }

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to