summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_sample.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-03-04 15:52:01 -0700
committerBrian Paul <brianp@vmware.com>2010-03-04 15:56:55 -0700
commit946edea794646443abde05363294fed430d8d6f1 (patch)
tree66d9508690e7b4fb4e9559ff5df31315486187ad /src/gallium/auxiliary/gallivm/lp_bld_sample.h
parent71c05689528d7987bfb99c3afe04e456887bc7b7 (diff)
gallivm: added texture border_color field
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_sample.h')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_sample.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_sample.h b/src/gallium/auxiliary/gallivm/lp_bld_sample.h
index 39edcf13d1..a791d88612 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_sample.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_sample.h
@@ -70,6 +70,7 @@ struct lp_sampler_static_state
unsigned compare_mode:1;
unsigned compare_func:3;
unsigned normalized_coords:1;
+ float border_color[4];
};