summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2009-11-27 17:40:24 +0100
committerRoland Scheidegger <sroland@vmware.com>2009-11-27 17:40:24 +0100
commitb748a9f574361273df6b05c06c647ac4fd9b3e41 (patch)
tree0ca1854cb84b5ae3d5d541873f2f937beb4ddd58 /src/gallium/drivers/llvmpipe
parentc95cbd45c657ac47e908a4d99d118737034bde43 (diff)
r300g,llvmpipe: fix some more merge problems
Diffstat (limited to 'src/gallium/drivers/llvmpipe')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_texture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_texture.c b/src/gallium/drivers/llvmpipe/lp_texture.c
index 0a0f31f8a3..65d62fd072 100644
--- a/src/gallium/drivers/llvmpipe/lp_texture.c
+++ b/src/gallium/drivers/llvmpipe/lp_texture.c
@@ -169,7 +169,7 @@ llvmpipe_texture_blanket(struct pipe_screen * screen,
/* Only supports one type */
if (base->target != PIPE_TEXTURE_2D ||
base->last_level != 0 ||
- base->depth[0] != 1) {
+ base->depth0 != 1) {
return NULL;
}