From a22bda9f80070393581c6ac512c03aa3144577ef Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Mon, 7 Feb 2011 03:46:25 +0100 Subject: r600g: correctly report supported vertex formats --- src/gallium/drivers/r600/eg_state_inlines.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/gallium/drivers/r600/eg_state_inlines.h') 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 -- cgit v1.2.3