All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 27729] New: [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed
@ 2010-04-19  8:24 bugzilla-daemon
  2010-04-19 15:56 ` [Bug 27729] " bugzilla-daemon
                   ` (22 more replies)
  0 siblings, 23 replies; 24+ messages in thread
From: bugzilla-daemon @ 2010-04-19  8:24 UTC (permalink / raw)
  To: dri-devel

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

           Summary: [r300g - RV530] main/mipmap.c:144: do_row: Assertion
                    `comps >= 1' failed
           Product: Mesa
           Version: git
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: major
          Priority: medium
         Component: Drivers/DRI/r300
        AssignedTo: dri-devel@lists.freedesktop.org
        ReportedBy: fabio.ped@libero.it


Created an attachment (id=35152)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=35152)
Command line output + backtrace

Using r300g up to 57e71b85020fff33d3e5701d0ef61e9fb84b0af4 the game 0ad crashes
with:
pyrogenesis: main/mipmap.c:144: do_row: Assertion `comps >= 1' failed.

This seems a different problem than bug #27634 and could maybe be a mesa core
problem. Command line output + backtrace is attached.

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

* [Bug 27729] [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed
  2010-04-19  8:24 [Bug 27729] New: [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed bugzilla-daemon
@ 2010-04-19 15:56 ` bugzilla-daemon
  2010-04-20  8:52 ` bugzilla-daemon
                   ` (21 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bugzilla-daemon @ 2010-04-19 15:56 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #1 from Brian Paul <brian.e.paul@gmail.com> 2010-04-19 08:56:59 PDT ---
I suspect this is a problem with compressed textures.

Can you go up the stack trace into fallback_generate_mipmap() and print the
value of texObj->Image[face][baseLevel]->TexFormat ?

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

* [Bug 27729] [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed
  2010-04-19  8:24 [Bug 27729] New: [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed bugzilla-daemon
  2010-04-19 15:56 ` [Bug 27729] " bugzilla-daemon
@ 2010-04-20  8:52 ` bugzilla-daemon
  2010-04-26  9:13 ` bugzilla-daemon
                   ` (20 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bugzilla-daemon @ 2010-04-20  8:52 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #2 from Fabio Pedretti <fabio.ped@libero.it> 2010-04-20 01:52:18 PDT ---
(In reply to comment #1)
> I suspect this is a problem with compressed textures.
> 
> Can you go up the stack trace into fallback_generate_mipmap() and print the
> value of texObj->Image[face][baseLevel]->TexFormat ?

(gdb) print texObj->Image[face][baseLevel]->TexFormat
$1 = 45

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

* [Bug 27729] [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed
  2010-04-19  8:24 [Bug 27729] New: [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed bugzilla-daemon
  2010-04-19 15:56 ` [Bug 27729] " bugzilla-daemon
  2010-04-20  8:52 ` bugzilla-daemon
@ 2010-04-26  9:13 ` bugzilla-daemon
  2010-04-26  9:14 ` bugzilla-daemon
                   ` (19 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bugzilla-daemon @ 2010-04-26  9:13 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #3 from Fabio Pedretti <fabio.ped@libero.it> 2010-04-26 02:13:56 PDT ---
Created an attachment (id=35287)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=35287)
updated r300g backtrace

It now crashes with a different assertion (backtrace attached for both r300g
and swrastg).

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

* [Bug 27729] [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed
  2010-04-19  8:24 [Bug 27729] New: [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed bugzilla-daemon
                   ` (2 preceding siblings ...)
  2010-04-26  9:13 ` bugzilla-daemon
@ 2010-04-26  9:14 ` bugzilla-daemon
  2010-04-26  9:16 ` bugzilla-daemon
                   ` (18 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bugzilla-daemon @ 2010-04-26  9:14 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #4 from Fabio Pedretti <fabio.ped@libero.it> 2010-04-26 02:14:33 PDT ---
Created an attachment (id=35288)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=35288)
swrastg backtrace

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

* [Bug 27729] [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed
  2010-04-19  8:24 [Bug 27729] New: [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed bugzilla-daemon
                   ` (3 preceding siblings ...)
  2010-04-26  9:14 ` bugzilla-daemon
@ 2010-04-26  9:16 ` bugzilla-daemon
  2010-04-27 14:30 ` bugzilla-daemon
                   ` (17 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bugzilla-daemon @ 2010-04-26  9:16 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #5 from Fabio Pedretti <fabio.ped@libero.it> 2010-04-26 02:16:19 PDT ---
Note that I have libtxc_dxtn.so installed, but it crashes with different bt
even without it.

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

* [Bug 27729] [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed
  2010-04-19  8:24 [Bug 27729] New: [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed bugzilla-daemon
                   ` (4 preceding siblings ...)
  2010-04-26  9:16 ` bugzilla-daemon
@ 2010-04-27 14:30 ` bugzilla-daemon
  2010-04-27 15:31 ` bugzilla-daemon
                   ` (16 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bugzilla-daemon @ 2010-04-27 14:30 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #6 from Brian Paul <brian.e.paul@gmail.com> 2010-04-27 07:30:15 PDT ---
I think I have this fixed now.  Can you re-test with mesa commit
db14a8022a2a957c83b1fe33a84af3cdb1952d68 or later?

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

* [Bug 27729] [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed
  2010-04-19  8:24 [Bug 27729] New: [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed bugzilla-daemon
                   ` (5 preceding siblings ...)
  2010-04-27 14:30 ` bugzilla-daemon
@ 2010-04-27 15:31 ` bugzilla-daemon
  2010-04-27 15:43 ` bugzilla-daemon
                   ` (15 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bugzilla-daemon @ 2010-04-27 15:31 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #7 from Fabio Pedretti <fabio.ped@libero.it> 2010-04-27 08:31:26 PDT ---
(In reply to comment #6)
> I think I have this fixed now.  Can you re-test with mesa commit
> db14a8022a2a957c83b1fe33a84af3cdb1952d68 or later?

With 7567f05199f1ca114cc57e3a11ac101d3707f819 it's still crashing with the same
backtraces of comment #3 and comment #4.

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

* [Bug 27729] [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed
  2010-04-19  8:24 [Bug 27729] New: [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed bugzilla-daemon
                   ` (6 preceding siblings ...)
  2010-04-27 15:31 ` bugzilla-daemon
@ 2010-04-27 15:43 ` bugzilla-daemon
  2010-04-27 16:03 ` bugzilla-daemon
                   ` (14 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bugzilla-daemon @ 2010-04-27 15:43 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #8 from Brian Paul <brian.e.paul@gmail.com> 2010-04-27 08:43:18 PDT ---
Created an attachment (id=35312)
 View: https://bugs.freedesktop.org/attachment.cgi?id=35312
 Review: https://bugs.freedesktop.org/review?bug=27729&attachment=35312

patch for r300g is_format_supported()

Here's a patch for r300g (totally untested) that might help.  If it doesn't,
maybe you could debug further and fix the patch.

I think the softpipe bug is something else.  Could you provide the values of
the vars at the failure point?

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

* [Bug 27729] [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed
  2010-04-19  8:24 [Bug 27729] New: [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed bugzilla-daemon
                   ` (7 preceding siblings ...)
  2010-04-27 15:43 ` bugzilla-daemon
@ 2010-04-27 16:03 ` bugzilla-daemon
  2010-04-27 16:13 ` bugzilla-daemon
                   ` (13 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bugzilla-daemon @ 2010-04-27 16:03 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #9 from Fabio Pedretti <fabio.ped@libero.it> 2010-04-27 09:03:57 PDT ---
(In reply to comment #8)
> Created an attachment (id=35312)
 View: https://bugs.freedesktop.org/attachment.cgi?id=35312
 Review: https://bugs.freedesktop.org/review?bug=27729&attachment=35312

> patch for r300g is_format_supported()
> 
> Here's a patch for r300g (totally untested) that might help.  If it doesn't,
> maybe you could debug further and fix the patch.

OK, with that patch r300g now crashes similar to swrastg.

> I think the softpipe bug is something else.  Could you provide the values of
> the vars at the failure point?

(gdb) p index
$2 = 1
(gdb) p t->psizoutindex
$3 = -1
(gdb) p t->prevInstWrotePsiz
$4 = 0 '\000'
(gdb) p t->outputMapping[index]
$5 = 19828484

Other vars?

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

* [Bug 27729] [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed
  2010-04-19  8:24 [Bug 27729] New: [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed bugzilla-daemon
                   ` (8 preceding siblings ...)
  2010-04-27 16:03 ` bugzilla-daemon
@ 2010-04-27 16:13 ` bugzilla-daemon
  2010-04-27 22:16 ` bugzilla-daemon
                   ` (12 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bugzilla-daemon @ 2010-04-27 16:13 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #10 from Fabio Pedretti <fabio.ped@libero.it> 2010-04-27 09:13:58 PDT ---
> (gdb) p index
> $2 = 1
> (gdb) p t->psizoutindex
> $3 = -1
> (gdb) p t->prevInstWrotePsiz
> $4 = 0 '\000'
> (gdb) p t->outputMapping[index]
> $5 = 19828484
> 
> Other vars?

That was with r300g. With swrastg:
(gdb) p t->outputMapping[index]
$1 = 19617796

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

* [Bug 27729] [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed
  2010-04-19  8:24 [Bug 27729] New: [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed bugzilla-daemon
                   ` (9 preceding siblings ...)
  2010-04-27 16:13 ` bugzilla-daemon
@ 2010-04-27 22:16 ` bugzilla-daemon
  2010-04-28  8:16 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bugzilla-daemon @ 2010-04-27 22:16 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #11 from Brian Paul <brian.e.paul@gmail.com> 2010-04-27 15:16:15 PDT ---
Can you do "export ST_DEBUG=mesa,tgsi" and re-run?  That should print the GPU
instructions to stderr.  Please attach that output to the bug report.  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] 24+ messages in thread

* [Bug 27729] [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed
  2010-04-19  8:24 [Bug 27729] New: [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed bugzilla-daemon
                   ` (10 preceding siblings ...)
  2010-04-27 22:16 ` bugzilla-daemon
@ 2010-04-28  8:16 ` bugzilla-daemon
  2010-04-28 16:27 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bugzilla-daemon @ 2010-04-28  8:16 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #12 from Fabio Pedretti <fabio.ped@libero.it> 2010-04-28 01:16:27 PDT ---
Created an attachment (id=35316)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=35316)
swrastg debug output with "ST_DEBUG=mesa,tgsi"

(In reply to comment #11)
> Can you do "export ST_DEBUG=mesa,tgsi" and re-run?  That should print the GPU
> instructions to stderr.  Please attach that output to the bug report.  Thanks.

Output with swrastg and mesa up to 37e98e5cd217075d58456753ed8450dc116fe32c is
attached.

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

* [Bug 27729] [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed
  2010-04-19  8:24 [Bug 27729] New: [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed bugzilla-daemon
                   ` (11 preceding siblings ...)
  2010-04-28  8:16 ` bugzilla-daemon
@ 2010-04-28 16:27 ` bugzilla-daemon
  2010-04-29  8:03 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bugzilla-daemon @ 2010-04-28 16:27 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #13 from Brian Paul <brian.e.paul@gmail.com> 2010-04-28 09:27:29 PDT ---
I've moved some of the debug code to get more useful info from
"ST_DEBUG=mesa,tgsi".

Can you repeat the test with the latest Mesa code (commit
ce0844b44cb3924323ed1fd2b75cda4dbd0013c7) or later?  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] 24+ messages in thread

* [Bug 27729] [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed
  2010-04-19  8:24 [Bug 27729] New: [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed bugzilla-daemon
                   ` (12 preceding siblings ...)
  2010-04-28 16:27 ` bugzilla-daemon
@ 2010-04-29  8:03 ` bugzilla-daemon
  2010-04-29  8:05 ` [Bug 27729] [r300g, mesa] gallium compressed texture problems bugzilla-daemon
                   ` (8 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bugzilla-daemon @ 2010-04-29  8:03 UTC (permalink / raw)
  To: dri-devel

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

Fabio Pedretti <fabio.ped@libero.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #35316|0                           |1
        is obsolete|                            |

--- Comment #14 from Fabio Pedretti <fabio.ped@libero.it> 2010-04-29 01:03:47 PDT ---
Created an attachment (id=35327)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=35327)
swrastg debug output with "ST_DEBUG=mesa,tgsi"

Anyway you may also want to try the game yourself from
http://trac.wildfiregames.com/wiki/LatestRelease since it appears it will be a
common open source game when finished.

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

* [Bug 27729] [r300g, mesa] gallium compressed texture problems
  2010-04-19  8:24 [Bug 27729] New: [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed bugzilla-daemon
                   ` (13 preceding siblings ...)
  2010-04-29  8:03 ` bugzilla-daemon
@ 2010-04-29  8:05 ` bugzilla-daemon
  2010-04-29  8:11 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bugzilla-daemon @ 2010-04-29  8:05 UTC (permalink / raw)
  To: dri-devel

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

Fabio Pedretti <fabio.ped@libero.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[r300g - RV530]             |[r300g, mesa] gallium
                   |main/mipmap.c:144: do_row:  |compressed texture problems
                   |Assertion `comps >= 1'      |
                   |failed                      |

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

* [Bug 27729] [r300g, mesa] gallium compressed texture problems
  2010-04-19  8:24 [Bug 27729] New: [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed bugzilla-daemon
                   ` (14 preceding siblings ...)
  2010-04-29  8:05 ` [Bug 27729] [r300g, mesa] gallium compressed texture problems bugzilla-daemon
@ 2010-04-29  8:11 ` bugzilla-daemon
  2010-04-29 12:11 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bugzilla-daemon @ 2010-04-29  8:11 UTC (permalink / raw)
  To: dri-devel

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

Fabio Pedretti <fabio.ped@libero.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maraeo@gmail.com

--- Comment #15 from Fabio Pedretti <fabio.ped@libero.it> 2010-04-29 01:11:49 PDT ---
In the meantime 95bfc8f32571751c5c9ec6d8e84f5e3c28d1b20e has been committed
from Marek Olšák which is a subset of attached "patch for r300g
is_format_supported()", but which appears to also fix the r300g problem.

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

* [Bug 27729] [r300g, mesa] gallium compressed texture problems
  2010-04-19  8:24 [Bug 27729] New: [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed bugzilla-daemon
                   ` (15 preceding siblings ...)
  2010-04-29  8:11 ` bugzilla-daemon
@ 2010-04-29 12:11 ` bugzilla-daemon
  2010-05-05  7:59 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bugzilla-daemon @ 2010-04-29 12:11 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #16 from Marek Olšák <maraeo@gmail.com> 2010-04-29 05:11:00 PDT ---
(In reply to comment #15)
> In the meantime 95bfc8f32571751c5c9ec6d8e84f5e3c28d1b20e has been committed
> from Marek Olšák which is a subset of attached "patch for r300g
> is_format_supported()", but which appears to also fix the r300g problem.

Yes but the S3TC code appears to be bloody slow, e.g. the TA3D game seems to
load a new texture everytime a new GUI element shows up and during that the
game basically locks up for 5 seconds with 100% CPU load. This is unbearable.

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

* [Bug 27729] [r300g, mesa] gallium compressed texture problems
  2010-04-19  8:24 [Bug 27729] New: [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed bugzilla-daemon
                   ` (16 preceding siblings ...)
  2010-04-29 12:11 ` bugzilla-daemon
@ 2010-05-05  7:59 ` bugzilla-daemon
  2010-05-05  7:59 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bugzilla-daemon @ 2010-05-05  7:59 UTC (permalink / raw)
  To: dri-devel

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

Fabio Pedretti <fabio.ped@libero.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #35152|0                           |1
        is obsolete|                            |

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

* [Bug 27729] [r300g, mesa] gallium compressed texture problems
  2010-04-19  8:24 [Bug 27729] New: [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed bugzilla-daemon
                   ` (17 preceding siblings ...)
  2010-05-05  7:59 ` bugzilla-daemon
@ 2010-05-05  7:59 ` bugzilla-daemon
  2010-05-08 14:52 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bugzilla-daemon @ 2010-05-05  7:59 UTC (permalink / raw)
  To: dri-devel

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

Fabio Pedretti <fabio.ped@libero.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #35287|0                           |1
        is obsolete|                            |

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

* [Bug 27729] [r300g, mesa] gallium compressed texture problems
  2010-04-19  8:24 [Bug 27729] New: [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed bugzilla-daemon
                   ` (18 preceding siblings ...)
  2010-05-05  7:59 ` bugzilla-daemon
@ 2010-05-08 14:52 ` bugzilla-daemon
  2010-05-10  7:43 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: bugzilla-daemon @ 2010-05-08 14:52 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #17 from Marek Olšák <maraeo@gmail.com> 2010-05-08 07:52:40 PDT ---
Is this still an issue with current Mesa git?

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

* [Bug 27729] [r300g, mesa] gallium compressed texture problems
  2010-04-19  8:24 [Bug 27729] New: [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed bugzilla-daemon
                   ` (19 preceding siblings ...)
  2010-05-08 14:52 ` bugzilla-daemon
@ 2010-05-10  7:43 ` bugzilla-daemon
  2010-05-10  7:44 ` bugzilla-daemon
  2010-05-19  7:40 ` bugzilla-daemon
  22 siblings, 0 replies; 24+ messages in thread
From: bugzilla-daemon @ 2010-05-10  7:43 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #18 from Fabio Pedretti <fabio.ped@libero.it> 2010-05-10 00:43:49 PDT ---
Created an attachment (id=35535)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=35535)
updated r300g backtrace with ST_DEBUG=mesa,tgsi with mesa 7c5e2672

(In reply to comment #17)
> Is this still an issue with current Mesa git?

With mesa up to 7c5e2672f050644bcab6902b11d0ff4036603bb3 both r300g and swrast
are still crashing, but now in a different way. Game log + backtrace are
attached.

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

* [Bug 27729] [r300g, mesa] gallium compressed texture problems
  2010-04-19  8:24 [Bug 27729] New: [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed bugzilla-daemon
                   ` (20 preceding siblings ...)
  2010-05-10  7:43 ` bugzilla-daemon
@ 2010-05-10  7:44 ` bugzilla-daemon
  2010-05-19  7:40 ` bugzilla-daemon
  22 siblings, 0 replies; 24+ messages in thread
From: bugzilla-daemon @ 2010-05-10  7:44 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #19 from Fabio Pedretti <fabio.ped@libero.it> 2010-05-10 00:44:24 PDT ---
Created an attachment (id=35536)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=35536)
updated swrastg backtrace with ST_DEBUG=mesa,tgsi with mesa 7c5e2672

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

* [Bug 27729] [r300g, mesa] gallium compressed texture problems
  2010-04-19  8:24 [Bug 27729] New: [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed bugzilla-daemon
                   ` (21 preceding siblings ...)
  2010-05-10  7:44 ` bugzilla-daemon
@ 2010-05-19  7:40 ` bugzilla-daemon
  22 siblings, 0 replies; 24+ messages in thread
From: bugzilla-daemon @ 2010-05-19  7:40 UTC (permalink / raw)
  To: dri-devel

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

Fabio Pedretti <fabio.ped@libero.it> changed:

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

--- Comment #20 from Fabio Pedretti <fabio.ped@libero.it> 2010-05-19 00:40:21 PDT ---
This appears to be fixed, the game is however still crashing later, see bug
#28169.

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

end of thread, other threads:[~2010-05-19  7:40 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-19  8:24 [Bug 27729] New: [r300g - RV530] main/mipmap.c:144: do_row: Assertion `comps >= 1' failed bugzilla-daemon
2010-04-19 15:56 ` [Bug 27729] " bugzilla-daemon
2010-04-20  8:52 ` bugzilla-daemon
2010-04-26  9:13 ` bugzilla-daemon
2010-04-26  9:14 ` bugzilla-daemon
2010-04-26  9:16 ` bugzilla-daemon
2010-04-27 14:30 ` bugzilla-daemon
2010-04-27 15:31 ` bugzilla-daemon
2010-04-27 15:43 ` bugzilla-daemon
2010-04-27 16:03 ` bugzilla-daemon
2010-04-27 16:13 ` bugzilla-daemon
2010-04-27 22:16 ` bugzilla-daemon
2010-04-28  8:16 ` bugzilla-daemon
2010-04-28 16:27 ` bugzilla-daemon
2010-04-29  8:03 ` bugzilla-daemon
2010-04-29  8:05 ` [Bug 27729] [r300g, mesa] gallium compressed texture problems bugzilla-daemon
2010-04-29  8:11 ` bugzilla-daemon
2010-04-29 12:11 ` bugzilla-daemon
2010-05-05  7:59 ` bugzilla-daemon
2010-05-05  7:59 ` bugzilla-daemon
2010-05-08 14:52 ` bugzilla-daemon
2010-05-10  7:43 ` bugzilla-daemon
2010-05-10  7:44 ` bugzilla-daemon
2010-05-19  7:40 ` 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.