Comments on: Driver Update – AMD Drivers Fixed https:/2014/02/driver-update-amd-drivers-fixed/ Developer resources for the X-Plane flight simulator Sun, 02 Mar 2014 15:34:24 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: Jakob Grzywacz https:/2014/02/driver-update-amd-drivers-fixed/#comment-8349 Sun, 02 Mar 2014 15:34:24 +0000 http://xplanedev.wpengine.com/?p=5244#comment-8349 In reply to Ben Supnik.

Its visible with atho scattering on and a descent visibility. Set it to 10SM with some low clouds. If there are rivers behind the limit of visibility, there are rendered in red shine within the mist or haze.

I failed back to an earlier driver, until thats resolved, so I can’t reproduce it at the moment.

]]>
By: Jakob Grzywacz https:/2014/02/driver-update-amd-drivers-fixed/#comment-8348 Sun, 02 Mar 2014 15:31:45 +0000 http://xplanedev.wpengine.com/?p=5244#comment-8348 In reply to Ben Supnik.

Ah.. and I thought my monitor had some blueish taint.. .or maybe the wine I had the day before, was just too good…

]]>
By: Ben Supnik https:/2014/02/driver-update-amd-drivers-fixed/#comment-8345 Sat, 01 Mar 2014 22:36:43 +0000 http://xplanedev.wpengine.com/?p=5244#comment-8345 In reply to Philipp.

Blue out!? Philipp – you and Roman are _nuts_. 🙂 🙂 🙂

]]>
By: Philipp https:/2014/02/driver-update-amd-drivers-fixed/#comment-8344 Sat, 01 Mar 2014 22:19:46 +0000 http://xplanedev.wpengine.com/?p=5244#comment-8344 In reply to Benoit Richard.

Hi Benoit,
I’m 99% sure the “blue fade out” you experience with the 777 has nothing to do with driver but is rather the cold “blue-out” of the simulated 777 pilot. Make sure to close the doors and set the air-conditioning properly to ensure a nice cabin temperature.

]]>
By: Ben Supnik https:/2014/02/driver-update-amd-drivers-fixed/#comment-8343 Thu, 27 Feb 2014 18:35:58 +0000 http://xplanedev.wpengine.com/?p=5244#comment-8343 In reply to Filippo.

I’ve watched some of the Mantle presentations; it’s theoretically possible that we may someday use it. Mantle provides two advantages:

1. Because it’s modern and coded with multi-core and modern hardware in mind from day one, the abstractions fit the top-end cards perfectly, where-as OpenGL has a fair amount of “weird stuff” due to the gradual evolution. (Lord knows how many times they’ve refactored the texturing API, for example.)

2. Because it is lower level, it moves scheduling and resource management into the host app (that would be X-Plane in our case) – the theory is that the driver is making guesses when it schedules and manages resources, where-as the app really knows what it wants.

But those aren’t totally wins. In case 1, we support plenty of hw too old to run Mantle, and someday there will be newer hardware with different characteristics…whether Mantle handles that new hardware gracefully or not is too be determined. In case 2, writing scheduling and resource management is a big complicated task, so having the driver not do it might make the driver cheaper to develop but it makes the app more expensive (in developer time) to develop. For AAA games like Battlefield they can easily afford that – but the top-tier games are unusual (in the universe of all OpenGL apps) in terms of having man-power.

At this point we are not held back by OpenGL; rather there is work I am in the middle of doing to more effectively use OpenGL. Once we use OpenGL most efficiently then we can re-measure performance, see how much overhead (if any) OpenGL is costing us, and decide what to do next.

]]>
By: Ben Supnik https:/2014/02/driver-update-amd-drivers-fixed/#comment-8342 Thu, 27 Feb 2014 18:02:41 +0000 http://xplanedev.wpengine.com/?p=5244#comment-8342 In reply to Chris.

Yeah another user told me that it’s the combination of shadows + per pixel + HDR + scattering. NV also says they have seen the bug reports.

]]>
By: Benoit Richard https:/2014/02/driver-update-amd-drivers-fixed/#comment-8341 Thu, 27 Feb 2014 16:43:35 +0000 http://xplanedev.wpengine.com/?p=5244#comment-8341 Hi Ben, I tried to update to the Catalyst Beta drivers you mentioned and a strange situation has occurred. When I load X-Plane 10.25 on my Windows 7-64bit system, everything looks normal until I go inside the cockpit (Ramzzess 777 Worldliner Professional). My 3 screens (Eyefinity) slowly fade to Blue!
If I go outside the plane, everything looks fine…

I will try to uninstall and reinstall the beta drivers and if the problem persists, I will revert back to Catalyst 13.9

Thanks,
Benoit

]]>
By: Filippo https:/2014/02/driver-update-amd-drivers-fixed/#comment-8340 Thu, 27 Feb 2014 10:14:19 +0000 http://xplanedev.wpengine.com/?p=5244#comment-8340 Speaking about drivers, the recent introduction of the Mantle API by AMD has raised some fuss, and it looks like more and more developers actually back the possibility to interact with graphics hardware at a lower level, so to reduce, if not eliminate, the API / Driver overhead. And, as a consequence of this new trend, it looks like future revisions of the mayor graphics APIs will allow more low-level access to the GPU features.

http://www.tomshardware.com/news/directx-direct3d-opengl-mantle,26167.html

Does LR have some opinion on this? Could a future version of X-Plane benefit from such enhancements?

Best regards,
Filippo

]]>
By: Chris https:/2014/02/driver-update-amd-drivers-fixed/#comment-8337 Wed, 26 Feb 2014 22:35:32 +0000 http://xplanedev.wpengine.com/?p=5244#comment-8337 I just filed a bug for this issue. For users reading this, you can work around it by un-checking Atmospheric Scattering in your render settings.

]]>