~saviq/qtubuntu/revert-occlude-lp1620297

« back to all changes in this revision

Viewing changes to README

  • Committer: Bileto Bot
  • Author(s): Gerry Boland
  • Date: 2016-08-09 23:00:16 UTC
  • mfrom: (328.3.4 eglconvenience-retry)
  • Revision ID: ci-train-bot@canonical.com-20160809230016-nutnvedrejhvzrdc
Reapply rev 324 plus fix: EGL convenience, plus workaround for hybris not supporting GLESv3. (LP: #1507817, #1594198)

Approved by: Daniel d'Andrada, Unity8 CI Bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    $ qmlscene -platform ubuntumirclient Foo.qml
24
24
    $ QT_QPA_PLATFORM=ubuntumirclient qmlscene Foo.qml
25
25
 
26
 
  The QPA plugins expose the following environment variables:
27
 
 
28
 
    QTUBUNTU_SWAPINTERVAL: Specifies the required swap interval as an
29
 
                           integer. 1 by default.
30
 
 
31
 
    QTUBUNTU_MULTISAMPLE: Enables multisampling with using 4 samples
32
 
                          per fragment.
 
26
  This QPA plugin exposes the following environment variables:
 
27
 
 
28
    QT_QPA_EGLFS_SWAPINTERVAL: Specifies the required swap interval as an
 
29
                               integer. 1 by default.
33
30
 
34
31
    QTUBUNTU_NO_THREADED_OPENGL: Disables QtQuick threaded OpenGL
35
32
                                 rendering.
51
48
  * ubuntumirclient.swapBuffers - Messages related to surface buffer swapping.
52
49
  * ubuntumirclient             - For all other messages.
53
50
 
 
51
  The QT_QPA_EGLFS_DEBUG environment variable prints a little more information
 
52
  from Qt's internals.
54
53
 
55
54
4. Building
56
55
-----------