qt6-bb10/src/3rdparty
Miikka Heikkinen 85e9ba4958 Fix black screen after minimizing OpenGL window with ANGLE
CreateTexture will fail on zero dimensions, so just release old target
and reset dimensions when resetSwapChain is called with zero size area.

Task-number: QTBUG-27994
Change-Id: I1e500c4fd4b92f7d9ea2a49a44f3fb930b575cd1
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
2012-11-20 14:13:07 +01:00
..
angle Fix black screen after minimizing OpenGL window with ANGLE 2012-11-20 14:13:07 +01:00
atspi2 Accessibility Linux: Do not depend on external libatspi2 2012-11-08 16:59:50 +01:00
des
easing
freetype Fix freetype font rendering for Windows CE 2012-08-20 12:25:03 +02:00
harfbuzz QTextBoundaryFinder: Introduce BoundaryReason::MandatoryBreak flag 2012-10-10 13:26:13 +02:00
iaccessible2 exclude 3rdparty from lupdate 2012-11-20 14:13:07 +01:00
libjpeg
libpng
md4
md5
pcre Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
pixman
rfc6234
sha1 Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
sqlite Remove Linux check for fdatasync(). 2012-05-03 16:11:58 +02:00
wintab
xcb Add configure option to minimize xcb runtime dependencies 2012-11-07 16:55:50 +01:00
zlib remove usage of QT_MAKEDLL in favor of the new QT_STATIC macro 2012-09-14 15:23:15 +02:00
.gitattributes
README
libjpeg.pri exclude 3rdparty from lupdate 2012-11-20 14:13:07 +01:00
libpng.pri exclude 3rdparty from lupdate 2012-11-20 14:13:07 +01:00
pcre.pri exclude 3rdparty from lupdate 2012-11-20 14:13:07 +01:00
sqlite.pri exclude 3rdparty from lupdate 2012-11-20 14:13:07 +01:00
zlib.pri exclude 3rdparty from lupdate 2012-11-20 14:13:07 +01:00
zlib_dependency.pri make it possible to pass configure zlib lib name 2012-08-21 11:05:20 +02:00

README

The libraries included here are the original packages, unpacked, and
with their version number removed from the directory name (for version
information, see the README files in the directories).

Certain files and subdirectories of the original library packages that
are irrelevant to Qt may not be included here. Typically, those are
the standalone library configuration and make files, tools, test
files, contribs, documentation, and similar.

Patches may have been applied, typically for configuration and build
issues in the Qt framework. Such patches can be reviewed in the the
public git repository; they will appear in the commit logs of each
library directory, following the latest clean version update commit.

The 'patches' subdirectory contains certain patches applied prior to
the start of the public git history, where the library has not been
updated since.