[Bug 28630] [r300g] tiling / texture transfer crash in World of Warcraft

2010-06-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28630 Chris Rankin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 28630] [r300g] tiling / texture transfer crash in World of Warcraft

2010-06-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28630 Chris Rankin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 28630] [r300g] tiling / texture transfer crash in World of Warcraft

2010-06-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28630 --- Comment #9 from Marek Olšák 2010-06-29 15:27:09 PDT --- OK so I've committed some fixes because they don't break anything. Please let me know if they help. PS: There is a new bug in the GLSL compiler in master. I hope you won't hit that. --

[Bug 28630] [r300g] tiling / texture transfer crash in World of Warcraft

2010-06-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28630 --- Comment #9 from Marek Ol??k 2010-06-29 15:27:09 PDT --- OK so I've committed some fixes because they don't break anything. Please let me know if they help. PS: There is a new bug in the GLSL compiler in master. I hope you won't hit that. -

[Bug 28630] [r300g] tiling / texture transfer crash in World of Warcraft

2010-06-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28630 --- Comment #8 from Marek Olšák 2010-06-29 14:14:20 PDT --- I think you are right. That seems to be the only logical explanation. The fix is not trivial, I'll send you a patch when I have one. -- Configure bugmail: https://bugs.freedesktop.org/

[Bug 28630] [r300g] tiling / texture transfer crash in World of Warcraft

2010-06-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28630 --- Comment #8 from Marek Ol??k 2010-06-29 14:14:20 PDT --- I think you are right. That seems to be the only logical explanation. The fix is not trivial, I'll send you a patch when I have one. -- Configure bugmail: https://bugs.freedesktop.org

[Bug 28630] [r300g] tiling / texture transfer crash in World of Warcraft

2010-06-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28630 --- Comment #7 from Chris Rankin 2010-06-29 13:37:28 PDT --- (In reply to comment #4) > I believe the "data" pointer is not valid. That data pointer looks like it *used* to belong to a r300_context object that has since been destroyed. Basicall

[Bug 28630] [r300g] tiling / texture transfer crash in World of Warcraft

2010-06-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28630 --- Comment #7 from Chris Rankin 2010-06-29 13:37:28 PDT --- (In reply to comment #4) > I believe the "data" pointer is not valid. That data pointer looks like it *used* to belong to a r300_context object that has since been destroyed. Basicall

[Bug 28630] [r300g] tiling / texture transfer crash in World of Warcraft

2010-06-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28630 --- Comment #6 from Chris Rankin 2010-06-29 12:05:36 PDT --- (In reply to comment #4) > I believe the "data" pointer is not valid. Or possibly the context.flush field has not been assigned? I am having curious success with this simple patch: -

[Bug 28630] [r300g] tiling / texture transfer crash in World of Warcraft

2010-06-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28630 --- Comment #6 from Chris Rankin 2010-06-29 12:05:36 PDT --- (In reply to comment #4) > I believe the "data" pointer is not valid. Or possibly the context.flush field has not been assigned? I am having curious success with this simple patch: -

[Bug 28630] [r300g] tiling / texture transfer crash in World of Warcraft

2010-06-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28630 --- Comment #5 from Chris Rankin 2010-06-29 11:38:15 PDT --- (In reply to comment #4) > I have committed some fixes, can you please test latest mesa git? Backtrace: =>0 0x (0x0039e9d0) 1 0x7dd5b61d radeon_drm_bufmgr_set_tiling+0xbc()

[Bug 28630] [r300g] tiling / texture transfer crash in World of Warcraft

2010-06-29 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28630 --- Comment #5 from Chris Rankin 2010-06-29 11:38:15 PDT --- (In reply to comment #4) > I have committed some fixes, can you please test latest mesa git? Backtrace: =>0 0x (0x0039e9d0) 1 0x7dd5b61d radeon_drm_bufmgr_set_tiling+0xbc()

[Bug 28630] [r300g] tiling / texture transfer crash in World of Warcraft

2010-06-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28630 --- Comment #4 from Marek Olšák 2010-06-28 17:02:00 PDT --- I believe the "data" pointer is not valid. I have committed some fixes, can you please test latest mesa git? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 28630] [r300g] tiling / texture transfer crash in World of Warcraft

2010-06-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28630 --- Comment #4 from Marek Ol??k 2010-06-28 17:02:00 PDT --- I believe the "data" pointer is not valid. I have committed some fixes, can you please test latest mesa git? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=emai

[Bug 28630] [r300g] tiling / texture transfer crash in World of Warcraft

2010-06-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28630 --- Comment #3 from Chris Rankin 2010-06-28 13:49:19 PDT --- In src/gallium/drivers/r300/r300_context.c static void r300_flush_cb(void *data) { struct r300_context* const cs_context_copy = data; cs_context_copy->context.flush(&cs_conte

[Bug 28630] [r300g] tiling / texture transfer crash in World of Warcraft

2010-06-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28630 --- Comment #3 from Chris Rankin 2010-06-28 13:49:19 PDT --- In src/gallium/drivers/r300/r300_context.c static void r300_flush_cb(void *data) { struct r300_context* const cs_context_copy = data; cs_context_copy->context.flush(&cs_conte

[Bug 28630] [r300g] tiling / texture transfer crash in World of Warcraft

2010-06-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28630 --- Comment #2 from Chris Rankin 2010-06-28 13:15:33 PDT --- Created an attachment (id=36584) --> (https://bugs.freedesktop.org/attachment.cgi?id=36584) Recent backtrace using mesa git with -gdwarf-2 -- Configure bugmail: https://bugs.freedes

[Bug 28630] [r300g] tiling / texture transfer crash in World of Warcraft

2010-06-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28630 --- Comment #2 from Chris Rankin 2010-06-28 13:15:33 PDT --- Created an attachment (id=36584) --> (https://bugs.freedesktop.org/attachment.cgi?id=36584) Recent backtrace using mesa git with -gdwarf-2 -- Configure bugmail: https://bugs.freedes

[Bug 28630] [r300g] tiling / texture transfer crash in World of Warcraft

2010-06-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28630 --- Comment #1 from Pavel Ondračka 2010-06-21 00:03:25 PDT --- I'm not a developer, but you may try recompiling mesa and wine with CFLAGS="-g -gdwarf-2", you will get a better backtrace. -- Configure bugmail: https://bugs.freedesktop.org/userp

[Bug 28630] [r300g] tiling / texture transfer crash in World of Warcraft

2010-06-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28630 --- Comment #1 from Pavel Ondra?ka 2010-06-21 00:03:25 PDT --- I'm not a developer, but you may try recompiling mesa and wine with CFLAGS="-g -gdwarf-2", you will get a better backtrace. -- Configure bugmail: https://bugs.freedesktop.org/userp

[Bug 28630] [r300g] tiling / texture transfer crash in World of Warcraft

2010-06-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28630 Chris Rankin changed: What|Removed |Added Platform|Other |x86 (IA32) OS/Version|All

[Bug 28630] [r300g] tiling / texture transfer crash in World of Warcraft

2010-06-20 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28630 Chris Rankin changed: What|Removed |Added Platform|Other |x86 (IA32) OS/Version|All