summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/eg_state_inlines.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2011-02-07 03:46:25 +0100
committerMarek Olšák <maraeo@gmail.com>2011-02-07 03:51:53 +0100
commita22bda9f80070393581c6ac512c03aa3144577ef (patch)
tree2df4d93b6e4914b8e117851607fe1ee491e270c8 /src/gallium/drivers/r600/eg_state_inlines.h
parentc95bc1224a4b20b9470ddcb37b5f78975991073b (diff)
r600g: correctly report supported vertex formats
Diffstat (limited to 'src/gallium/drivers/r600/eg_state_inlines.h')
-rw-r--r--src/gallium/drivers/r600/eg_state_inlines.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/r600/eg_state_inlines.h b/src/gallium/drivers/r600/eg_state_inlines.h
index 5a39d7cdee..ca00e61f52 100644
--- a/src/gallium/drivers/r600/eg_state_inlines.h
+++ b/src/gallium/drivers/r600/eg_state_inlines.h
@@ -501,9 +501,4 @@ static INLINE boolean r600_is_zs_format_supported(enum pipe_format format)
return r600_translate_dbformat(format) != ~0;
}
-static INLINE boolean r600_is_vertex_format_supported(enum pipe_format format)
-{
- return r600_translate_colorformat(format) != ~0;
-}
-
#endif