From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 57875] Second Life viewer bad rendering with git-ec83535 Date: Tue, 22 Jan 2013 10:25:25 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1252504275==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 438E2E6048 for ; Tue, 22 Jan 2013 02:25:25 -0800 (PST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1252504275== Content-Type: multipart/alternative; boundary="1358850325.E3a1f51.16092"; charset="us-ascii" --1358850325.E3a1f51.16092 Date: Tue, 22 Jan 2013 10:25:25 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" 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 management improvements and other work for the Radeon driver. To get rid of bug I reverted the commits: r300_screen.c - case PIPE_CAP_DEPTH_CLIP_DISABLE: /* XXX implemented, but breaks Regnum Online */ return 1; ... case PIPE_CAP_INDEP_BLEND_FUNC: + case PIPE_CAP_DEPTH_CLIP_DISABLE: ------------------ r300_state.c - R300_PS_UCP_MODE_CLIP_AS_TRIFAN | - (state->depth_clip ? 0 : R300_CLIP_DISABLE); + R300_PS_UCP_MODE_CLIP_AS_TRIFAN; ----------------- now i dont need anymore this way and the version of Second Life viewer is the same: CoolVLViewer-1.26.4.48-Linux Another path of investigation would be the anti-aliasing performance optimizations By Marek Olsek. Anyway I will try to help within the limits of possibility. -- You are receiving this mail because: You are the assignee for the bug. --1358850325.E3a1f51.16092 Date: Tue, 22 Jan 2013 10:25:25 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 23 on bug 57875 from
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
management improvements and other work for the Radeon driver.

To get rid of bug I reverted the commits:

r300_screen.c

- case PIPE_CAP_DEPTH_CLIP_DISABLE: /* XXX implemented, but breaks Regnum
Online */
return 1;
...
case PIPE_CAP_INDEP_BLEND_FUNC:
+ case PIPE_CAP_DEPTH_CLIP_DISABLE:

------------------

r300_state.c

- R300_PS_UCP_MODE_CLIP_AS_TRIFAN |
- (state->depth_clip ? 0 : R300_CLIP_DISABLE);

+ R300_PS_UCP_MODE_CLIP_AS_TRIFAN;

----------------- 

now i dont need anymore this way and the version of Second Life viewer is the
same: CoolVLViewer-1.26.4.48-Linux

Another path of investigation would be the anti-aliasing performance
optimizations By Marek Olsek.
Anyway I will try to help within the limits of possibility.


You are receiving this mail because:
  • You are the assignee for the bug.
--1358850325.E3a1f51.16092-- --===============1252504275== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============1252504275==--