summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/nine/device9.h
diff options
context:
space:
mode:
authorAxel Davy <axel.davy@ens.fr>2015-01-24 12:02:04 +0100
committerAxel Davy <axel.davy@ens.fr>2015-02-06 00:07:19 +0100
commit2c54d154e86cd93caed527824166f468a6c24c70 (patch)
treee50e40a696e31b35ad548b1de9f7d11b9a00fdab /src/gallium/state_trackers/nine/device9.h
parent9ac74e604bbce3b24565a9c277dc8f8fe9826e97 (diff)
downloadexternal_mesa3d-2c54d154e86cd93caed527824166f468a6c24c70.zip
external_mesa3d-2c54d154e86cd93caed527824166f468a6c24c70.tar.gz
external_mesa3d-2c54d154e86cd93caed527824166f468a6c24c70.tar.bz2
st/nine: Dummy sampler should have a=1
Reviewed-by: Tiziano Bacocco <tizbac2@gmail.com> Signed-off-by: Axel Davy <axel.davy@ens.fr>
Diffstat (limited to 'src/gallium/state_trackers/nine/device9.h')
-rw-r--r--src/gallium/state_trackers/nine/device9.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/nine/device9.h b/src/gallium/state_trackers/nine/device9.h
index dc97ae7..54da9e3 100644
--- a/src/gallium/state_trackers/nine/device9.h
+++ b/src/gallium/state_trackers/nine/device9.h
@@ -82,6 +82,9 @@ struct NineDevice9
uint16_t max_vs_const_f;
uint16_t max_ps_const_f;
+ struct pipe_resource *dummy_texture;
+ struct pipe_sampler_view *dummy_sampler;
+
struct gen_mipmap_state *gen_mipmap;
struct {