<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Please expose OES_texture_float and OES_texture_half_float on the ES3 context"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=74329">74329</a>
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>dri-devel@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Please expose OES_texture_float and OES_texture_half_float on the ES3 context
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>minor
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>org.freedesktop@io7m.com
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>10.0
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Drivers/DRI/R600
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Hello.

Original discussion on mailing list:

<a href="http://lists.freedesktop.org/archives/mesa-users/2014-February/000761.html">http://lists.freedesktop.org/archives/mesa-users/2014-February/000761.html</a>

Essentially, for the purposes of testing code in an ES3 context as it would be
run on an ES2 context (that is, taking the paths the code would take based on
the extensions present on ES2), it would be nice if the ES3 context exposed
OES_texture_float and OES_texture_half_float.

The current ES3 context on this hardware exposes GL_EXT_texture_rg and
GL_EXT_color_buffer_float, and can therefore definitely support
OES_texture_float and OES_texture_half_float. All that would (apparently) be
required would be for floating point textures to be specified in an ES2
compatible manner (with format and internalformat set to GL_RED|GL_RG, and type
set to GL_FLOAT).</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>