[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-07-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 Marek Ol??k changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-07-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 Marek Olšák mar...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-07-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #32 from Marek Ol??k --- There would be no advantage for r300g. The problem with r300g is that it cannot do depth clamping without disabling the clipping entirely. There is only one big switch called CLIP_DISABLE, which "Disables

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-07-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #31 from Henri Verbeet --- You're mixing things up a bit, the functionality this bug is about is mostly controlled by D3DRS_ZENABLE in d3d9. Considering only pre-transformed (D3DFVF_XYZRHW) vertices, the behaviour is like this: -

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-07-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #30 from Christoph Bumiller --- How does it depend on the depth test, and why does it seem "off" to make something that is originally a shader property in D3D a shader property in OpenGL as well ? Not using shaders isn't allowed (at

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #30 from Christoph Bumiller e0425...@student.tuwien.ac.at --- How does it depend on the depth test, and why does it seem off to make something that is originally a shader property in D3D a shader property in OpenGL as well ? Not using

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #31 from Henri Verbeet hverb...@gmail.com --- You're mixing things up a bit, the functionality this bug is about is mostly controlled by D3DRS_ZENABLE in d3d9. Considering only pre-transformed (D3DFVF_XYZRHW) vertices, the behaviour

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-07-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #29 from Stefan D?singer --- Hmm, this seems like an idea worth thinking about. The D3D behavior the proposed extension addresses is part of the D3DDECLUSAGE_POSITIONT / D3DFVF_XYZRHW vertex input semantics. For now I'm opposed to

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #29 from Stefan Dösinger stefandoesin...@gmx.at --- Hmm, this seems like an idea worth thinking about. The D3D behavior the proposed extension addresses is part of the D3DDECLUSAGE_POSITIONT / D3DFVF_XYZRHW vertex input semantics.

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-06-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #28 from Marek Ol??k --- Stefan, is the extension for implementing the POSITIONT shader semantic? Would a gl_Position output modifier also work for you? For example: #extension GL_MESA_xxx : require pretransformed gl_Position;

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-06-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #28 from Marek Olšák mar...@gmail.com --- Stefan, is the extension for implementing the POSITIONT shader semantic? Would a gl_Position output modifier also work for you? For example: #extension GL_MESA_xxx : require pretransformed

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-03-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #27 from Stefan D?singer --- This is a bad idea because Wine can also run OpenGL applications, which might use depth_clamp in a way that doesn't work on r300g. Feel free to revert the patch for now. Implementing MESA_depth_clip is

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-03-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #26 from Marek Ol??k --- Stefan> We can also go the easy way and only advertise ARB_depth_clamp if the user is Wine. It would work in the same way we disable HyperZ for compositors. I'm assuming Wine can be detected as easily as

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-03-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #26 from Marek Olšák mar...@gmail.com --- Stefan We can also go the easy way and only advertise ARB_depth_clamp if the user is Wine. It would work in the same way we disable HyperZ for compositors. I'm assuming Wine can be detected as

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-03-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #27 from Stefan Dösinger stefandoesin...@gmx.at --- This is a bad idea because Wine can also run OpenGL applications, which might use depth_clamp in a way that doesn't work on r300g. Feel free to revert the patch for now.

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-01-25 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 Piero Finizio changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-01-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 Piero Finizio andabat...@yahoo.it changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-01-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #24 from Piero Finizio --- P.S. System Software / Hardware Information Hardware: Processor: Intel Core Duo T2350 @ 1.86GHz (2 Cores),Graphics: AMD Mobility Radeon X1700 M66 RV535 256MB Software: OS: Fedora 18 (Spherical Cow),

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-01-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #23 from Piero Finizio --- Bisecting is difficult because almost every day I compile from git but i change mesa/drm and xorg/driver/xf86-video-ati in ensemble... Plus I compiled on Fedora 18 with 3.7.x-xx kernel that carries power

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-01-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #23 from Piero Finizio andabat...@yahoo.it --- Bisecting is difficult because almost every day I compile from git but i change mesa/drm and xorg/driver/xf86-video-ati in ensemble... Plus I compiled on Fedora 18 with 3.7.x-xx kernel

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-01-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #24 from Piero Finizio andabat...@yahoo.it --- P.S. System Software / Hardware Information Hardware: Processor: Intel Core Duo T2350 @ 1.86GHz (2 Cores),Graphics: AMD Mobility Radeon X1700 M66 RV535 256MB Software: OS: Fedora 18

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-01-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #22 from Stefan D?singer --- Are you sure? I see nothing in the r300g git history that I'd expect to have fixed this bug. Unless of course the hw does what ARB_depth_clamp requires when you set CLIP_DISABLE and the rendering problems

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-01-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 Piero Finizio changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-01-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 Piero Finizio andabat...@yahoo.it changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-01-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #20 from Marek Ol??k --- FWIW, the extension specification looks good to me. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL:

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-01-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #19 from Stefan D?singer --- Are there any comments on the 2nd extension spec? If it looks good to you I'll do some tests with the r200 and r500 GPUs I have to see how unclipped Z values behave in fragment processing to make sure the

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-01-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #19 from Stefan Dösinger stefandoesin...@gmx.at --- Are there any comments on the 2nd extension spec? If it looks good to you I'll do some tests with the r200 and r500 GPUs I have to see how unclipped Z values behave in fragment

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2013-01-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #20 from Marek Olšák mar...@gmail.com --- FWIW, the extension specification looks good to me. -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-27 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #18 from Piero Finizio --- If i try to revert the commit e866bd1adea2c3b4971ad68e69c644752f2ab7b6 (above mentioned workaround) with git "HEAD at 7c35521 mesa: add missing texel fetch code for sRGB DXT formats" the compilation ends

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #18 from Piero Finizio andabat...@yahoo.it --- If i try to revert the commit e866bd1adea2c3b4971ad68e69c644752f2ab7b6 (above mentioned workaround) with git HEAD at 7c35521 mesa: add missing texel fetch code for sRGB DXT formats the

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 Stefan D?singer changed: What|Removed |Added Attachment #71244|0 |1 is obsolete|

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 Stefan Dösinger stefandoesin...@gmx.at changed: What|Removed |Added Attachment #71244|0 |1 is

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-10 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #16 from Henri Verbeet --- (In reply to comment #15) > I've written an extension proposal for a new mesa extension that exposes the > CLIP_DISABLE bit. The proposal is attached, please review and comment. There > are some TODOs I'm

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #16 from Henri Verbeet hverb...@gmail.com --- (In reply to comment #15) I've written an extension proposal for a new mesa extension that exposes the CLIP_DISABLE bit. The proposal is attached, please review and comment. There are

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-09 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #15 from Stefan D?singer --- Created attachment 71244 --> https://bugs.freedesktop.org/attachment.cgi?id=71244=edit proposed MESA_clip_disable extension I've written an extension proposal for a new mesa extension that exposes the

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #15 from Stefan Dösinger stefandoesin...@gmx.at --- Created attachment 71244 -- https://bugs.freedesktop.org/attachment.cgi?id=71244action=edit proposed MESA_clip_disable extension I've written an extension proposal for a new mesa

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #14 from Marek Ol??k --- (In reply to comment #10) > > That bit only exists on r5xx asics. R3xx and r4xx don't have that bit. > I'd say it's related to floating point depth buffer support. I don't know > about the capabilities of

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #13 from Stefan D?singer --- I think a new extension is the way to go. We could probably call it GL_MESA_depth_clip_disable or GL_MESA_depth_clamp_d3d. One could try to combine the CLIP_DISABLE register with clamping gl_FragDepth

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #12 from Henri Verbeet --- (In reply to comment #9) > 1) Wine shouldn't use ARB_depth_clamp, but instead it should use an > extension that exposes CLIP_DISABLE as defined by D3D9 to the user. The > problem is such an extension

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #11 from Stefan D?singer --- I found the r500 register docs, and yeah, the Z_EXTENDED bit sounds less useful now... -- You are receiving this mail because: You are the assignee for the bug. -- next part --

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #10 from Stefan D?singer --- (In reply to comment #8) > That bit only exists on r5xx asics. R3xx and r4xx don't have that bit. I'd say it's related to floating point depth buffer support. I don't know about the capabilities of the

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #9 from Marek Ol??k --- I don't remember having anything useful besides some quick hacks and I don't have them anymore. I came to the conclusion ARB_depth_clamp is not implementable on r300-r500. I don't think the extended range

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #7 from Stefan D?singer --- Aw, of course thr R3xx_3D_Registers.pdf document doesn't document bit 24 of R300_GB_TILE_CONFIG, which supposedly contains the Z_EXTENDED flag... -- You are receiving this mail because: You are the

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #6 from Stefan D?singer --- I can reproduce the bug, and after a quick investigation it seems to be a legitimate problem how depth clamping is handled. The application enables it, it enables it only if the extension is available and

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #5 from Piero Finizio --- http://sldev.free.fr/ The stable branch Linux: CoolVLViewer-1.26.4.XX works with r300, the CoolVLViewer-1.26.5.XX doesn't because it derives from Second Life official viewer series 3 and so suffers from

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #4 from Stefan D?singer --- I'll have a look at it once I find a download for this app. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #4 from Stefan Dösinger stefandoesin...@gmx.at --- I'll have a look at it once I find a download for this app. -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #5 from Piero Finizio andabat...@yahoo.it --- http://sldev.free.fr/ The stable branch Linux: CoolVLViewer-1.26.4.XX works with r300, the CoolVLViewer-1.26.5.XX doesn't because it derives from Second Life official viewer series 3

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #6 from Stefan Dösinger stefandoesin...@gmx.at --- I can reproduce the bug, and after a quick investigation it seems to be a legitimate problem how depth clamping is handled. The application enables it, it enables it only if the

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #7 from Stefan Dösinger stefandoesin...@gmx.at --- Aw, of course thr R3xx_3D_Registers.pdf document doesn't document bit 24 of R300_GB_TILE_CONFIG, which supposedly contains the Z_EXTENDED flag... -- You are receiving this mail

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #8 from Alex Deucher ag...@yahoo.com --- (In reply to comment #7) Aw, of course thr R3xx_3D_Registers.pdf document doesn't document bit 24 of R300_GB_TILE_CONFIG, which supposedly contains the Z_EXTENDED flag... That bit only

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #9 from Marek Olšák mar...@gmail.com --- I don't remember having anything useful besides some quick hacks and I don't have them anymore. I came to the conclusion ARB_depth_clamp is not implementable on r300-r500. I don't think the

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #10 from Stefan Dösinger stefandoesin...@gmx.at --- (In reply to comment #8) That bit only exists on r5xx asics. R3xx and r4xx don't have that bit. I'd say it's related to floating point depth buffer support. I don't know about the

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #11 from Stefan Dösinger stefandoesin...@gmx.at --- I found the r500 register docs, and yeah, the Z_EXTENDED bit sounds less useful now... -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #12 from Henri Verbeet hverb...@gmail.com --- (In reply to comment #9) 1) Wine shouldn't use ARB_depth_clamp, but instead it should use an extension that exposes CLIP_DISABLE as defined by D3D9 to the user. The problem is such an

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #13 from Stefan Dösinger stefandoesin...@gmx.at --- I think a new extension is the way to go. We could probably call it GL_MESA_depth_clip_disable or GL_MESA_depth_clamp_d3d. One could try to combine the CLIP_DISABLE register with

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #14 from Marek Olšák mar...@gmail.com --- (In reply to comment #10) That bit only exists on r5xx asics. R3xx and r4xx don't have that bit. I'd say it's related to floating point depth buffer support. I don't know about the

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #3 from Piero Finizio --- Yes, reverting commit e866bd1adea2c3b4971ad68e69c644752f2ab7b6 works. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #2 from Marek Ol??k --- Does reverting the commit e866bd1adea2c3b4971ad68e69c644752f2ab7b6 help? -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #1 from Piero Finizio --- Created attachment 70995 --> https://bugs.freedesktop.org/attachment.cgi?id=70995=edit The "blue triangles" -- You are receiving this mail because: You are the assignee for the bug. -- next

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #1 from Piero Finizio andabat...@yahoo.it --- Created attachment 70995 -- https://bugs.freedesktop.org/attachment.cgi?id=70995action=edit The blue triangles -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #2 from Marek Olšák mar...@gmail.com --- Does reverting the commit e866bd1adea2c3b4971ad68e69c644752f2ab7b6 help? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57875] Second Life viewer bad rendering with git-ec83535

2012-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57875 --- Comment #3 from Piero Finizio andabat...@yahoo.it --- Yes, reverting commit e866bd1adea2c3b4971ad68e69c644752f2ab7b6 works. -- You are receiving this mail because: You are the assignee for the bug.