Re: Rendering to Multiple GPUs
From: Phil Taylor (ptaylor_at_private-citizen.com)
Date: 06/11/04
- Next message: Phil Taylor: "Re: Depth Rendering Issue Regarding Transparency"
- Previous message: Chris P. [MVP]: "Re: GUID's and enumeration question."
- In reply to: Eric Penner: "Rendering to Multiple GPUs"
- Next in thread: Eric Penner: "Re: Rendering to Multiple GPUs"
- Reply: Eric Penner: "Re: Rendering to Multiple GPUs"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 11 Jun 2004 08:12:06 -0700
for the multi-head case, the screensaver framework does not create copies.
if its separate devices, there is no way to avoid the copies.
managed resources do not exist only in system memory, you misunderstand how
resources and resource management works.
"Eric Penner" <EricPenner@discussions.microsoft.com> wrote in message
news:94232435-0468-4E80-AB33-363CBE867E45@microsoft.com...
> Hi there,
>
> I'm interested in methods of rendering to multiple monitors. In general,
as soon as I drag a window off of one monitor it drops to software rendering
(except for a few cases like using NView to make two monitors appear as one
monitor to windows.
>
> The moire screen saver demo creates numerous devices and renders to each
independantly, but this requires creating multiple copies of all your
resources (not very fun).
>
> Is there *any* solution to render to numerous monitors at the same time or
to share resources across devices? I get errors if I use a managed resource
created on one device on a different device. It *should* be able to work
since managed resources exist in system memory.
>
> Anyway, any help would be appreciated!
>
> Eric Penner
>
>
- Next message: Phil Taylor: "Re: Depth Rendering Issue Regarding Transparency"
- Previous message: Chris P. [MVP]: "Re: GUID's and enumeration question."
- In reply to: Eric Penner: "Rendering to Multiple GPUs"
- Next in thread: Eric Penner: "Re: Rendering to Multiple GPUs"
- Reply: Eric Penner: "Re: Rendering to Multiple GPUs"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|