From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 22576] [KMS] mesa demo spectex broken on rv280 Date: Sun, 09 Dec 2012 23:11:52 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0844286426==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 7C9DAE5F8F for ; Sun, 9 Dec 2012 15:11:52 -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 --===============0844286426== Content-Type: multipart/alternative; boundary="1355094712.4EDddeA1.5928"; charset="us-ascii" --1355094712.4EDddeA1.5928 Date: Sun, 9 Dec 2012 23:11:52 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=22576 --- Comment #18 from smoki --- I think i've found source of these lighting problems on r200 in this and other bugs. It is just a typo it seems in r200_state_init.c lit_emit() OUT_VEC(atom->cmd[LIT_CMD_1], atom->cmd+LIT_CMD_1+1); instead of OUT_VEC it needs to be OUT_SCL: OUT_SCL(atom->cmd[LIT_CMD_1], atom->cmd+LIT_CMD_1+1); And that fixed tcl lighting emit complitely for me on 9250 card, but of course that introduce 2 more dwords which atom complain about: CS section size missmatch start at (r200_state_init.c,lit_emit,361) 41 vs 39 CS section end at (r200_state_init.c,lit_emit,364) I've turned off check and it stops :), but don't know how to or where to stop it properly... So maybe someone who read this can do that :)? -- You are receiving this mail because: You are the assignee for the bug. --1355094712.4EDddeA1.5928 Date: Sun, 9 Dec 2012 23:11:52 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 18 on bug 22576 from
 I think i've found source of these lighting problems on r200 in this and other
bugs. It is just a typo it seems in r200_state_init.c lit_emit()

 OUT_VEC(atom->cmd[LIT_CMD_1], atom->cmd+LIT_CMD_1+1);

 instead of OUT_VEC it needs to be OUT_SCL:

 OUT_SCL(atom->cmd[LIT_CMD_1], atom->cmd+LIT_CMD_1+1);

 And that fixed tcl lighting emit complitely for me on 9250 card, but of course
that introduce 2 more dwords which atom complain about:

 CS section size missmatch start at (r200_state_init.c,lit_emit,361) 41 vs 39
 CS section end at (r200_state_init.c,lit_emit,364)

 I've turned off check and it stops :), but don't know how to or where to stop
it properly...

 So maybe someone who read this can do that :)?


You are receiving this mail because:
  • You are the assignee for the bug.
--1355094712.4EDddeA1.5928-- --===============0844286426== 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 --===============0844286426==--