projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6b7157
)
gallium/draw: move misplaced brace
author
Brian Paul
<brianp@vmware.com>
Thu, 16 Aug 2012 15:16:42 +0000
(09:16 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 16 Aug 2012 15:16:42 +0000
(09:16 -0600)
src/gallium/auxiliary/draw/draw_context.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/draw/draw_context.c
b/src/gallium/auxiliary/draw/draw_context.c
index 9ca4191aee2b1f82e5eced9241c91cef991b890e..4fc59a5d13388fa88a86c42506b3a0e469629c29 100644
(file)
--- a/
src/gallium/auxiliary/draw/draw_context.c
+++ b/
src/gallium/auxiliary/draw/draw_context.c
@@
-812,8
+812,8
@@
draw_set_mapped_texture(struct draw_context *draw,
sampler_idx,
width, height, depth, first_level, last_level,
row_stride, img_stride, data);
- }
#endif
+ }
}
/**