diff options
author | Marek Olšák <[email protected]> | 2010-05-26 01:41:22 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-05-26 01:41:32 +0200 |
commit | e6a8513a86f43d9b339a10c72dcb8fb88ffbb2aa (patch) | |
tree | 7e1f72f80769ff1956492b80f6a18c32e1508efd /src/gallium/drivers/r300/r300_context.h | |
parent | 2c072c8f72647a3b32e9855f7635b37ba399f5be (diff) |
r300g: more efficient finish + fix comments
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h index 82183cfcb8b..efc6df3fabf 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -259,8 +259,8 @@ struct r300_query { * * This is not a subclass of pipe_fence_handle because pipe_fence_handle is * never actually fully defined. So, rather than have it as a member, and do - * subclass-style casting, we treat pipe_query as an opaque, and just - * trust that our state tracker does not ever mess up query objects. + * subclass-style casting, we treat pipe_fence_handle as an opaque, and just + * trust that our state tracker does not ever mess up fence objects. */ struct r300_fence { struct pipe_reference reference; |