[Mesa3d-dev] [Bug 10347] assertion failure happens at brw_wm_surface_state.c

2009-08-24 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10347 ajax at nwnk dot net changed: What|Removed |Added Version|CVS |git --- Comment #13 from ajax

[Mesa3d-dev] [Bug 10347] assertion failure happens at brw_wm_surface_state.c

2007-05-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10347 --- Comment #12 from [EMAIL PROTECTED] 2007-05-09 05:42 PST --- (In reply to comment #10) > I patched your patch to mesa (cset 8a7f474c691dc077c081b59e30937e526400860f). > Test texture function GL_DECAL, pls. refer to the case attached

[Mesa3d-dev] [Bug 10347] assertion failure happens at brw_wm_surface_state.c

2007-05-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10347 --- Comment #11 from [EMAIL PROTECTED] 2007-05-09 01:52 PST --- Created an attachment (id=9905) --> (http://bugs.freedesktop.org/attachment.cgi?id=9905&action=view) simple case for Comment #10 -- Configure bugmail: http://bugs.fre

[Mesa3d-dev] [Bug 10347] assertion failure happens at brw_wm_surface_state.c

2007-05-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10347 --- Comment #10 from [EMAIL PROTECTED] 2007-05-09 01:47 PST --- (In reply to comment #7) > Created an attachment (id=9322) --> (http://bugs.freedesktop.org/attachment.cgi?id=9322&action=view) [details] > try to implement compressed te

[Mesa3d-dev] [Bug 10347] assertion failure happens at brw_wm_surface_state.c

2007-04-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10347 --- Comment #9 from [EMAIL PROTECTED] 2007-04-17 03:07 PST --- > > Try this patch. I believe these surface formats might be correct, but it > > needs > > verification that it actually works correctly. > > oops that last MESA_FORMAT_R

[Mesa3d-dev] [Bug 10347] assertion failure happens at brw_wm_surface_state.c

2007-03-27 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10347 --- Comment #8 from [EMAIL PROTECTED] 2007-03-27 13:38 PST --- (In reply to comment #7) > Created an attachment (id=9322) --> (http://bugs.freedesktop.org/attachment.cgi?id=9322&action=view) [details] > try to implement compressed tex

[Mesa3d-dev] [Bug 10347] assertion failure happens at brw_wm_surface_state.c

2007-03-27 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10347 --- Comment #7 from [EMAIL PROTECTED] 2007-03-27 13:31 PST --- Created an attachment (id=9322) --> (http://bugs.freedesktop.org/attachment.cgi?id=9322&action=view) try to implement compressed texture formats correctly Try this patch.

[Mesa3d-dev] [Bug 10347] assertion failure happens at brw_wm_surface_state.c

2007-03-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10347 [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|VERIFIED --- Comment #6 from [

[Mesa3d-dev] [Bug 10347] assertion failure happens at brw_wm_surface_state.c

2007-03-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10347 --- Comment #5 from [EMAIL PROTECTED] 2007-03-21 02:01 PST --- I think the BC* formats are new compressed formats for Vista/DX10. I don't know if they are just renamed DXT formats or something new. -- Configure bugmail: http://bug

[Mesa3d-dev] [Bug 10347] assertion failure happens at brw_wm_surface_state.c

2007-03-20 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10347 --- Comment #4 from [EMAIL PROTECTED] 2007-03-20 10:30 PST --- It's hard to imagine there is no support for DXT3/DXT5, obviously choosing always a format with no alpha will not work correctly. There are a lot of format definitions in b

[Mesa3d-dev] [Bug 10347] assertion failure happens at brw_wm_surface_state.c

2007-03-20 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10347 --- Comment #3 from [EMAIL PROTECTED] 2007-03-20 06:44 PST --- commit:cf4272d2569940fa4ac2ffaf3afbdc2aa3e5cc06 -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --

[Mesa3d-dev] [Bug 10347] assertion failure happens at brw_wm_surface_state.c

2007-03-20 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10347 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa3d-dev] [Bug 10347] assertion failure happens at brw_wm_surface_state.c

2007-03-20 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10347 --- Comment #2 from [EMAIL PROTECTED] 2007-03-20 06:02 PST --- This should be caused by commit 84081774e62a8af18e6bf894ea69f63b97dcfe96. I think i965 driver should choose the appropriate internal mesa format for DXT3 & DXT5 before. It

[Mesa3d-dev] [Bug 10347] assertion failure happens at brw_wm_surface_state.c

2007-03-20 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10347 --- Comment #1 from [EMAIL PROTECTED] 2007-03-20 01:05 PST --- Created an attachment (id=9232) --> (http://bugs.freedesktop.org/attachment.cgi?id=9232&action=view) simple case the backtrace when the failure happens: -