All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 110783] Mesa 19.1 rc crashing MPV with VAAPI
Date: Thu, 13 Jun 2019 07:35:35 +0000	[thread overview]
Message-ID: <bug-110783-502-wreiP2GV57@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-110783-502@http.bugs.freedesktop.org/>


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

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

--- Comment #12 from Gert Wollny <gw.fossdev@gmail.com> ---
I might add that the DIV is lowered in glsl to RCP+MUL before it is translated
to TGSI, so no need for it there. 

When I look at the bicubic shader with the offending opcodes, I have to say
that using DIV there is a bit lazy, because the DIVs act on constants or
uniforms or combinations of these, and it would probably be better to pass them
reciprocal value in (I just don't know (yet) where the constants are actually
passed in to change this).

Anyway, since there is already a CAP for TEX_LZ I was able to create a simple
fix: 
   https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1084

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

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

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

  parent reply	other threads:[~2019-06-13  7:35 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-28 13:11 [Bug 110783] Mesa 19.1 rc crashing MPV with VAAPI bugzilla-daemon
2019-05-28 13:11 ` bugzilla-daemon
2019-06-10 21:47 ` bugzilla-daemon
2019-06-11  7:06 ` bugzilla-daemon
2019-06-12 14:24 ` bugzilla-daemon
2019-06-12 15:01 ` bugzilla-daemon
2019-06-12 15:16 ` bugzilla-daemon
2019-06-12 17:25 ` bugzilla-daemon
2019-06-12 17:31 ` bugzilla-daemon
2019-06-12 18:42 ` bugzilla-daemon
2019-06-12 19:31 ` bugzilla-daemon
2019-06-13  2:22 ` bugzilla-daemon
2019-06-13  7:35 ` bugzilla-daemon [this message]
2019-06-13 15:46 ` bugzilla-daemon
2019-06-13 16:25 ` bugzilla-daemon
2019-06-14 14:28 ` bugzilla-daemon
2019-06-14 15:15 ` bugzilla-daemon
2019-06-17 14:11 ` bugzilla-daemon
2019-06-26 17:58 ` bugzilla-daemon
2019-06-28 13:39 ` bugzilla-daemon
2019-07-08 16:10 ` bugzilla-daemon
2019-07-09  9:38 ` bugzilla-daemon
2019-07-09 13:14 ` bugzilla-daemon
2019-07-11 12:58 ` bugzilla-daemon
2019-07-11 17:52 ` bugzilla-daemon
2019-07-11 21:25 ` bugzilla-daemon
2019-07-13  6:17 ` 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-110783-502-wreiP2GV57@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.