From a381ee82663f10ff3cdcfad331258d03d4188894 Mon Sep 17 00:00:00 2001 From: Corbin Simpson Date: Tue, 18 Aug 2009 17:52:03 -0700 Subject: r300g: Massively cleanup OQ. Still broken, but compiles cleaner, behaves better, etc. --- src/gallium/drivers/r300/r300_query.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/gallium/drivers/r300/r300_query.h') diff --git a/src/gallium/drivers/r300/r300_query.h b/src/gallium/drivers/r300/r300_query.h index 6a7646087a..4f50e8f844 100644 --- a/src/gallium/drivers/r300/r300_query.h +++ b/src/gallium/drivers/r300/r300_query.h @@ -29,13 +29,6 @@ struct r300_context; -struct r300_query { - /* The kind of query. Currently only OQ is supported. */ - unsigned type; - /* Buffer object where we want our results to reside. */ - struct pipe_buffer* buf; -}; - static INLINE struct r300_query* r300_query(struct pipe_query* q) { return (struct r300_query*)q; -- cgit v1.2.3