<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 --- - meta_blit.c(97) : error C2059: syntax error : '['"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=75344">75344</a>
          </td>
        </tr>

        <tr>
          <th>Keywords</th>
          <td>regression
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>eric@anholt.net, kenneth@whitecape.org
          </td>
        </tr>

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

        <tr>
          <th>Summary</th>
          <td>meta_blit.c(97) : error C2059: syntax error : '['
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>blocker
          </td>
        </tr>

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

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

        <tr>
          <th>Reporter</th>
          <td>vlee@freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>git
          </td>
        </tr>

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

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr></table>
      <p>
        <div>
        <pre>mesa: c2ebbe2728cd709029313f4b9c9cc53432c510a1 (master)

  Compiling src\mesa\drivers\common\meta.c ...
meta.c
src\mesa\drivers\common\meta.c(672) : warning C4244: 'function' : conversion
from 'GLuint' to 'GLfloat', possible loss of data
src\mesa\drivers\common\meta.c(1462) : warning C4244: 'function' : conversion
from 'GLclampd' to 'GLfloat', possible loss of data
src\mesa\drivers\common\meta.c(1653) : warning C4244: 'function' : conversion
from 'GLclampd' to 'GLfloat', possible loss of data
src\mesa\drivers\common\meta.c(2955) : warning C4244: 'function' : conversion
from 'GLsizei' to 'GLfloat', possible loss of data
src\mesa\drivers\common\meta.c(3273) : warning C4244: 'function' : conversion
from 'const GLint' to 'GLfloat', possible loss of data
  Compiling src\mesa\drivers\common\meta_blit.c ...
meta_blit.c
src\mesa\drivers\common\meta_blit.c(97) : error C2059: syntax error : '['
src\mesa\drivers\common\meta_blit.c(263) : error C2143: syntax error : missing
';' before 'type'
src\mesa\drivers\common\meta_blit.c(263) : error C2143: syntax error : missing
')' before 'type'
src\mesa\drivers\common\meta_blit.c(263) : error C2065: 'i' : undeclared
identifier
src\mesa\drivers\common\meta_blit.c(263) : warning C4552: '<' : operator has no
effect; expected operator with side-effect
src\mesa\drivers\common\meta_blit.c(263) : error C2059: syntax error : ')'
src\mesa\drivers\common\meta_blit.c(263) : error C2143: syntax error : missing
';' before '{'
src\mesa\drivers\common\meta_blit.c(266) : error C2065: 'i' : undeclared
identifier
src\mesa\drivers\common\meta_blit.c(271) : error C2143: syntax error : missing
';' before 'type'
src\mesa\drivers\common\meta_blit.c(271) : error C2143: syntax error : missing
')' before 'type'
src\mesa\drivers\common\meta_blit.c(271) : error C2065: 'step' : undeclared
identifier
src\mesa\drivers\common\meta_blit.c(271) : warning C4552: '<=' : operator has
no effect; expected operator with side-effect
src\mesa\drivers\common\meta_blit.c(271) : error C2059: syntax error : ')'
src\mesa\drivers\common\meta_blit.c(271) : error C2143: syntax error : missing
';' before '{'
src\mesa\drivers\common\meta_blit.c(272) : error C2143: syntax error : missing
';' before 'type'
src\mesa\drivers\common\meta_blit.c(272) : error C2143: syntax error : missing
')' before 'type'
src\mesa\drivers\common\meta_blit.c(272) : error C2065: 'i' : undeclared
identifier
src\mesa\drivers\common\meta_blit.c(272) : warning C4552: '<' : operator has no
effect; expected operator with side-effect
src\mesa\drivers\common\meta_blit.c(272) : error C2059: syntax error : ')'
src\mesa\drivers\common\meta_blit.c(272) : error C2065: 'step' : undeclared
identifier
src\mesa\drivers\common\meta_blit.c(272) : error C2143: syntax error : missing
';' before '{'
src\mesa\drivers\common\meta_blit.c(276) : error C2065: 'step' : undeclared
identifier
src\mesa\drivers\common\meta_blit.c(276) : error C2065: 'i' : undeclared
identifier
src\mesa\drivers\common\meta_blit.c(277) : error C2065: 'step' : undeclared
identifier
src\mesa\drivers\common\meta_blit.c(277) : error C2065: 'i' : undeclared
identifier
src\mesa\drivers\common\meta_blit.c(278) : error C2065: 'step' : undeclared
identifier
src\mesa\drivers\common\meta_blit.c(278) : error C2065: 'i' : undeclared
identifier
src\mesa\drivers\common\meta_blit.c(567) : warning C4244: 'function' :
conversion from 'const GLint' to 'GLfloat', possible loss of data
src\mesa\drivers\common\meta_blit.c(731) : warning C4244: 'function' :
conversion from 'const GLint' to 'GLfloat', possible loss of data
src\mesa\drivers\common\meta_blit.c(781) : warning C4244: 'function' :
conversion from 'const GLint' to 'GLfloat', possible loss of data


commit 7d2f73e73759d6508833d76181295cdd3e0588fe
Author: Eric Anholt <<a href="mailto:eric@anholt.net">eric@anholt.net</a>>
Date:   Fri Feb 7 14:00:31 2014 -0800

    meta: Add support for doing multisample resolves.

    Note that this doesn't handle GL_EXT_multisample_scaled_blit yet.  The
    i965 code for that extension bakes in knowledge of the sample positions
    (well, knowledge of the sample positions aligned to a lower-resolution
    grid), which we would have to do at runtime somehow for meta.

    Reviewed-by: Kenneth Graunke <<a href="mailto:kenneth@whitecape.org">kenneth@whitecape.org</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>