summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bld_sample.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-09-09 21:46:18 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-09-09 21:48:50 +0100
commit4139bc8f4375c1f8961b281b6303bccaab24367a (patch)
treee17e5d707427b5866f7843fd8abb93385b3105a2 /src/gallium/drivers/llvmpipe/lp_bld_sample.h
parentb0b131b023ed3d31fa77cfcd5f9b82f2997c78c7 (diff)
llvmpipe: Quick hack for 1D textures.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_bld_sample.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_bld_sample.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_bld_sample.h b/src/gallium/drivers/llvmpipe/lp_bld_sample.h
index 5798f191fe..6f565af76d 100644
--- a/src/gallium/drivers/llvmpipe/lp_bld_sample.h
+++ b/src/gallium/drivers/llvmpipe/lp_bld_sample.h
@@ -53,6 +53,7 @@ struct lp_sampler_static_state
{
/* pipe_texture's state */
enum pipe_format format;
+ unsigned target:2;
unsigned pot_width:1;
unsigned pot_height:1;
unsigned pot_depth:1;