summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_tex_layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/i965/brw_tex_layout.c')
-rw-r--r--src/gallium/drivers/i965/brw_tex_layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965/brw_tex_layout.c b/src/gallium/drivers/i965/brw_tex_layout.c
index 75cdc18912..813cd31f49 100644
--- a/src/gallium/drivers/i965/brw_tex_layout.c
+++ b/src/gallium/drivers/i965/brw_tex_layout.c
@@ -47,7 +47,7 @@ GLboolean brw_miptree_layout(struct brw_context *brw,
switch (mt->target) {
case GL_TEXTURE_CUBE_MAP:
- if (IS_IGDNG(intel->intelScreen->deviceID)) {
+ if (IS_IGDNG(brw->brw_screen->pci_id)) {
GLuint align_h = 2, align_w = 4;
GLuint level;
GLuint x = 0;