projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a419a1c
)
i965/vec4: Add missing doxygen close brace.
author
Matt Turner
<mattst88@gmail.com>
Wed, 12 Mar 2014 07:11:27 +0000
(
00:11
-0700)
committer
Matt Turner
<mattst88@gmail.com>
Mon, 24 Mar 2014 18:06:25 +0000
(11:06 -0700)
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_vec4.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_vec4.h
b/src/mesa/drivers/dri/i965/brw_vec4.h
index eb375e2fc6882836d12b0da7b8303292cc7a6c66..52cc0582acb85ae793926715b0ae79a20b1752a9 100644
(file)
--- 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);