summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_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/cell/ppu/cell_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/cell/ppu/cell_screen.c')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_screen.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_screen.c b/src/gallium/drivers/cell/ppu/cell_screen.c
index bd48ce7005..9161747fdb 100644
--- a/src/gallium/drivers/cell/ppu/cell_screen.c
+++ b/src/gallium/drivers/cell/ppu/cell_screen.c
@@ -64,8 +64,6 @@ cell_get_param(struct pipe_screen *screen, int param)
return 1;
case PIPE_CAP_GLSL:
return 1;
- case PIPE_CAP_S3TC:
- return 0;
case PIPE_CAP_ANISOTROPIC_FILTER:
return 0;
case PIPE_CAP_POINT_SPRITE: