summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0/nvc0_context.h
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2016-02-13 22:14:02 -0500
committerIlia Mirkin <imirkin@alum.mit.edu>2016-02-16 18:20:10 -0500
commit1d1ddfe5f887980acfb1283cf1c0b1240b3a60a6 (patch)
tree4a9ec050a8005a1f534319b7a5def30a65c3bbc5 /src/gallium/drivers/nouveau/nvc0/nvc0_context.h
parentd49307435a6c6999dcff6aea60e528f54722cd46 (diff)
downloadexternal_mesa3d-1d1ddfe5f887980acfb1283cf1c0b1240b3a60a6.zip
external_mesa3d-1d1ddfe5f887980acfb1283cf1c0b1240b3a60a6.tar.gz
external_mesa3d-1d1ddfe5f887980acfb1283cf1c0b1240b3a60a6.tar.bz2
nv50,nvc0: enable/disable seamless cubemap texturing as requested
In a situation where the seamless setting isn't available on a per-texture basis (G200+ Teslas, and all Fermis), assume that all samplers will have it identically set, and enable accordingly. This fixes arb_seamless_cubemap piglit test on Fermi and Tesla. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Diffstat (limited to 'src/gallium/drivers/nouveau/nvc0/nvc0_context.h')
-rw-r--r--src/gallium/drivers/nouveau/nvc0/nvc0_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_context.h b/src/gallium/drivers/nouveau/nvc0/nvc0_context.h
index b3a55e8..191aa3c 100644
--- a/src/gallium/drivers/nouveau/nvc0/nvc0_context.h
+++ b/src/gallium/drivers/nouveau/nvc0/nvc0_context.h
@@ -157,6 +157,7 @@ struct nvc0_context {
struct nv50_tsc_entry *samplers[6][PIPE_MAX_SAMPLERS];
unsigned num_samplers[6];
uint16_t samplers_dirty[6];
+ bool seamless_cube_map;
uint32_t tex_handles[6][PIPE_MAX_SAMPLERS]; /* for nve4 */