projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bddb58
)
llvmpipe: pipe_target needs now 3 bits to be represented.
author
José Fonseca
<jfonseca@vmware.com>
Mon, 12 Apr 2010 06:02:22 +0000
(15:02 +0900)
committer
José Fonseca
<jfonseca@vmware.com>
Mon, 12 Apr 2010 06:32:21 +0000
(15:32 +0900)
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 fcbf084baf38e69e3c1e74ed081b3f2789abd8ce..94ebe0818aef37dc578d91e4310af39733237283 100644
(file)
--- a/
src/gallium/auxiliary/gallivm/lp_bld_sample.h
+++ b/
src/gallium/auxiliary/gallivm/lp_bld_sample.h
@@
-55,7
+55,7
@@
struct lp_sampler_static_state
{
/* pipe_texture's state */
enum pipe_format format;
- unsigned target:
2
;
+ unsigned target:
3
;
unsigned pot_width:1;
unsigned pot_height:1;
unsigned pot_depth:1;