summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_screen.c
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-09-16 14:31:14 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-09-16 14:33:52 +0100
commitc29905aa318cf9ed782935552fa983b048646984 (patch)
tree58cbc2692c86ba82932ab73398c65840b06e55f0 /src/gallium/drivers/r300/r300_screen.c
parentec48396e0fefb86a549b02b760f669f74c15d715 (diff)
gallium: Deprecate PIPE_CAP_S3TC.
No longer used. S3TC support is queried via pipe_screen::is_format_supported.
Diffstat (limited to 'src/gallium/drivers/r300/r300_screen.c')
-rw-r--r--src/gallium/drivers/r300/r300_screen.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/r300_screen.c b/src/gallium/drivers/r300/r300_screen.c
index 593178c50b..3b5b1bbd37 100644
--- a/src/gallium/drivers/r300/r300_screen.c
+++ b/src/gallium/drivers/r300/r300_screen.c
@@ -93,8 +93,6 @@ static int r300_get_param(struct pipe_screen* pscreen, int param)
} else {
return 0;
}
- case PIPE_CAP_S3TC:
- return 1;
case PIPE_CAP_ANISOTROPIC_FILTER:
return 1;
case PIPE_CAP_POINT_SPRITE: