All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 41613] New: [r300g] Latest Mesa breaks Wine - "Bad vertex format"
@ 2011-10-09 14:24 bugzilla-daemon
  2011-10-09 14:25 ` [Bug 41613] " bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-10-09 14:24 UTC (permalink / raw)
  To: dri-devel

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

           Summary: [r300g] Latest Mesa breaks Wine - "Bad vertex format"
           Product: Mesa
           Version: git
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: major
          Priority: medium
         Component: Drivers/Gallium/r300
        AssignedTo: dri-devel@lists.freedesktop.org
        ReportedBy: rankincj@googlemail.com


Trying to run Wine against the latest Mesa causes this error message:

r300: Bad vertex format r32g32b32a32_sint.
err:module:attach_process_dlls "opengl32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"H:\\World of
Warcraft\\Wow.exe" failed, status 80000101

The following commit seems to be responsible:

commit 4e28e6f6c777841b9ffe7a7ad1e865e2595f70f9
Author: Dave Airlie <airlied@redhat.com>
Date:   Mon Sep 26 19:05:18 2011 +0100

    u_blitter: add integer clear support

    We need add a new set of fragment shader variants, along with new vertex
    elements for signed and unsigned clears.

    The new fragment shader variants are due to the integers values requiring
    CONSTANT interpolation. The new vertex element descriptions are for passing
    the clear color as an unsigned or signed integer value.

    Signed-off-by: Dave Airlie <airlied@redhat.com>

-- 
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] 5+ messages in thread

* [Bug 41613] [r300g] Latest Mesa breaks Wine - "Bad vertex format"
  2011-10-09 14:24 [Bug 41613] New: [r300g] Latest Mesa breaks Wine - "Bad vertex format" bugzilla-daemon
@ 2011-10-09 14:25 ` bugzilla-daemon
  2011-10-09 15:37 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-10-09 14:25 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #1 from Chris Rankin <rankincj@googlemail.com> 2011-10-09 07:25:22 PDT ---
This is with a RV350 graphics card.

-- 
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] 5+ messages in thread

* [Bug 41613] [r300g] Latest Mesa breaks Wine - "Bad vertex format"
  2011-10-09 14:24 [Bug 41613] New: [r300g] Latest Mesa breaks Wine - "Bad vertex format" bugzilla-daemon
  2011-10-09 14:25 ` [Bug 41613] " bugzilla-daemon
@ 2011-10-09 15:37 ` bugzilla-daemon
  2011-10-09 18:48 ` bugzilla-daemon
  2011-10-09 19:24 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-10-09 15:37 UTC (permalink / raw)
  To: dri-devel

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

Dave Airlie <airlied@freedesktop.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #2 from Dave Airlie <airlied@freedesktop.org> 2011-10-09 08:37:53 PDT ---
please test with master again,

thanks.

-- 
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] 5+ messages in thread

* [Bug 41613] [r300g] Latest Mesa breaks Wine - "Bad vertex format"
  2011-10-09 14:24 [Bug 41613] New: [r300g] Latest Mesa breaks Wine - "Bad vertex format" bugzilla-daemon
  2011-10-09 14:25 ` [Bug 41613] " bugzilla-daemon
  2011-10-09 15:37 ` bugzilla-daemon
@ 2011-10-09 18:48 ` bugzilla-daemon
  2011-10-09 19:24 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-10-09 18:48 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #3 from Chris Rankin <rankincj@googlemail.com> 2011-10-09 11:48:11 PDT ---
(In reply to comment #2)
> please test with master again,

Yes, this commit seems to fix it:

commit dd20256a1c1566f11e1fa970028f3bb4f05445b7
Author: Dave Airlie <airlied@redhat.com>
Date:   Sun Oct 9 16:35:28 2011 +0100

    u_blitter: don't create integer vertex elements unless shader supports them

-- 
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] 5+ messages in thread

* [Bug 41613] [r300g] Latest Mesa breaks Wine - "Bad vertex format"
  2011-10-09 14:24 [Bug 41613] New: [r300g] Latest Mesa breaks Wine - "Bad vertex format" bugzilla-daemon
                   ` (2 preceding siblings ...)
  2011-10-09 18:48 ` bugzilla-daemon
@ 2011-10-09 19:24 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-10-09 19:24 UTC (permalink / raw)
  To: dri-devel

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

Marek Olšák <maraeo@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Marek Olšák <maraeo@gmail.com> 2011-10-09 12:24:54 PDT ---
Alright, closing.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2011-10-09 19:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-09 14:24 [Bug 41613] New: [r300g] Latest Mesa breaks Wine - "Bad vertex format" bugzilla-daemon
2011-10-09 14:25 ` [Bug 41613] " bugzilla-daemon
2011-10-09 15:37 ` bugzilla-daemon
2011-10-09 18:48 ` bugzilla-daemon
2011-10-09 19:24 ` 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.