<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 --- - Feature request: implement wglMakeContextCurrentARB in Gallium"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=61455">61455</a>
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Feature request: implement wglMakeContextCurrentARB in Gallium
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

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

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

        <tr>
          <th>Reporter</th>
          <td>keith.kriewall@attachmate.com
          </td>
        </tr>

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

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

        <tr>
          <th>Version</th>
          <td>9.0
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Mesa core
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Please implement wglMakeContextCurrentARB in the Gallium state-tracker.

The declaration would be at:

  /gallium/state_trackers/wgl/stw_getprocaddress.c
    stw_extension_entries[] :
      /* WGL_ARB_make_current_read */
      STW_EXTENSION_ENTRY( wglMakeContextCurrentARB ),

We have a need for support of glXMakeContextCurrent in the Gallium software
renderers (softpipe and/or llvmpipe).

Specification docs:

(GLX 1.3, GL 1.2)
<a href="http://www.opengl.org/sdk/docs/man2/xhtml/glXMakeContextCurrent.xml">http://www.opengl.org/sdk/docs/man2/xhtml/glXMakeContextCurrent.xml</a>

(WGL)
<a href="http://www.opengl.org/registry/specs/ARB/wgl_make_current_read.txt">http://www.opengl.org/registry/specs/ARB/wgl_make_current_read.txt</a></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>