<?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のトピックUYVY support GPU</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/UYVY-support-GPU/m-p/1239555#M170301</link>
    <description>&lt;P&gt;Hi NXP Support community,&lt;/P&gt;&lt;P&gt;I am working with the I.MX6Q processor. I wish to create a texture in UYVY format using the Vivante extension GL_VIV_direct_texture.&lt;BR /&gt;I am able to load RGBA format data without issues but am having issues with UYVY format.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/i.MX_Graphics_User's_Guide_Linux.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/user-guide/i.MX_Graphics_User's_Guide_Linux.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Chapter 3.4 in the user guide suggest that UYVY format is supported.&lt;BR /&gt;Here is the list of supported extensions returned by EGLquerystring() in my application.&lt;/P&gt;&lt;P&gt;EGL: Extensions=EGL_KHR_fence_sync EGL_KHR_reusable_sync EGL_KHR_wait_sync EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_EXT_image_dma_buf_import EGL_KHR_lock_surface EGL_KHR_create_context EGL_KHR_surfaceless_context EGL_EXT_buffer_age EGL_KHR_partial_update EGL_EXT_image_dma_buf_import_modifiers&lt;/P&gt;&lt;P&gt;I also tried to set the config parameters using &lt;A href="https://www.khronos.org/registry/EGL/extensions/EXT/EGL_EXT_yuv_surface.txt" target="_blank"&gt;https://www.khronos.org/registry/EGL/extensions/EXT/EGL_EXT_yuv_surface.txt&lt;/A&gt; as a reference but my application fails with a BAD_ATTRIBUTE error.&lt;BR /&gt;Is UYVY format supported? Is there a specific extension that my application needs to use to be able to load UYVY pixel data into the texture? Is there a sample reference code on how to load UYVY data into the texture?&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;BR /&gt;Deepika&lt;/P&gt;</description>
    <pubDate>Wed, 03 Mar 2021 18:21:00 GMT</pubDate>
    <dc:creator>deepikar</dc:creator>
    <dc:date>2021-03-03T18:21:00Z</dc:date>
    <item>
      <title>UYVY support GPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/UYVY-support-GPU/m-p/1239555#M170301</link>
      <description>&lt;P&gt;Hi NXP Support community,&lt;/P&gt;&lt;P&gt;I am working with the I.MX6Q processor. I wish to create a texture in UYVY format using the Vivante extension GL_VIV_direct_texture.&lt;BR /&gt;I am able to load RGBA format data without issues but am having issues with UYVY format.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/i.MX_Graphics_User's_Guide_Linux.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/user-guide/i.MX_Graphics_User's_Guide_Linux.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Chapter 3.4 in the user guide suggest that UYVY format is supported.&lt;BR /&gt;Here is the list of supported extensions returned by EGLquerystring() in my application.&lt;/P&gt;&lt;P&gt;EGL: Extensions=EGL_KHR_fence_sync EGL_KHR_reusable_sync EGL_KHR_wait_sync EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_EXT_image_dma_buf_import EGL_KHR_lock_surface EGL_KHR_create_context EGL_KHR_surfaceless_context EGL_EXT_buffer_age EGL_KHR_partial_update EGL_EXT_image_dma_buf_import_modifiers&lt;/P&gt;&lt;P&gt;I also tried to set the config parameters using &lt;A href="https://www.khronos.org/registry/EGL/extensions/EXT/EGL_EXT_yuv_surface.txt" target="_blank"&gt;https://www.khronos.org/registry/EGL/extensions/EXT/EGL_EXT_yuv_surface.txt&lt;/A&gt; as a reference but my application fails with a BAD_ATTRIBUTE error.&lt;BR /&gt;Is UYVY format supported? Is there a specific extension that my application needs to use to be able to load UYVY pixel data into the texture? Is there a sample reference code on how to load UYVY data into the texture?&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;BR /&gt;Deepika&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 18:21:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/UYVY-support-GPU/m-p/1239555#M170301</guid>
      <dc:creator>deepikar</dc:creator>
      <dc:date>2021-03-03T18:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: UYVY support GPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/UYVY-support-GPU/m-p/1241792#M170500</link>
      <description>&lt;P&gt;Hello deepikar,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;UYVY is supported, please send your code in order to check where is the issue?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 14:09:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/UYVY-support-GPU/m-p/1241792#M170500</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2021-03-08T14:09:34Z</dc:date>
    </item>
  </channel>
</rss>

