~gerboland/qtubuntu/graphics-logging-category

« back to all changes in this revision

Viewing changes to README

  • Committer: Bileto Bot
  • Author(s): Gerry Boland
  • Date: 2016-06-14 08:33:44 UTC
  • mfrom: (316.4.25 adopt-more-eglconvenience2)
  • Revision ID: ci-train-bot@canonical.com-20160614083344-8hi0fudgq8cszo6b
Convert UbuntuOpenGLContext to use QEGLPlatformContext, and allow clients to customize chosen GLConfig (LP: #1507817, #1549455)

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
-----------