qt6-bb10/src/gui
Tor Arne Vestbø c998200282 Don't build or use qt_convert_rgb888_to_rgb32_neon on ARM64/AArch64
The assembly code doesn't build on that architecture yet:

    qimage_neon.cpp:78:17: error: vector register expected
                "vld3.8     { d0, d1, d2 }, [%[SRC]] !\n\t"
                ^
    <inline asm>:1:15: note: instantiated into assembly here
        vld3.8     { d0, d1, d2 }, [x1] !
                     ^
    qimage_neon.cpp:78:57: error: unrecognized instruction mnemonic
                "vld3.8     { d0, d1, d2 }, [%[SRC]] !\n\t"
                                                        ^
    <inline asm>:2:2: note: instantiated into assembly here
        vswp d0, d2
        ^
    qimage_neon.cpp:79:31: error: vector register expected
                "vswp d0, d2\n\t"
                              ^
    <inline asm>:3:15: note: instantiated into assembly here
        vst4.8     { d0, d1, d2, d3 }, [x8,:64] !
                     ^

Change-Id: I8fe93b3940d971c0aed5973fe6e1a5e2f362df3c
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2014-11-03 18:17:35 +01:00
..
accessible Add searchEdit as accessible state 2014-10-25 18:30:08 +02:00
animation Update license headers and add new license files 2014-09-24 12:26:19 +02:00
doc Doc: Use title case in section1 titles 2014-09-30 13:52:51 +02:00
image Don't build or use qt_convert_rgb888_to_rgb32_neon on ARM64/AArch64 2014-11-03 18:17:35 +01:00
itemmodels Update license headers and add new license files 2014-09-24 12:26:19 +02:00
kernel QShapedPixmapWindow: do not leak the backing store 2014-10-31 06:15:32 +01:00
math3d Update license headers and add new license files 2014-09-24 12:26:19 +02:00
opengl Do not parent the shader program to the QOpenGLContext 2014-10-23 18:13:12 +02:00
painting Fix printing of semitransparent images to PDF 2014-10-24 08:19:08 +02:00
text Fix justification in multi fontengine glyphruns 2014-10-28 21:03:39 +01:00
util Adjust the layout if a QGraphicsWidget is explicitly hidden 2014-10-23 07:17:50 +02:00
Qt5GuiConfigExtras.cmake.in CMake: Don't check the existence of GL files in the Qt5Gui package. 2014-07-16 11:43:45 +02:00
QtGui.dynlist Add dynlist file for QtGui 2013-03-18 17:11:04 +01:00
gui.pro deprecate import_qpa_plugin and qpa_minimal_plugin 2014-04-24 10:45:55 +02:00