summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_sample.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-09-30 17:39:17 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-09-30 17:42:01 +0100
commit4e6f5e8d43ee87c6f8cdc75de2eeb96f70beb013 (patch)
treeaef4f60e46eeb52bb1ffba3b48f8827538976097 /src/gallium/auxiliary/gallivm/lp_bld_sample.h
parente2b51b7c5baaaa21e64df1377ce0be5c83d016ff (diff)
gallivm: More comprehensive border usage logic.
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_sample.h')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_sample.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_sample.h b/src/gallium/auxiliary/gallivm/lp_bld_sample.h
index bb485784ef..9fc9a38a49 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_sample.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_sample.h
@@ -254,6 +254,11 @@ texture_dims(enum pipe_texture_target tex)
}
+boolean
+lp_sampler_wrap_mode_uses_border_color(unsigned mode,
+ unsigned min_img_filter,
+ unsigned mag_img_filter);
+
/**
* Derive the sampler static state.
*/