projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f6dc8e
)
gallivm: add a few comments
author
Brian Paul
<brianp@vmware.com>
Wed, 12 May 2010 16:20:50 +0000
(10:20 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 12 May 2010 16:38:00 +0000
(10:38 -0600)
src/gallium/auxiliary/gallivm/lp_bld_sample.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/gallivm/lp_bld_sample.h
b/src/gallium/auxiliary/gallivm/lp_bld_sample.h
index 1941262d7828ca041f74610bad9f52b78c45dc4a..7e8bc8b152db9ff8c43dda314733e3593040fcdd 100644
(file)
--- a/
src/gallium/auxiliary/gallivm/lp_bld_sample.h
+++ b/
src/gallium/auxiliary/gallivm/lp_bld_sample.h
@@
-56,14
+56,14
@@
struct lp_sampler_static_state
{
/* pipe_sampler_view's state */
enum pipe_format format;
- unsigned swizzle_r:3;
+ unsigned swizzle_r:3;
/**< PIPE_SWIZZLE_* */
unsigned swizzle_g:3;
unsigned swizzle_b:3;
unsigned swizzle_a:3;
/* pipe_texture's state */
- unsigned target:3;
- unsigned pot_width:1;
+ unsigned target:3;
/**< PIPE_TEXTURE_* */
+ unsigned pot_width:1;
/**< is the width a power of two? */
unsigned pot_height:1;
unsigned pot_depth:1;