On Wednesday, November 18, 2015 03:46:52 PM Ian Romanick wrote:
> From: Ian Romanick <ian.d.roman...@intel.com>
> 
> This is the NIR analog to GLSL IR ir_samples_identical.  However, the
> NIR has an extra source.  This is a fake sample index with a type
> nir_tex_src_ms_index.  This enables backends to (likely) share more code
> with the existing nir_texop_txf_ms implementation.
> 
> Signed-off-by: Ian Romanick <ian.d.roman...@intel.com>

The extra source is a little weird, but I see why you did it - it makes
it really easy to fall through to the existing code.  Seems okay.
Fortunately, none of this is baked in stone, so we can always change it
later if we really want :)

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to