* [Bug 64879] New: i915 doesn't do derivatives, neither gallium nor intel driver
@ 2013-05-22 20:11 bugzilla-daemon
2013-05-22 20:37 ` [Bug 64879] " bugzilla-daemon
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-05-22 20:11 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 677 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64879
Priority: medium
Bug ID: 64879
CC: idr@freedesktop.org
Assignee: dri-devel@lists.freedesktop.org
Summary: i915 doesn't do derivatives, neither gallium nor intel
driver
Severity: normal
Classification: Unclassified
OS: All
Reporter: fjhmesabug@gmail.com
Hardware: Other
Status: NEW
Version: git
Component: Drivers/Gallium/i915g
Product: Mesa
Any way to support dFdx() on i915?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2038 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
^ permalink raw reply [flat|nested] 5+ messages in thread* [Bug 64879] i915 doesn't do derivatives, neither gallium nor intel driver
2013-05-22 20:11 [Bug 64879] New: i915 doesn't do derivatives, neither gallium nor intel driver bugzilla-daemon
@ 2013-05-22 20:37 ` bugzilla-daemon
2013-05-23 19:21 ` bugzilla-daemon
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-05-22 20:37 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 502 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64879
Eric Anholt <eric@anholt.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #1 from Eric Anholt <eric@anholt.net> ---
Other than the sw fallback, no.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1995 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
^ permalink raw reply [flat|nested] 5+ messages in thread* [Bug 64879] i915 doesn't do derivatives, neither gallium nor intel driver
2013-05-22 20:11 [Bug 64879] New: i915 doesn't do derivatives, neither gallium nor intel driver bugzilla-daemon
2013-05-22 20:37 ` [Bug 64879] " bugzilla-daemon
@ 2013-05-23 19:21 ` bugzilla-daemon
2013-05-23 20:33 ` bugzilla-daemon
2013-05-23 21:50 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-05-23 19:21 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 307 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64879
--- Comment #2 from fjhenigman <fjhmesabug@gmail.com> ---
The software rendering fallback in the intel driver is pretty slick. The
gallium driver has nothing like that, correct?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1151 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 64879] i915 doesn't do derivatives, neither gallium nor intel driver
2013-05-22 20:11 [Bug 64879] New: i915 doesn't do derivatives, neither gallium nor intel driver bugzilla-daemon
2013-05-22 20:37 ` [Bug 64879] " bugzilla-daemon
2013-05-23 19:21 ` bugzilla-daemon
@ 2013-05-23 20:33 ` bugzilla-daemon
2013-05-23 21:50 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-05-23 20:33 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 535 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64879
--- Comment #3 from Roland Scheidegger <sroland@vmware.com> ---
(In reply to comment #2)
> The software rendering fallback in the intel driver is pretty slick. The
> gallium driver has nothing like that, correct?
Nope. Not sure though what you mean by pretty slick, in my experience it is
usually useless due to glacial performance (though I guess maybe it's better
thanks to UMA compared to old radeons).
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1458 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 64879] i915 doesn't do derivatives, neither gallium nor intel driver
2013-05-22 20:11 [Bug 64879] New: i915 doesn't do derivatives, neither gallium nor intel driver bugzilla-daemon
` (2 preceding siblings ...)
2013-05-23 20:33 ` bugzilla-daemon
@ 2013-05-23 21:50 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-05-23 21:50 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 423 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64879
--- Comment #4 from Marek Olšák <maraeo@gmail.com> ---
FYI, the old failover module was actually capable of switching between a
hardware driver and softpipe in the middle of rendering. It should be possible
to implement something similar for i915g, though it might be a lot of work.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1286 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
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-05-23 21:50 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-22 20:11 [Bug 64879] New: i915 doesn't do derivatives, neither gallium nor intel driver bugzilla-daemon
2013-05-22 20:37 ` [Bug 64879] " bugzilla-daemon
2013-05-23 19:21 ` bugzilla-daemon
2013-05-23 20:33 ` bugzilla-daemon
2013-05-23 21:50 ` bugzilla-daemon
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.