<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [KMS] fbo_firecube broken on rv280 and current mesa"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=27704#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [KMS] fbo_firecube broken on rv280 and current mesa"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=27704">bug 27704</a>
              from <span class="vcard"><a class="email" href="mailto:smoki00790@gmail.com" title="smoki <smoki00790@gmail.com>"> <span class="fn">smoki</span></a>
</span></b>
        <pre>On Fri, Jan 11, 2013 at 6:37 AM, smoki <smoki00790 at gmail.com> wrote:
<span class="quote">> Piglit passes more fbo tests on rv280, 14/28 before and now 28/33.
> Also should fix bug:
> <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [KMS] fbo_firecube broken on rv280 and current mesa"
   href="show_bug.cgi?id=27704">https://bugs.freedesktop.org/show_bug.cgi?id=27704</a></span >

Does this regress anything in piglit?  It's been a while since I
looked at this code, I think the issue may be that r1xx/r2xx asics
only support ARGB render buffers while the texture hardware supports
both ARGB and RGBA formats so you may run into cases where you can
texture from a buffer, but can't render to it, at least not without an
intermediate blit to convert the format first.

Alex

-----------------------------------------------------------------------

 I am not member on the mesa dev list, so to quick answer here :).

 No, no regress in piglit i've seen at all, only better... i even played whole
Drawn 2 game: 
 <a href="http://www.drawngame.com/games/dark-flight">http://www.drawngame.com/games/dark-flight</a>
under wine in OpenGL mode, it works perfectly now, needs culling under fbo
which is fixed now and this fix to display text and so works exactly the same
as with nvidia on Windows. 

 It can further pass 2 more test in piglit if those are ported from intel:

 fbo-nodepth-test

<a href="http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d4f2daefabdc4ca1dd778a9265475c65ef52936">http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d4f2daefabdc4ca1dd778a9265475c65ef52936</a>

 i've tried that one and it pass and maybe this for fbo-cubemap - but not
tried: 


<a href="http://cgit.freedesktop.org/mesa/mesa/commit/?id=80513ec8b4c812b9c6249cc5824337a5f04ab34c">http://cgit.freedesktop.org/mesa/mesa/commit/?id=80513ec8b4c812b9c6249cc5824337a5f04ab34c</a>

 Now i checked supertuxkart game, it has some problems with alpha in XRGB8888
format. Under non-fbo mode kart model have black background, and under fbo
models are transparent. I fixed it for non fbo case with
R200_TXFORMAT_ALPHA_IN_MAP for XRGB8888 also in r200_blit, but don't know where
is this format controled for fbos?  I mentoioned this because text is slightly
transparent also in that Drawn game, it only works with with fbo extension in
opengl mode, i guess that needs the same fix for XRGB8888 format to expect
alpha under fbo, etc... But OK that can be another bug :).</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>