Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QScreen.createSurface() and custom QWSWindowSurface issue
Forum Updated to NodeBB v4.3 + New Features

QScreen.createSurface() and custom QWSWindowSurface issue

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 797 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kaz13
    wrote on last edited by
    #1

    Hello everyone,
    I am using Qt4.8.6 and using custom video driver to do rendering on PowerPC platform.
    I read and followed the section on how to add grafix driver: http://qt-project.org/doc/qt-4.8/qws-svgalib.html
    and used svga example: http://qt-project.org/doc/qt-4.8/qws-svgalib.html but I am having problems actually utilizing Surface painting mechanism, in other words, when my custom QScreen class createSurface(key) is called it never receives the key of my custom surface.

    The driver is implemented and is functional, and i proved it by not utilizing Custom surface but just using blit() function within the screen where it is flipping the image directly to the driver memory.

    I am trying to use surface class to optimize surface rendering to minimize duplicate memory copying and directly draw the image on the video driver buffer.
    Any help is really appreciated.
    Thanks.
    Tim

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      For such a low level question, you should rather go to the interest mailing list and/or the #qt IRC channel. You'll find there Qt's developers/maintainers (this forum is more user oriented)

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved