<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:shuo.wang@intel.com" title="shuo.wang@intel.com">shuo.wang@intel.com</a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - [SNB+]Ogles2conform ES2-CTS.gtf.GL2ExtensionTests.egl_image_external.TestSimple fails"
href="https://bugs.freedesktop.org/show_bug.cgi?id=89870">bug 89870</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>shuo.wang@intel.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [SNB+]Ogles2conform ES2-CTS.gtf.GL2ExtensionTests.egl_image_external.TestSimple fails"
href="https://bugs.freedesktop.org/show_bug.cgi?id=89870#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [SNB+]Ogles2conform ES2-CTS.gtf.GL2ExtensionTests.egl_image_external.TestSimple fails"
href="https://bugs.freedesktop.org/show_bug.cgi?id=89870">bug 89870</a>
from <span class="vcard"><a class="email" href="mailto:shuo.wang@intel.com" title="shuo.wang@intel.com">shuo.wang@intel.com</a>
</span></b>
<pre>Created <span class=""><a href="attachment.cgi?id=114824" name="attach_114824" title="Patch for mesa which is used to fix this issue">attachment 114824</a> <a href="attachment.cgi?id=114824&action=edit" title="Patch for mesa which is used to fix this issue">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=89870&attachment=114824'>[review]</a>
Patch for mesa which is used to fix this issue
glEGLImageTargetTexture2DOES(enum target, eglImageOES image) is used to setup
texture. And the target should be GL_TEXTURE_EXTERNAL_OES, image should be the
handle of a valid EGLImage resource, cast into the type
eglImageOES.(<a href="https://www.khronos.org/registry/gles/extensions/OES/OES_EGL_image_external.txt">https://www.khronos.org/registry/gles/extensions/OES/OES_EGL_image_external.txt</a>)
The test case have already followed the spec.
But in mesa, there is a token image->dma_buf_imported which is used as
judgement of glEGLImageTargetTexture2DOES. The default value of this variable
is false, and never changed during eglCreateImageKHR which is used to generate
image.
So I think maybe the token image->dma_buf_imported should not be the judgement
of glEGLImageTargetTexture2DOES, or we need update it in eglCreateImageKHR.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>