<?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: i.MX6Q: Using DirectFB as backend for SDL</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Using-DirectFB-as-backend-for-SDL/m-p/190898#M9613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I never build SDL before, but I believe it will check for the GL libs automatically during its configuration, so, as you are cross-building it, just make sure to point your rootfs (with FSL GL libs) and the FSL GL libs will be used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jan 2013 12:59:02 GMT</pubDate>
    <dc:creator>andre_silva</dc:creator>
    <dc:date>2013-01-10T12:59:02Z</dc:date>
    <item>
      <title>i.MX6Q: Using DirectFB as backend for SDL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Using-DirectFB-as-backend-for-SDL/m-p/190893#M9608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to Linux Reference Manual DirectFB utilizes the Vivante GPU. If that's the case and I'm using SDL where DirectFB is the backend do I get the same hardware acceleration? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a special configuration that I need to pass to SDL for using the GPU?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 16:52:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Using-DirectFB-as-backend-for-SDL/m-p/190893#M9608</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2012-11-28T16:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6Q: Using DirectFB as backend for SDL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Using-DirectFB-as-backend-for-SDL/m-p/190894#M9609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;if you use the OpenGL libraries provided by freescale and the gpu driver correct loaded, it will be accelerated.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 18:50:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Using-DirectFB-as-backend-for-SDL/m-p/190894#M9609</guid>
      <dc:creator>andre_silva</dc:creator>
      <dc:date>2013-01-09T18:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6Q: Using DirectFB as backend for SDL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Using-DirectFB-as-backend-for-SDL/m-p/190895#M9610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andre,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't agree with you for 2 reasons:&lt;/P&gt;&lt;P&gt;1. OpenGL is too complicated to be used as a replacement for SDL. The software overhead (Source code complexity ) is not acceptable.&lt;/P&gt;&lt;P&gt;2. Using video freamebuffer as OpenGL texture overloads the processor. Even for i.MX6Q the CPU load is quite high. I have tested the application you posted on your blog and the CPU utilization is 25% for one video stream. In my application I need to play 16 video streams which is not achievable on i.MX6Q using your recommended method. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my opinion OpenGL is great tool for 3D graphics applications. If the main focus is to implement multimedia application "displaying video on flat windows and no 3D shapes" then OpenGL is a bad choice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 09:55:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Using-DirectFB-as-backend-for-SDL/m-p/190895#M9610</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2013-01-10T09:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6Q: Using DirectFB as backend for SDL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Using-DirectFB-as-backend-for-SDL/m-p/190896#M9611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, you didn´t get my point, what I meant, is that, you should build SDL, on top of our GL drivers, this is the only way to get it accelerated. Another thing, did you use the Vivante functions to write the texture data directly in the GPU Buffer ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 12:36:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Using-DirectFB-as-backend-for-SDL/m-p/190896#M9611</guid>
      <dc:creator>andre_silva</dc:creator>
      <dc:date>2013-01-10T12:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6Q: Using DirectFB as backend for SDL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Using-DirectFB-as-backend-for-SDL/m-p/190897#M9612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I'm using the Vivante functions to write the texture data directly in the GPU Buffer. In facet I have less buffer copying than your example. &lt;/P&gt;&lt;P&gt;This method is fine for small buffers&amp;nbsp; 160x120 only 3% CPU load. but when I used the Wildlife.avi file it's killing the processor.&lt;/P&gt;&lt;P&gt;Anyway I will not use OpenGL as it's too complicated for my application. I need something like SDL or DirectFB to display multiple YUV video buffers and One overlay RGBA GUI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I build SDL on top of your GL drivers?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 12:50:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Using-DirectFB-as-backend-for-SDL/m-p/190897#M9612</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2013-01-10T12:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6Q: Using DirectFB as backend for SDL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Using-DirectFB-as-backend-for-SDL/m-p/190898#M9613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I never build SDL before, but I believe it will check for the GL libs automatically during its configuration, so, as you are cross-building it, just make sure to point your rootfs (with FSL GL libs) and the FSL GL libs will be used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 12:59:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Using-DirectFB-as-backend-for-SDL/m-p/190898#M9613</guid>
      <dc:creator>andre_silva</dc:creator>
      <dc:date>2013-01-10T12:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6Q: Using DirectFB as backend for SDL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Using-DirectFB-as-backend-for-SDL/m-p/190899#M9614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I take it that the document "i.MX 6Dual/6Quad Linux Reference Manual, Rev. 12.09.01 (GA), 10/2012" is worng !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It says in chapter 10&amp;nbsp; paragraph 10.1.1 that DirectFB is GPU accelerated I quote from the document on page 81 :&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"DirectFB acceleration utilizes the Vivante GPU."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does that mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 14:19:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Using-DirectFB-as-backend-for-SDL/m-p/190899#M9614</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2013-01-10T14:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6Q: Using DirectFB as backend for SDL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Using-DirectFB-as-backend-for-SDL/m-p/190900#M9615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the confusion, if you run SDL on top of DirectFB, it will be accelerated, you just need to follow the DirectFB installation and then makes the SDL uses it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 14:39:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Using-DirectFB-as-backend-for-SDL/m-p/190900#M9615</guid>
      <dc:creator>andre_silva</dc:creator>
      <dc:date>2013-01-10T14:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6Q: Using DirectFB as backend for SDL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Using-DirectFB-as-backend-for-SDL/m-p/190901#M9616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone have luck compiling SDL with DirectFB??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got DirectFB compiled and its shared libs are on my rootfs but I am having trouble pointing SDL's configuration script to DirectFB.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 16:52:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6Q-Using-DirectFB-as-backend-for-SDL/m-p/190901#M9616</guid>
      <dc:creator>rebelalliance</dc:creator>
      <dc:date>2013-06-12T16:52:29Z</dc:date>
    </item>
  </channel>
</rss>

