dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Bug 26525] New: Rendering bug due to ARB_texture_non_power_of_two
@ 2010-02-11  4:48 bugzilla-daemon
  2010-02-11  6:04 ` [Bug 26525] " bugzilla-daemon
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: bugzilla-daemon @ 2010-02-11  4:48 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=26525

           Summary: Rendering bug due to ARB_texture_non_power_of_two
           Product: Mesa
           Version: git
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/R600
        AssignedTo: dri-devel@lists.sourceforge.net
        ReportedBy: ppanon@shaw.ca


While trying to address a D3D rendering bug report in Wine, I've been working
on trying to add card recognition support into Wine for the Mesa ATI
(R300/R600) drivers. This was in order to resolve a rendering issue when using
the Mesa ATI driver. What we've found is that a code workaround to avoid using
ARB_texture_non_power_of_two APIs on R300-R500 cards also seems to fix this
rendering issue on Mesa DRI R600 (in particular with an HD4800 series card).
This would seem to indicate a bug in the ARP texture_non_power_of_two
implementation on R600. The Wine bug report is at 
http://bugs.winehq.org/show_bug.cgi?id=21515

Comments #45-47 indicate that the rendering problem is "fixed" by activating a
"quirk"/workaround that avoids ARB_texture_non_power_of_two. Stefan Dosinger's
comment #48 indicates what the "quirk" workaround does, how it should not be
required on an R600/R700 series card, and how that indicates a probable driver
bug.


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

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
--

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

* [Bug 26525] Rendering bug due to ARB_texture_non_power_of_two
  2010-02-11  4:48 [Bug 26525] New: Rendering bug due to ARB_texture_non_power_of_two bugzilla-daemon
@ 2010-02-11  6:04 ` bugzilla-daemon
  2010-02-12 17:50 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2010-02-11  6:04 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=26525





--- Comment #1 from Alex Deucher <agd5f@yahoo.com>  2010-02-10 22:04:31 PST ---
Can you explain the broken behavior or do you have a screen shot?  Or even
better, do you have a simple test case that shows the broken behavior?  The
basic npot demos work fine.  I suspect the actual bug may lie elsewhere; i.e.,
there are bugs with certain types of vertex fetches. 


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

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
--

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

* [Bug 26525] Rendering bug due to ARB_texture_non_power_of_two
  2010-02-11  4:48 [Bug 26525] New: Rendering bug due to ARB_texture_non_power_of_two bugzilla-daemon
  2010-02-11  6:04 ` [Bug 26525] " bugzilla-daemon
@ 2010-02-12 17:50 ` bugzilla-daemon
  2010-02-12 17:51 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2010-02-12 17:50 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=26525





--- Comment #2 from cxo <cruiseoveride@gmail.com>  2010-02-12 09:50:42 PST ---
Created an attachment (id=33257)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=33257)
NP2 Workaround Enabled

Screenshot taken from 3Dmark2001SE running under WINE with the NP2 workaround
employed.


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

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
--

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

* [Bug 26525] Rendering bug due to ARB_texture_non_power_of_two
  2010-02-11  4:48 [Bug 26525] New: Rendering bug due to ARB_texture_non_power_of_two bugzilla-daemon
  2010-02-11  6:04 ` [Bug 26525] " bugzilla-daemon
  2010-02-12 17:50 ` bugzilla-daemon
@ 2010-02-12 17:51 ` bugzilla-daemon
  2010-02-12 17:55 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2010-02-12 17:51 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=26525





--- Comment #3 from cxo <cruiseoveride@gmail.com>  2010-02-12 09:51:41 PST ---
Created an attachment (id=33258)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=33258)
NP2 Workaround Disabled

Screenshot from 3DMark2001SE running on WINE with the NP2 quirk disabled.


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

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
--

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

* [Bug 26525] Rendering bug due to ARB_texture_non_power_of_two
  2010-02-11  4:48 [Bug 26525] New: Rendering bug due to ARB_texture_non_power_of_two bugzilla-daemon
                   ` (2 preceding siblings ...)
  2010-02-12 17:51 ` bugzilla-daemon
@ 2010-02-12 17:55 ` bugzilla-daemon
  2010-02-12 17:56 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2010-02-12 17:55 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=26525





--- Comment #4 from cxo <cruiseoveride@gmail.com>  2010-02-12 09:55:40 PST ---
In the screenshots you will see that when the workaround is disabled, the human
models are missing. When the workaround is enabled, the models are shown.


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

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
--

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

* [Bug 26525] Rendering bug due to ARB_texture_non_power_of_two
  2010-02-11  4:48 [Bug 26525] New: Rendering bug due to ARB_texture_non_power_of_two bugzilla-daemon
                   ` (3 preceding siblings ...)
  2010-02-12 17:55 ` bugzilla-daemon
@ 2010-02-12 17:56 ` bugzilla-daemon
  2010-02-12 18:03 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2010-02-12 17:56 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=26525





--- Comment #5 from Alex Deucher <agd5f@yahoo.com>  2010-02-12 09:56:42 PST ---
Does it work any better with mesa from git master or 7.7 branch?  Specifically
this commit might help:
eeb49d3ad82861272e8987515df3cc5da4ed2d09


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

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
--

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

* [Bug 26525] Rendering bug due to ARB_texture_non_power_of_two
  2010-02-11  4:48 [Bug 26525] New: Rendering bug due to ARB_texture_non_power_of_two bugzilla-daemon
                   ` (4 preceding siblings ...)
  2010-02-12 17:56 ` bugzilla-daemon
@ 2010-02-12 18:03 ` bugzilla-daemon
  2010-02-12 18:15 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2010-02-12 18:03 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=26525





--- Comment #6 from cxo <cruiseoveride@gmail.com>  2010-02-12 10:03:27 PST ---
@Alex

My entire toolchain is from current git. (wine,linux,drm,mesa,xf86-video-ati)

HD4870, Ubuntu-9.10 x86_64


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

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
--

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

* [Bug 26525] Rendering bug due to ARB_texture_non_power_of_two
  2010-02-11  4:48 [Bug 26525] New: Rendering bug due to ARB_texture_non_power_of_two bugzilla-daemon
                   ` (5 preceding siblings ...)
  2010-02-12 18:03 ` bugzilla-daemon
@ 2010-02-12 18:15 ` bugzilla-daemon
  2010-02-12 18:19 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2010-02-12 18:15 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=26525





--- Comment #7 from cxo <cruiseoveride@gmail.com>  2010-02-12 10:15:24 PST ---
3DMark2001SE is free software and available for download from:
http://www.futuremark.com/download/3dmark2001/

WINE is also free software and available from:
git://source.winehq.org/git/wine.git


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

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
--

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

* [Bug 26525] Rendering bug due to ARB_texture_non_power_of_two
  2010-02-11  4:48 [Bug 26525] New: Rendering bug due to ARB_texture_non_power_of_two bugzilla-daemon
                   ` (6 preceding siblings ...)
  2010-02-12 18:15 ` bugzilla-daemon
@ 2010-02-12 18:19 ` bugzilla-daemon
  2010-02-12 19:16 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2010-02-12 18:19 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=26525





--- Comment #8 from Alex Deucher <agd5f@yahoo.com>  2010-02-12 10:19:06 PST ---
(In reply to comment #6)
> @Alex
> 
> My entire toolchain is from current git. (wine,linux,drm,mesa,xf86-video-ati)
> 
> HD4870, Ubuntu-9.10 x86_64
> 

So I take it that you tested with that commit
(eeb49d3ad82861272e8987515df3cc5da4ed2d09) and it didn't help?


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

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
--

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

* [Bug 26525] Rendering bug due to ARB_texture_non_power_of_two
  2010-02-11  4:48 [Bug 26525] New: Rendering bug due to ARB_texture_non_power_of_two bugzilla-daemon
                   ` (7 preceding siblings ...)
  2010-02-12 18:19 ` bugzilla-daemon
@ 2010-02-12 19:16 ` bugzilla-daemon
  2010-02-12 19:27 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2010-02-12 19:16 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=26525





--- Comment #9 from cxo <cruiseoveride@gmail.com>  2010-02-12 11:16:34 PST ---
The last commit for mesa i have is, 3a916b0e81cdbc695d0af317f7d5d8515af13c02


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

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
--

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

* [Bug 26525] Rendering bug due to ARB_texture_non_power_of_two
  2010-02-11  4:48 [Bug 26525] New: Rendering bug due to ARB_texture_non_power_of_two bugzilla-daemon
                   ` (8 preceding siblings ...)
  2010-02-12 19:16 ` bugzilla-daemon
@ 2010-02-12 19:27 ` bugzilla-daemon
  2010-02-13 11:27   ` Pauli Nieminen
  2010-02-13 11:27 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  12 siblings, 1 reply; 15+ messages in thread
From: bugzilla-daemon @ 2010-02-12 19:27 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=26525





--- Comment #10 from Alex Deucher <agd5f@yahoo.com>  2010-02-12 11:27:49 PST ---
(In reply to comment #9)
> The last commit for mesa i have is, 3a916b0e81cdbc695d0af317f7d5d8515af13c02
> 

Ok, so it's another issue then.


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

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
--

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

* Re: [Bug 26525] Rendering bug due to ARB_texture_non_power_of_two
  2010-02-12 19:27 ` bugzilla-daemon
@ 2010-02-13 11:27   ` Pauli Nieminen
  0 siblings, 0 replies; 15+ messages in thread
From: Pauli Nieminen @ 2010-02-13 11:27 UTC (permalink / raw)
  To: bugzilla-daemon; +Cc: dri-devel

This is in the shared code. I see this bug with r200 too. Models have
worked before rewrite so this is some regression in rewrite.

> --- Comment #10 from Alex Deucher <agd5f@yahoo.com>  2010-02-12 11:27:49 PST ---
> (In reply to comment #9)
>> The last commit for mesa i have is, 3a916b0e81cdbc695d0af317f7d5d8515af13c02
>>
>
> Ok, so it's another issue then.

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
--

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

* [Bug 26525] Rendering bug due to ARB_texture_non_power_of_two
  2010-02-11  4:48 [Bug 26525] New: Rendering bug due to ARB_texture_non_power_of_two bugzilla-daemon
                   ` (9 preceding siblings ...)
  2010-02-12 19:27 ` bugzilla-daemon
@ 2010-02-13 11:27 ` bugzilla-daemon
  2012-11-02 16:22 ` bugzilla-daemon
  2012-11-21 21:22 ` bugzilla-daemon
  12 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2010-02-13 11:27 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=26525





--- Comment #11 from Pauli <suokkos@gmail.com>  2010-02-13 03:27:46 PST ---
This is in the shared code. I see this bug with r200 too. Models have
worked before rewrite so this is some regression in rewrite.

> --- Comment #10 from Alex Deucher <agd5f@yahoo.com>  2010-02-12 11:27:49 PST ---
> (In reply to comment #9)
>> The last commit for mesa i have is, 3a916b0e81cdbc695d0af317f7d5d8515af13c02
>>
>
> Ok, so it's another issue then.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

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

* [Bug 26525] Rendering bug due to ARB_texture_non_power_of_two
  2010-02-11  4:48 [Bug 26525] New: Rendering bug due to ARB_texture_non_power_of_two bugzilla-daemon
                   ` (10 preceding siblings ...)
  2010-02-13 11:27 ` bugzilla-daemon
@ 2012-11-02 16:22 ` bugzilla-daemon
  2012-11-21 21:22 ` bugzilla-daemon
  12 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2012-11-02 16:22 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 579 bytes --]

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

Andreas Boll <andreas.boll.dev@gmail.com> changed:

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

--- Comment #12 from Andreas Boll <andreas.boll.dev@gmail.com> ---
Note: classic r600 driver has been abandoned.
Please use r600g (gallium driver) instead.

Is this still an issue with a newer driver/kernel?

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

[-- Attachment #1.2: Type: text/html, Size: 1913 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 26525] Rendering bug due to ARB_texture_non_power_of_two
  2010-02-11  4:48 [Bug 26525] New: Rendering bug due to ARB_texture_non_power_of_two bugzilla-daemon
                   ` (11 preceding siblings ...)
  2012-11-02 16:22 ` bugzilla-daemon
@ 2012-11-21 21:22 ` bugzilla-daemon
  12 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2012-11-21 21:22 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 633 bytes --]

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

Paul-Andre Panon <ppanon@shaw.ca> changed:

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

--- Comment #13 from Paul-Andre Panon <ppanon@shaw.ca> ---
It seems to be resolved. I just reloaded 3Dmark2001SE and ran it under Ubuntu
12.04 with current gallium drivers and wine and couldn't reproduce the issue.

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

[-- Attachment #1.2: Type: text/html, Size: 2098 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2012-11-21 21:22 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-11  4:48 [Bug 26525] New: Rendering bug due to ARB_texture_non_power_of_two bugzilla-daemon
2010-02-11  6:04 ` [Bug 26525] " bugzilla-daemon
2010-02-12 17:50 ` bugzilla-daemon
2010-02-12 17:51 ` bugzilla-daemon
2010-02-12 17:55 ` bugzilla-daemon
2010-02-12 17:56 ` bugzilla-daemon
2010-02-12 18:03 ` bugzilla-daemon
2010-02-12 18:15 ` bugzilla-daemon
2010-02-12 18:19 ` bugzilla-daemon
2010-02-12 19:16 ` bugzilla-daemon
2010-02-12 19:27 ` bugzilla-daemon
2010-02-13 11:27   ` Pauli Nieminen
2010-02-13 11:27 ` bugzilla-daemon
2012-11-02 16:22 ` bugzilla-daemon
2012-11-21 21:22 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).