Re: [Development] Qt 'minimal' platform no rendering alpha/opacity.

2015-04-23 Thread Agocs Laszlo
PM To: Sean Harmer Cc: development@qt-project.org Subject: Re: [Development] Qt 'minimal' platform no rendering alpha/opacity. Sean, I took a look at the example, and this all looks good. However, I think my platform will still grab a handle to the framebuffer. I will be using an i.MX6 device

Re: [Development] Qt 'minimal' platform no rendering alpha/opacity.

2015-04-23 Thread Paul Knopf
Sean, I took a look at the example, and this all looks good. However, I think my platform will still grab a handle to the framebuffer. I will be using an i.MX6 device, and the configuration would use the following EGLFS hook.

Re: [Development] Qt 'minimal' platform no rendering alpha/opacity.

2015-04-20 Thread Paul Knopf
theonlylawisl...@gmail.com Date: Friday 17 April 2015 17:45 To: Agocs Laszlo laszlo.ag...@theqtcompany.com Cc: development@qt-project.org development@qt-project.org Subject: Re: [Development] Qt 'minimal' platform no rendering alpha/opacity. What do you mean when you say compositor? Are you

Re: [Development] Qt 'minimal' platform no rendering alpha/opacity.

2015-04-20 Thread Sean Harmer
On 20/04/2015 08:25, Paul Knopf wrote: Thanks a lot! This worked. I now have a valid alpha component that I can send to my hard vendors API for FPGA video overlay. With this said, I would REALLY like to support OpenGL (for Qt Quick 2/qml). Here is an image http://i.imgur.com/hhlcbb9.jpg of

Re: [Development] Qt 'minimal' platform no rendering alpha/opacity.

2015-04-18 Thread Agocs Laszlo
-project.orgmailto:development@qt-project.org Subject: Re: [Development] Qt 'minimal' platform no rendering alpha/opacity. What do you mean when you say compositor? Are you referring to a window system? Is this something that is possible to implement with the minimal project? What would have to change? I have need

[Development] Qt 'minimal' platform no rendering alpha/opacity.

2015-04-17 Thread Paul Knopf
I am testing the 'minimal' platform (mine is based off of it), and it seems that is doesn't render the alpha channel (setting opacity). Here is a gist https://gist.github.com/anonymous/544e84fbcde5022a6878 of my main function testing the opacity. The saved images seems to have a tan background

Re: [Development] Qt 'minimal' platform no rendering alpha/opacity.

2015-04-17 Thread Agocs Laszlo
-project.orgmailto:development@qt-project.org Subject: [Development] Qt 'minimal' platform no rendering alpha/opacity. I am testing the 'minimal' platform (mine is based off of it), and it seems that is doesn't render the alpha channel (setting opacity). Here is a gisthttps://gist.github.com/anonymous

Re: [Development] Qt 'minimal' platform no rendering alpha/opacity.

2015-04-17 Thread Paul Knopf
From: Paul Knopf theonlylawisl...@gmail.com Date: Friday 17 April 2015 16:20 To: development@qt-project.org development@qt-project.org Subject: [Development] Qt 'minimal' platform no rendering alpha/opacity. I am testing the 'minimal' platform (mine is based off of it), and it seems