Skip to content

Commit

Permalink
Merge pull request #119 from p0wdrdotcom/master
Browse files Browse the repository at this point in the history
Update GPUConfig.h for GeForce GTX 965M
  • Loading branch information
mp3guy authored Nov 4, 2017
2 parents 610c68d + 6903c05 commit 57e2541
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Core/src/Utils/GPUConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ class GPUConfig
rgbStepMap["GeForce GTX 970"] = std::pair<int, int>(160, 64);
rgbResMap["GeForce GTX 970"] = std::pair<int, int>(128, 272);
so3StepMap["GeForce GTX 970"] = std::pair<int, int>(96, 64);

icpStepMap["GeForce GTX 965M"] = std::pair<int, int>(256, 32);
rgbStepMap["GeForce GTX 965M"] = std::pair<int, int>(224, 16);
rgbResMap["GeForce GTX 965M"] = std::pair<int, int>(384, 480);
so3StepMap["GeForce GTX 965M"] = std::pair<int, int>(160, 32);

icpStepMap["GeForce GTX 675MX"] = std::pair<int, int>(128, 80);
rgbStepMap["GeForce GTX 675MX"] = std::pair<int, int>(128, 48);
Expand Down

0 comments on commit 57e2541

Please sign in to comment.