All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 44757] New: one wrong triangle on the balls in foobillard
@ 2012-01-13 16:42 bugzilla-daemon
  2012-01-13 16:44 ` [Bug 44757] " bugzilla-daemon
  0 siblings, 1 reply; 2+ messages in thread
From: bugzilla-daemon @ 2012-01-13 16:42 UTC (permalink / raw)
  To: dri-devel

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

             Bug #: 44757
           Summary: one wrong triangle on the balls in foobillard
    Classification: Unclassified
           Product: Mesa
           Version: git
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Gallium/r600
        AssignedTo: dri-devel@lists.freedesktop.org
        ReportedBy: aaalmosss@gmail.com


The balls are rendered in two passes: the first one with the base image, and
the second one with a spheremap (the "shininess"). The second pass is wrong for
one triangle, it is too bright. It's always the same one, but the balls have
random rotation initially. I checked it with apitrace, and after the first pass
the framebuffer looks good, but not after the second pass (glCallList(21) draws
the ball).

It is not the same as bug 3267, because the spheremap is applied, but
incorrectly. There is a distance-based LOD of the balls, and not all detail
levels have this problem, just detail=4 and detail=7. You can set this
somewhere around the line "if( detail<0 ) detail=0;" ball.c.

The problem is reproducible on r300g, r600g, llvmpipe, but not on nvidia blob.
I couldn't find any obvious error in the application's code, but I'm not very
experienced in OpenGL.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug 44757] one wrong triangle on the balls in foobillard
  2012-01-13 16:42 [Bug 44757] New: one wrong triangle on the balls in foobillard bugzilla-daemon
@ 2012-01-13 16:44 ` bugzilla-daemon
  0 siblings, 0 replies; 2+ messages in thread
From: bugzilla-daemon @ 2012-01-13 16:44 UTC (permalink / raw)
  To: dri-devel

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

Alex Deucher <agd5f@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop.
                   |.org                        |org
          Component|Drivers/Gallium/r600        |Mesa core

--- Comment #1 from Alex Deucher <agd5f@yahoo.com> 2012-01-13 08:44:54 PST ---
If it happens with 3 different drivers, it's likely a core mesa issue.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-13 16:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-13 16:42 [Bug 44757] New: one wrong triangle on the balls in foobillard bugzilla-daemon
2012-01-13 16:44 ` [Bug 44757] " bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.