summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2014-03-12 00:11:27 -0700
committerMatt Turner <mattst88@gmail.com>2014-03-24 11:06:25 -0700
commitb0d3205c2a676d9eeda72335ef61ce3f0bddc63a (patch)
treefabd1a6edd092d3eefafc427ae58a25a24ad985a
parenta419a1c5654ac4a4a46ec3a80d75926e26919c99 (diff)
i965/vec4: Add missing doxygen close brace.
Reviewed-by: Eric Anholt <eric@anholt.net>
-rw-r--r--src/mesa/drivers/dri/i965/brw_vec4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vec4.h b/src/mesa/drivers/dri/i965/brw_vec4.h
index eb375e2fc68..52cc0582acb 100644
--- a/src/mesa/drivers/dri/i965/brw_vec4.h
+++ b/src/mesa/drivers/dri/i965/brw_vec4.h
@@ -261,6 +261,7 @@ public:
*/
const void *ir;
const char *annotation;
+ /** @} */
bool is_send_from_grf();
bool can_reswizzle_dst(int dst_writemask, int swizzle, int swizzle_mask);