[Bug 35847] wined3d does not recognize cards newer than GTX 770

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Apr 28 08:05:31 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=35847

Matteo Bruni <matteo.mystral at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matteo.mystral at gmail.com

--- Comment #14 from Matteo Bruni <matteo.mystral at gmail.com> ---
(In reply to DL from comment #13)
> Could anyone weigh in on the memory issues with >=4096 ram specified. Is
> this an address space issue? I do feel in general that there are
> memory/crashing related issues that are starting to be exposed with higher
> end cards, that don't occur on Windows.

In general it might well be that libGL uses more addressing space with larger
VRAM sizes, or something like that. If you get GL_OUT_OF_MEMORY errors that's
probably the case.

About the >= 4GB issue, that's simply because we are using a 32-bit unsigned
value to store the memory size in wined3d (see e.g. TextureRam in struct
wined3d_adapter).

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list