On 12/10/2015 02:10 PM, Ilia Mirkin wrote:
On Thu, Dec 10, 2015 at 4:08 PM, Brian Paul <[email protected]> wrote:
diff --git a/src/gallium/auxiliary/cso_cache/cso_context.c
b/src/gallium/auxiliary/cso_cache/cso_context.c
index 6b29b20..5db3d20 100644
--- a/src/gallium/auxiliary/cso_cache/cso_context.c
+++ b/src/gallium/auxiliary/cso_cache/cso_context.c
@@ -61,6 +61,16 @@ struct sampler_info
};
+/**
+ * Per-shader sampler view information.
+ */
+struct sampler_view_info
+{
+ struct pipe_sampler_view *views[PIPE_MAX_SAMPLERS];
Should this be PIPE_MAX_SHADER_SAMPLER_VIEWS ?
Yes, thanks. v2 coming.
-Brian
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev