diff options
author | Ben Skeggs <[email protected]> | 2008-08-07 11:19:15 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-08-07 11:19:15 +1000 |
commit | 4b1c508f49a070f113929393423d6704f1ff18b6 (patch) | |
tree | 76803b434b75b438c44829ed55e1a19b208dde01 /src/gallium/drivers/softpipe/sp_screen.c | |
parent | 7fde9febd6f212494730ebef916fe25c95d30be9 (diff) | |
parent | be66a8f43172327e3cdde27281e40377cacbb121 (diff) |
Merge remote branch 'origin/gallium-0.1' into nouveau-gallium-0.1
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_screen.c')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_screen.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/softpipe/sp_screen.c b/src/gallium/drivers/softpipe/sp_screen.c index 3f9d4b0ed31..ceb5616b5d0 100644 --- a/src/gallium/drivers/softpipe/sp_screen.c +++ b/src/gallium/drivers/softpipe/sp_screen.c @@ -72,6 +72,10 @@ softpipe_get_param(struct pipe_screen *screen, int param) return PIPE_MAX_COLOR_BUFS; case PIPE_CAP_OCCLUSION_QUERY: return 1; + case PIPE_CAP_TEXTURE_MIRROR_CLAMP: + return 1; + case PIPE_CAP_TEXTURE_MIRROR_REPEAT: + return 1; case PIPE_CAP_TEXTURE_SHADOW_MAP: return 1; case PIPE_CAP_MAX_TEXTURE_2D_LEVELS: |