[Bug 22625] No card selector available for GL vendor 3 and card vendor 8086

wine-bugs at winehq.org wine-bugs at winehq.org
Wed May 19 04:25:30 CDT 2010


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





--- Comment #13 from dufoli <olivier.duff at gmail.com>  2010-05-19 04:25:29 ---
For fixme issue :

fixme:d3d_caps:select_card_intel_mesa Card selection not handled for Mesa Intel
driver
fixme:d3d_caps:init_driver_info Unhandled vendor 8086.

it is in dlls/wined3d/directx.c
line 1926.

all intel card are CARD_INTEL_I915G for moment.
So we have to create new cards...
and test strstr(gl_renderer,...) to have one for each card.

driver_version_information driver_version_table
must contain our card and driver version.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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