Line 25: | Line 25: | ||
Developers: [https://plus.google.com/110830723758089847922 Axel Davy] (davyaxel@free.fr) | Developers: [https://plus.google.com/110830723758089847922 Axel Davy] (davyaxel@free.fr) | ||
When playing d3d9 games on Wine, their d3d9 calls are translated to OpenGL. This is complicated process, because you have to deal with different drivers having different extensions available, and the fact that opengl and d3d9 don't map perfectly together. Gallium Nine implements the d3d9 API with Gallium internal API, which maps better to d3d9 than OpenGL. You remove some layers of translation in the process which enables better performance. Gallium Nin | |||
'''what is Gallium''': | |||
Gallium is an internal graphic driver abstraction of Mesa to enable support of non-opengl languages more easily (it is used for vdpau and vaapi on r600/radeonsi for example). It is used by nouveau and r300 up to radeonsi for AMD. Intel Opengl support doesn't use gallium, but a gallium driver named ilo exists, but isn't sponsored by Intel. | |||
[https://wiki.ixit.cz/d3d9 https://wiki.ixit.cz/d3d9] | [https://wiki.ixit.cz/d3d9 https://wiki.ixit.cz/d3d9] |
Revision as of 10:48, 22 December 2014
Wine to use mesa Direct3D
Summary
Enhancing mesa and wine with Direct3D9 support will increase performance and reduce resource usage in applications which using D3D9 framework.
Owner
- Name: Igor Gnatenko
- Email: ignatenkobrain@fedoraproject.org
- Release notes owner:
Current status
- Targeted release: Fedora 22
- Last updated: 15 december, 2014
- Tracker bug: <will be assigned by the Wrangler>
Detailed Description
Developers: Axel Davy (davyaxel@free.fr)
When playing d3d9 games on Wine, their d3d9 calls are translated to OpenGL. This is complicated process, because you have to deal with different drivers having different extensions available, and the fact that opengl and d3d9 don't map perfectly together. Gallium Nine implements the d3d9 API with Gallium internal API, which maps better to d3d9 than OpenGL. You remove some layers of translation in the process which enables better performance. Gallium Nin
what is Gallium: Gallium is an internal graphic driver abstraction of Mesa to enable support of non-opengl languages more easily (it is used for vdpau and vaapi on r600/radeonsi for example). It is used by nouveau and r300 up to radeonsi for AMD. Intel Opengl support doesn't use gallium, but a gallium driver named ilo exists, but isn't sponsored by Intel.
TODO ListDescription | Assignee | Status | References |
---|---|---|---|
Enable Direct3D9 state tracker in mesa | Igor Gnatenko | ||
Land d3d support in wine | Axel Davy and Igor Gnatenko |
Hardware | Status | References |
---|---|---|
AMD (r300-r500) |
| |
AMD (r600-radeonsi) | ||
Nvidia (nv50-nvc0) |
| |
Intel (ilo) |
| |
Intel (i915) |
|
Benefit to Fedora
All games wich using Direct3D9 (most of games which wine can run) will have very very good speedup. Real numbers?
- On a simple demo with a weak CPU (Athlon TK-55 X2) CPU usage dropped from 20% to 10%!
- Need a benchmark? 2014-09-14, with older DRI2
- For real games, we're getting mostly double the framerate (depends on the game, the driver and the card)
Scope
- Proposal owners: Igor Gnatenko
- Other developers: Axel Davy
- Release engineering: N/A (not a System Wide Change)
- Policies and guidelines: N/A (not a System Wide Change)
Upgrade/compatibility impact
N/A (not a System Wide Change)
How To Test
# dnf install wine
- Check if
mesa-d3d
installed automatically - Run some benchmarks/games in wine
Expected results: no problems and more better performance
User Experience
N/A (not a System Wide Change)
Dependencies
N/A (not a System Wide Change)
Contingency Plan
- Contingency mechanism: Revert and try to do in next release
- Contingency deadline: beta freeze
- Blocks release? No
- Blocks product? Workstation
Documentation
N/A (not a System Wide Change)