<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: Problem using OpenGL in Qt Embedded Linux</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Problem-using-OpenGL-in-Qt-Embedded-Linux/m-p/184629#M8442</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will make a attempt! I need this as well..&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Eric Nelson said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/problem-using-opengl-in-qt-embedded-linux?groupUrl=imxqt&amp;amp;#4103961Comment77733"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Hi Pierre,&lt;/P&gt;&lt;P&gt;We'd like to support this effort and get an open source implementation available and will offer $500 and an i.MX6 Sabre Lite or Nitrogen6X to the first to implement and publish a Qt5 Embedded+OpenGL for i.MX5x or i.MX6x.&lt;/P&gt;&lt;P&gt;We can't let RPI have a lead on this front...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://labs.qt.nokia.com/2011/10/03/chasing-the-raspberry-pi-dragon-opengl-es2-accelerated-qt-pi/#comment-28782" rel="nofollow" target="_blank"&gt;http://labs.qt.nokia.com/2011/10/03/chasing-the-raspberry-pi-dragon...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contact us at mailto:info@boundarydevices.com if you need hardware or software support.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Aug 2012 08:41:27 GMT</pubDate>
    <dc:creator>micken</dc:creator>
    <dc:date>2012-08-03T08:41:27Z</dc:date>
    <item>
      <title>Problem using OpenGL in Qt Embedded Linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-using-OpenGL-in-Qt-Embedded-Linux/m-p/184618#M8431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys&lt;/P&gt;&lt;P&gt;After successfully building Qt Embedded Linux on my i.MX51 EVK board with LTIB, I got the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@freescale /usr/local/Trolltech/demos/embedded/fluidlauncher$ ./fluidlaunche&lt;BR /&gt;r -qws&lt;BR /&gt;QProcess::start: Process is already running&lt;BR /&gt;QGLContext::chooseContext(): The screen is not a QGLScreen&lt;BR /&gt;QEglContext::chooseConfig(): Could not find a suitable EGL configuration&lt;BR /&gt;Requested: "type=es2 rgba=1,1,1,0 surface-type=window"&lt;BR /&gt;Available:&lt;BR /&gt;"id=1 type=es1,es2,vg rgba=5,6,5,0 surface-type=window,pbuffer,vg-colorspace-linear,1061&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; caveat=none max-pbuffer-size=2048x2048 native-renderable=false&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; visual-id=0 visual-type=0 bind-texture=no-rgb,no-rgba&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; min-swap-interval=1 max-swap-interval=1 alpha-mask=8&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; conformant=true"&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;QGLContext::makeCurrent(): Cannot make invalid context current&lt;BR /&gt;QGLContext::makeCurrent(): Cannot make invalid context current&lt;BR /&gt;QGLShader: could not create shader&lt;BR /&gt;QGLShader: could not create shader&lt;BR /&gt;QGLShaderProgram: could not create shader program&lt;BR /&gt;Errors linking simple shader: ""&lt;BR /&gt;QGLShader: could not create shader&lt;BR /&gt;QGLShader: could not create shader&lt;BR /&gt;QGLShaderProgram: could not create shader program&lt;BR /&gt;Errors linking blit shader: ""&lt;BR /&gt;QGLContext::makeCurrent(): Cannot make invalid context current&lt;BR /&gt;QGLShader: could not create shader&lt;BR /&gt;QGLShader: could not create shader&lt;BR /&gt;QGLShaderProgram: could not create shader program&lt;BR /&gt;"Shader program failed to link,&amp;nbsp; Error Log:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&lt;BR /&gt;Process error:&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the qt demos Fluidlaucher and enabled OpenGL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there something wrong with my framebuffer settings?&lt;/P&gt;&lt;P&gt;root@freescale /usr/local/Trolltech/demos/embedded/fluidlauncher$ fbset&lt;BR /&gt;mode "800x480-58"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # D: 27.000 MHz, H: 29.348 kHz, V: 57.545 Hz&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; geometry 800 480 800 1440 16&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; timings 37037 40 60 10 10 20 10&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; rgba 5/11,6/5,5/0,0/0&lt;BR /&gt;endmode&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can somebody help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Luca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2011 00:17:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-using-OpenGL-in-Qt-Embedded-Linux/m-p/184618#M8431</guid>
      <dc:creator>bonil</dc:creator>
      <dc:date>2011-11-06T00:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using OpenGL in Qt Embedded Linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-using-OpenGL-in-Qt-Embedded-Linux/m-p/184619#M8432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Look at previous answers in tis group. But in short , you need a plugin to qt for doing qtgl&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2011 05:01:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-using-OpenGL-in-Qt-Embedded-Linux/m-p/184619#M8432</guid>
      <dc:creator>micken</dc:creator>
      <dc:date>2011-11-06T05:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using OpenGL in Qt Embedded Linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-using-OpenGL-in-Qt-Embedded-Linux/m-p/184620#M8433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should already be done. Here my Qt configuration output and attached the qt-embedded.spec file used from LTIB (I did a few modification to enable OpenGL) and the generated qmake.conf file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Qt configuration&lt;/P&gt;&lt;P&gt;Qt Embedded Linux WITH OpenGL / OpenVG&lt;BR /&gt;&lt;BR /&gt;Building on:&amp;nbsp;&amp;nbsp; qws/linux-x86-g++&lt;BR /&gt;Building for:&amp;nbsp; qws/linux-g++-mx&lt;BR /&gt;Architecture:&amp;nbsp; arm&lt;BR /&gt;Host architecture: i386&lt;BR /&gt;&lt;BR /&gt;qmake vars .......... cat: .qmake.vars: No such file or directory&lt;BR /&gt;qmake switches ...... &lt;BR /&gt;Build ............... libs examples demos docs translations&lt;BR /&gt;Configuration .......&amp;nbsp; cross_compile release shared dll embedded largefile stl precompile_header exceptions_off&amp;nbsp; minimal-config small-config medium-config large-config full-config phonon phonon-backend accessibility egl openvg opengl opengles2 embedded reduce_exports ipv6 clock-gettime clock-monotonic mremap getaddrinfo ipv6ifname getifaddrs inotify system-jpeg system-png png system-tiff system-freetype system-zlib nis glib gstreamer alsa multimedia svg webkit script scripttools release&lt;BR /&gt;Debug ............... no&lt;BR /&gt;Qt 3 compatibility .. no&lt;BR /&gt;QtDBus module ....... no&lt;BR /&gt;QtConcurrent code.... yes&lt;BR /&gt;QtScript module ..... yes&lt;BR /&gt;QtScriptTools module&amp;nbsp; yes&lt;BR /&gt;QtXmlPatterns module&amp;nbsp; no&lt;BR /&gt;Phonon module ....... yes&lt;BR /&gt;Multimedia module ... yes&lt;BR /&gt;SVG module .......... yes&lt;BR /&gt;WebKit module ....... yes&lt;BR /&gt;JavaScriptCore JIT .. To be decided by JavaScriptCore&lt;BR /&gt;Declarative module .. no&lt;BR /&gt;STL support ......... yes&lt;BR /&gt;PCH support ......... yes&lt;BR /&gt;MMX/3DNOW/SSE/SSE2..&amp;nbsp; no/no/no/no&lt;BR /&gt;iWMMXt support ...... no&lt;BR /&gt;IPv6 support ........ yes&lt;BR /&gt;IPv6 ifname support . yes&lt;BR /&gt;getaddrinfo support . yes&lt;BR /&gt;getifaddrs support .. yes&lt;BR /&gt;Accessibility ....... yes&lt;BR /&gt;NIS support ......... yes&lt;BR /&gt;CUPS support ........ no&lt;BR /&gt;Iconv support ....... no&lt;BR /&gt;Glib support ........ yes&lt;BR /&gt;GStreamer support ... yes&lt;BR /&gt;Large File support .. yes&lt;BR /&gt;GIF support ......... plugin&lt;BR /&gt;TIFF support ........ plugin (system)&lt;BR /&gt;JPEG support ........ plugin (system)&lt;BR /&gt;PNG support ......... yes (system)&lt;BR /&gt;MNG support ......... plugin (qt)&lt;BR /&gt;zlib support ........ system&lt;BR /&gt;Session management .. no&lt;BR /&gt;Embedded support .... arm&lt;BR /&gt;Freetype2 support ... auto (system)&lt;BR /&gt;Graphics (qt) ....... linuxfb multiscreen linuxfb&lt;BR /&gt;Graphics (plugin) ... &lt;BR /&gt;Decorations (qt) .... styled windows default&lt;BR /&gt;Decorations (plugin)&amp;nbsp; &lt;BR /&gt;Keyboard driver (qt). tty tty&lt;BR /&gt;Keyboard driver (plugin) &lt;BR /&gt;Mouse driver (qt) ... pc linuxtp tslib&lt;BR /&gt;Mouse driver (plugin) &lt;BR /&gt;OpenGL support ...... yes (OpenGL ES 2.x)&lt;BR /&gt;EGL support ......... yes &amp;lt;EGL/egl.h&amp;gt;&lt;BR /&gt;OpenVG support ...... yes&lt;BR /&gt;SQLite support ...... plugin (qt)&lt;BR /&gt;OpenSSL support ..... no &lt;BR /&gt;alsa support ........ yes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you see here an error? Or is there some varaible that I have to set on my board?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2011 11:12:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-using-OpenGL-in-Qt-Embedded-Linux/m-p/184620#M8433</guid>
      <dc:creator>bonil</dc:creator>
      <dc:date>2011-11-06T11:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using OpenGL in Qt Embedded Linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-using-OpenGL-in-Qt-Embedded-Linux/m-p/184621#M8434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same problem here.&lt;/P&gt;&lt;P&gt;Did you solve this puzzle yet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;Harald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 10:54:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-using-OpenGL-in-Qt-Embedded-Linux/m-p/184621#M8434</guid>
      <dc:creator>harald_krapfenb</dc:creator>
      <dc:date>2012-02-02T10:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using OpenGL in Qt Embedded Linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-using-OpenGL-in-Qt-Embedded-Linux/m-p/184622#M8435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I found out, the problem is related to the Linux-FB not being a QGLScreen for Qt. Therefore, one would need a QGLScreen implementation for i.MX5x's GPU, which is not implemented (Actually, there is just 1 reference implementation).&lt;/P&gt;&lt;P&gt;If you want to use OpenGL nevertheless, install X11 and use the Qt/X11 version. There, you can enable OpenGL.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Harald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 14:20:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-using-OpenGL-in-Qt-Embedded-Linux/m-p/184622#M8435</guid>
      <dc:creator>harald_krapfenb</dc:creator>
      <dc:date>2012-02-03T14:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using OpenGL in Qt Embedded Linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-using-OpenGL-in-Qt-Embedded-Linux/m-p/184623#M8436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We will just need the X11 libraries in the Worst Case.&lt;/P&gt;&lt;P&gt;Don't know, if we will need EGL 1.3/EGL 2.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards :: Krishna Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 09:41:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-using-OpenGL-in-Qt-Embedded-Linux/m-p/184623#M8436</guid>
      <dc:creator>KrishnaPavan</dc:creator>
      <dc:date>2012-02-29T09:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using OpenGL in Qt Embedded Linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-using-OpenGL-in-Qt-Embedded-Linux/m-p/184624#M8437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not EGL 2.0 actually, its EGL 1.4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 13:50:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-using-OpenGL-in-Qt-Embedded-Linux/m-p/184624#M8437</guid>
      <dc:creator>KrishnaPavan</dc:creator>
      <dc:date>2012-03-01T13:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using OpenGL in Qt Embedded Linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-using-OpenGL-in-Qt-Embedded-Linux/m-p/184626#M8439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which kind of plugin ? its name and version? please give us an answer in detail , thank you &amp;nbsp;all the time .&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Michael Grunditz said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/problem-using-opengl-in-qt-embedded-linux?groupUrl=imxqt&amp;amp;#4103961Comment42434"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;Look at previous answers in tis group. But in short , you need a plugin to qt for doing qtgl&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 02:30:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-using-OpenGL-in-Qt-Embedded-Linux/m-p/184626#M8439</guid>
      <dc:creator>lipeng1z</dc:creator>
      <dc:date>2012-05-02T02:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using OpenGL in Qt Embedded Linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-using-OpenGL-in-Qt-Embedded-Linux/m-p/184628#M8441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pierre,&lt;/P&gt;&lt;P&gt;We'd like to support this effort and get an open source implementation available and will offer $500 and an i.MX6 Sabre Lite or Nitrogen6X to the first to implement and publish a Qt5 Embedded+OpenGL for i.MX5x or i.MX6x.&lt;/P&gt;&lt;P&gt;We can't let RPI have a lead on this front...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://labs.qt.nokia.com/2011/10/03/chasing-the-raspberry-pi-dragon-opengl-es2-accelerated-qt-pi/#comment-28782" target="_blank"&gt;http://labs.qt.nokia.com/2011/10/03/chasing-the-raspberry-pi-dragon-opengl-es2-accelerated-qt-pi/#comment-28782&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contact us at mailto:info@boundarydevices.com if you need hardware or software support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 00:04:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-using-OpenGL-in-Qt-Embedded-Linux/m-p/184628#M8441</guid>
      <dc:creator>EricNelson</dc:creator>
      <dc:date>2012-08-03T00:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using OpenGL in Qt Embedded Linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-using-OpenGL-in-Qt-Embedded-Linux/m-p/184629#M8442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will make a attempt! I need this as well..&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Eric Nelson said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/problem-using-opengl-in-qt-embedded-linux?groupUrl=imxqt&amp;amp;#4103961Comment77733"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Hi Pierre,&lt;/P&gt;&lt;P&gt;We'd like to support this effort and get an open source implementation available and will offer $500 and an i.MX6 Sabre Lite or Nitrogen6X to the first to implement and publish a Qt5 Embedded+OpenGL for i.MX5x or i.MX6x.&lt;/P&gt;&lt;P&gt;We can't let RPI have a lead on this front...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://labs.qt.nokia.com/2011/10/03/chasing-the-raspberry-pi-dragon-opengl-es2-accelerated-qt-pi/#comment-28782" rel="nofollow" target="_blank"&gt;http://labs.qt.nokia.com/2011/10/03/chasing-the-raspberry-pi-dragon...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contact us at mailto:info@boundarydevices.com if you need hardware or software support.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 08:41:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-using-OpenGL-in-Qt-Embedded-Linux/m-p/184629#M8442</guid>
      <dc:creator>micken</dc:creator>
      <dc:date>2012-08-03T08:41:27Z</dc:date>
    </item>
  </channel>
</rss>

