Launchpad has imported 6 comments from the remote bug at http://bugs.freedesktop.org/show_bug.cgi?id=21461.
If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://help.launchpad.net/InterBugTracking. ------------------------------------------------------------------------ On 2009-04-28T06:25:32+00:00 Martin Olsson wrote: One ubuntu user reported that every time he uses the slideshow feature in f-spot using ubuntu jaunty then he sees error like this printed to the terminal: Mesa 7.4 implementation error: bad wrapMode in clamp_rect_coord_linear Please report at bugzilla.freedesktop.org Mesa 7.4 implementation error: bad wrapMode in clamp_rect_coord_linear Please report at bugzilla.freedesktop.org Mesa 7.4 implementation error: bad wrapMode in clamp_rect_coord_linear Please report at bugzilla.freedesktop.org Mesa 7.4 implementation error: bad wrapMode in clamp_rect_coord_linear Please report at bugzilla.freedesktop.org While these errors are printed to the terminal a new window appears [for the slideshow] but it stays black and the CPU goes to 100%. User has a "Quadro NVS 110M/GeForce Go 7300" (G72M chipset) and he is using the open source *-nv xorg driver. The xorg.log for this user: http://launchpadlibrarian.net/25817232/Xorg.0.log lspci -vvnn: http://launchpadlibrarian.net/25817184/lspci_vvnn.log Original downstream bug report (with more data): https://bugs.launchpad.net/f-spot/+bug/362883 PS. I ran the repro on intel G45 and I did not exhibit these symptoms but of course I didn't use the exact same images for my slideshow but still.. Reply at: https://bugs.launchpad.net/f-spot/+bug/362883/comments/7 ------------------------------------------------------------------------ On 2009-04-28T06:42:01+00:00 Jerome Lacoste wrote: I am the one who reported the bug. Got side-tracked and forgot to report upstream. Thanks Martin. Available for testing and reporting more information as needed. Thanks, Reply at: https://bugs.launchpad.net/f-spot/+bug/362883/comments/8 ------------------------------------------------------------------------ On 2009-04-28T07:15:07+00:00 Sroland-vmware wrote: (In reply to comment #0) > One ubuntu user reported that every time he uses the slideshow feature in > f-spot using ubuntu jaunty then he sees error like this printed to the > terminal: > > Mesa 7.4 implementation error: bad wrapMode in clamp_rect_coord_linear > Please report at bugzilla.freedesktop.org > User has a "Quadro NVS 110M/GeForce Go 7300" (G72M chipset) and he is using > the > open source *-nv xorg driver. > PS. I ran the repro on intel G45 and I did not exhibit these symptoms but of > course I didn't use the exact same images for my slideshow but still.. These errors are from swrast, since the nv driver doesn't support 3d (so you wouldn't see these errors on G45). It means the wrap mode was not one of the modes allowed for texture rectangle targets (there are restrictions what modes are allowed compared to 2d targets). Not sure though how this could happen, since mesa should not allow this to be set to illegal values (hence the implementation error...). Reply at: https://bugs.launchpad.net/f-spot/+bug/362883/comments/9 ------------------------------------------------------------------------ On 2009-04-28T08:05:49+00:00 Brian-paul wrote: Look like this is caused by a missing break statement in a switch. Fixed in commit dcf571aff9de1a4298c4d2c4148d84cdc4daf02e and cherry-picked to the 7.4 branch. Reply at: https://bugs.launchpad.net/f-spot/+bug/362883/comments/10 ------------------------------------------------------------------------ On 2009-04-28T09:04:32+00:00 Martin Olsson wrote: Created an attachment (id=25233) the patch that brian commited to mesa master (for reference) Reply at: https://bugs.launchpad.net/f-spot/+bug/362883/comments/11 ------------------------------------------------------------------------ On 2009-04-28T09:10:02+00:00 Martin Olsson wrote: Terrific job Brian, thanks for the super quick turn around! Reply at: https://bugs.launchpad.net/f-spot/+bug/362883/comments/12 ** Changed in: mesa Importance: Unknown => Medium -- f-spot slideshow fails with "Mesa 7.4 implementation error: bad wrapMode in clamp_rect_coord_linear" https://bugs.launchpad.net/bugs/362883 You received this bug notification because you are a member of Registry Administrators, which is the registrant for Mesa. _______________________________________________ Mailing list: https://launchpad.net/~registry Post to : [email protected] Unsubscribe : https://launchpad.net/~registry More help : https://help.launchpad.net/ListHelp

