diff options
author | Corbin Simpson <[email protected]> | 2009-08-18 17:52:03 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-08-18 21:25:53 -0700 |
commit | a381ee82663f10ff3cdcfad331258d03d4188894 (patch) | |
tree | df3e675f8441e3ba5373d59ff471856a1b7cdfc5 /src/gallium/drivers/r300/r300_query.h | |
parent | 4092f318db440532f78a39c0444b987039c8f7f7 (diff) |
r300g: Massively cleanup OQ.
Still broken, but compiles cleaner, behaves better, etc.
Diffstat (limited to 'src/gallium/drivers/r300/r300_query.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_query.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gallium/drivers/r300/r300_query.h b/src/gallium/drivers/r300/r300_query.h index 6a7646087a7..4f50e8f8440 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; |