[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mesa3d-dev
Subject:    [Mesa-dev] [Bug 62922] New: [softpipe] piglit arb_seamless_cubemap regression
From:       bugzilla-daemon () freedesktop ! org
Date:       2013-03-30 3:49:27
Message-ID: bug-62922-598 () http ! bugs ! freedesktop ! org/
[Download RAW message or body]

--1364615367.D7cE20.13923
Date: Sat, 30 Mar 2013 03:49:27 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

https://bugs.freedesktop.org/show_bug.cgi?id=62922

          Priority: medium
            Bug ID: 62922
          Keywords: regression
                CC: jfonseca@vmware.com
          Assignee: mesa-dev@lists.freedesktop.org
           Summary: [softpipe] piglit arb_seamless_cubemap regression
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter: vlee@freedesktop.org
          Hardware: x86-64 (AMD64)
            Status: NEW
           Version: git
         Component: Other
           Product: Mesa

mesa: c34bbe110d1e562b1594a9a4f2e83a2ab5630036 (master)

$ ./bin/arb_seamless_cubemap -auto
Probe at (80,20)
  Expected: 0.500000 0.000000 0.500000
  Observed: 1.000000 0.000000 0.000000
Probe at (110,20)
  Expected: 0.500000 0.000000 0.500000
  Observed: 0.000000 0.000000 1.000000
PIGLIT: {'result': 'fail' }

6a3d77e13dbae17000e35ce16023532200e68d09 is the first bad commit
commit 6a3d77e13dbae17000e35ce16023532200e68d09
Author: José Fonseca <jfonseca@vmware.com>
Date:   Thu Mar 14 11:44:21 2013 +0000

    softpipe: Shrink context size.

    - each softpipe_tex_tile_cache 50*64*64*4*4 = 3,276,800 bytes
    - each softpipe_context has 3*32 softpipe_tex_tile_cache, i.e, each
softpipe
      context is 314,572,800 bytes, i.e, 300MB

    That is, in a 32bits process (around 3GB virtual memory max), we can
    only fit 10 contexts.

    This change is a short-term hack to shrink the context size.  Longer
    term we'll need to change how the texture cache works.

    Reviewed-by: Brian Paul <brianp@vmware.com>

:040000 040000 64ff15d9847673c6545754f29cba7bcbdd4be457
727f8e3f8b282c58978ca3c4a9d637ebc4f7f21e M    src
bisect run success

-- 
You are receiving this mail because:
You are the assignee for the bug.

--1364615367.D7cE20.13923
Date: Sat, 30 Mar 2013 03:49:27 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<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 --- - [softpipe] piglit arb_seamless_cubemap regression"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=62922">62922</a>
          </td>
        </tr>

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

        <tr>
          <th>CC</th>
          <td>jfonseca&#64;vmware.com
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>mesa-dev&#64;lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[softpipe] piglit arb_seamless_cubemap regression
          </td>
        </tr>

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

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

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

        <tr>
          <th>Reporter</th>
          <td>vlee&#64;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>Other
          </td>
        </tr>

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

$ ./bin/arb_seamless_cubemap -auto
Probe at (80,20)
  Expected: 0.500000 0.000000 0.500000
  Observed: 1.000000 0.000000 0.000000
Probe at (110,20)
  Expected: 0.500000 0.000000 0.500000
  Observed: 0.000000 0.000000 1.000000
PIGLIT: {'result': 'fail' }

6a3d77e13dbae17000e35ce16023532200e68d09 is the first bad commit
commit 6a3d77e13dbae17000e35ce16023532200e68d09
Author: José Fonseca &lt;<a href="mailto:jfonseca&#64;vmware.com">jfonseca&#64;vmware.com</a>&gt;
Date:   Thu Mar 14 11:44:21 2013 +0000

    softpipe: Shrink context size.

    - each softpipe_tex_tile_cache 50*64*64*4*4 = 3,276,800 bytes
    - each softpipe_context has 3*32 softpipe_tex_tile_cache, i.e, each
softpipe
      context is 314,572,800 bytes, i.e, 300MB

    That is, in a 32bits process (around 3GB virtual memory max), we can
    only fit 10 contexts.

    This change is a short-term hack to shrink the context size.  Longer
    term we'll need to change how the texture cache works.

    Reviewed-by: Brian Paul &lt;<a href="mailto:brianp&#64;vmware.com">brianp&#64;vmware.com</a>&gt;

:040000 040000 64ff15d9847673c6545754f29cba7bcbdd4be457
727f8e3f8b282c58978ca3c4a9d637ebc4f7f21e M    src
bisect run success</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>

--1364615367.D7cE20.13923--


_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic