Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GraphiX
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sip
GraphiX
Compare revisions
f51cd7c4f4192ef34d0f567cf742d73b34a447e8 to 64e89c456386652abf99dc408923a05b4f8515cb
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
sip/graphix
Select target project
No results found
64e89c456386652abf99dc408923a05b4f8515cb
Select Git revision
Loading items
Swap
Target
sip/graphix
Select target project
sip/graphix
1 result
f51cd7c4f4192ef34d0f567cf742d73b34a447e8
Select Git revision
Loading items
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source
1
added dual-gpu hints
· 64e89c45
D-AIRY
authored
Apr 29, 2020
64e89c45
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/dx11/dllmain.cpp
+2
-0
2 additions, 0 deletions
source/dx11/dllmain.cpp
with
2 additions
and
0 deletions
source/dx11/dllmain.cpp
View file @
64e89c45
...
...
@@ -15,6 +15,8 @@
#endif
#define C extern "C"
GX_ENABLE_HIGH_PERFORMANCE_DUAL_GPU
()
#if defined(_WINDOWS)
BOOL
APIENTRY
DllMain
(
HMODULE
hModule
,
DWORD
ul_reason_for_call
,
...
...
This diff is collapsed.
Click to expand it.