All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 22576] [KMS] mesa demo spectex broken on rv280
Date: Sun, 09 Dec 2012 23:11:52 +0000	[thread overview]
Message-ID: <bug-22576-502-aF6pIYFyCW@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-22576-502@http.bugs.freedesktop.org/>


[-- Attachment #1.1: Type: text/plain, Size: 897 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=22576

--- Comment #18 from smoki <smoki00790@gmail.com> ---

 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.

[-- Attachment #1.2: Type: text/html, Size: 1677 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2012-12-09 23:11 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-22576-502@http.bugs.freedesktop.org/>
2010-04-11 17:05 ` [Bug 22576] [KMS] mesa demo spectex broken on rv280 bugzilla-daemon
2010-04-20  5:51 ` bugzilla-daemon
2010-04-20 14:11 ` bugzilla-daemon
2010-04-22  0:48 ` bugzilla-daemon
2010-04-22  1:29 ` bugzilla-daemon
2010-04-22  1:38 ` bugzilla-daemon
2010-08-08 17:29 ` bugzilla-daemon
2010-09-13 18:45 ` bugzilla-daemon
2010-09-13 18:50 ` bugzilla-daemon
2010-10-12  8:20 ` bugzilla-daemon
2010-10-20  5:42 ` bugzilla-daemon
2010-10-20  5:43 ` bugzilla-daemon
2012-01-13 14:01 ` bugzilla-daemon
2012-12-09 23:11 ` bugzilla-daemon [this message]
2012-12-10 14:24 ` bugzilla-daemon
2012-12-10 15:28 ` bugzilla-daemon
2012-12-10 16:37 ` bugzilla-daemon
2012-12-18 17:42 ` bugzilla-daemon
2012-12-18 20:43 ` bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-22576-502-aF6pIYFyCW@http.bugs.freedesktop.org/ \
    --to=bugzilla-daemon@freedesktop.org \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.