Issues.00495 - lordmundi/wikidoctest GitHub Wiki

00495: Ambient Occlusion feature not working in 319.xx series of NVIDIA driver

« 00494 | Issues | 00496 »

Summary: Ambient Occlusion feature not working in 319.xx series of NVIDIA driver

Created: 2013–06–11 18:25

Status: Released

Category: Bug

From: frankie

Version: 2.3

Released_In: 2.4

Description:

It seems that some of the 319.xx series of NVIDIA drivers are not working with ambient occlusion.

As a workaround, try downgrading to the 310.xx series.


Comments

brad March 05, 2013, at 02:02 PM: Fixed ambient occlusion by implementing a work around for a bug in the transform feedback function introduced in NVidia drivers after the 310 series.


« 00494 | Issues | 00496 »

Associated Commits

| commit | 7906e25172a3dc527d1d9f642f07b0eb61170407 link6 | || | Author: | Brad Bell | | Date: | Wed Mar 5 14:00:59 2014 -0600 | | Message: | [@Issue 00495: fixed ambient occlusion by implementing a work around for a bug in the transform feedback function introduced in NVidia drivers after the 310 series. @] |

Affected Files:

plugin_Darwin/dsp_speedtest3.so    | Bin 700740 -> 728304 bytes
 plugin_Linux_FC3/dsp_speedtest3.so | Bin 655858 -> 692350 bytes
 plugin_Win32/dsp_speedtest3.dll    | Bin 997742 -> 1022648 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)

| commit | 95935e235cf2de5beef6601ec7a64211ddd45a40 link7 | || | Author: | Brad Bell | | Date: | Wed Mar 5 13:52:08 2014 -0600 | | Message: | [@EDGE Issue 00495: modified ambient occlusion to work around a bug in transform feedback introduced in NVidia drivers after the 310 series @] |

Affected Files:

src/plugins/ambocc.fs        |  16 ±
 src/plugins/ambocc.gs        |  37 ±-
 src/plugins/ambocc.vs        |   2 +
 src/plugins/ambocc2.gs       | 169 ++++++++++±-
 src/plugins/ambocc2.vs       |  14 ++
 src/plugins/ambocc2_gs.c     | 169 ++++++++++±-
 src/plugins/ambocc2_mac_gs.c | 162 ++++++++++±-
 src/plugins/ambocc2_mac_vs.c |  14 ±
 src/plugins/ambocc2_vs.c     |  14 ++
 src/plugins/ambocc_fs.c      |  16 ±
 src/plugins/ambocc_gs.c      |  39 ±-
 src/plugins/ambocc_mac_fs.c  |  16 ±
 src/plugins/ambocc_mac_gs.c  |   5 ±
 src/plugins/ambocc_mac_vs.c  |   2 +
 src/plugins/ambocc_vs.c      |   2 +
 src/plugins/dsp_speedtest3.c | 561 ++++++++++++++++++++++++++++++++++++++±---
 16 files changed, 1078 insertions(+), 160 deletions(-)