[Mesa-dev] [Bug 96221] nir/nir_lower_tex.c:202: error: unknown field ‘f32’ specified in initializer

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu May 26 03:50:36 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=96221

            Bug ID: 96221
           Summary: nir/nir_lower_tex.c:202: error: unknown field ‘f32’
                    specified in initializer
           Product: Mesa
           Version: git
          Hardware: x86 (IA32)
                OS: Linux (All)
            Status: NEW
          Keywords: bisected, regression
          Severity: normal
          Priority: medium
         Component: Mesa core
          Assignee: mesa-dev at lists.freedesktop.org
          Reporter: vlee at freedesktop.org
        QA Contact: mesa-dev at lists.freedesktop.org
                CC: jason at jlekstrand.net, jljusten at gmail.com,
                    krh at bitplanet.net

mesa: 5b2675093e863a52b610f112884ae12d42513770 (master 11.3.0-devel)

$ gcc --version
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-17)
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

  CC     nir/nir_libnir_la-nir_lower_tex.lo
nir/nir_lower_tex.c: In function ‘convert_yuv_to_rgb’:
nir/nir_lower_tex.c:202: error: unknown field ‘f32’ specified in initializer
nir/nir_lower_tex.c:202: warning: missing braces around initializer
nir/nir_lower_tex.c:202: warning: (near initialization for
‘m[0].<anonymous>.f32’)
nir/nir_lower_tex.c:203: error: unknown field ‘f32’ specified in initializer
nir/nir_lower_tex.c:204: error: unknown field ‘f32’ specified in initializer

commit a41b57679fd659dda1b6df3286b34c13cac7811a
Author: Kristian Høgsberg Kristensen <kristian.h.kristensen at intel.com>
Date:   Sun May 1 21:13:37 2016 -0700

    nir: Add a lowering pass for YUV textures

    This lowers sampling from YUV textures to 1) one or more texture
    instructions to sample each plane and 2) color space conversion to RGB.

    Reviewed-by: Jordan Justen <jordan.l.justen at intel.com>
    Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160526/8bc88487/attachment.html>


More information about the mesa-dev mailing list