Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jp7677/dxvk-nvapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-12meta: Improve note about PROTON_HIDE_NVIDIA_GPUHEADmasterJens Peters
2022-11-12build: Run setup command explicitelyJens Peters
Newer meson warns rightfully when not doing so. Also improve formatting.
2022-10-14github: Update gcc-problem-matcher actionJens Peters
Fixes Node.js 12 deprecation warning.
2022-09-11meta: Update build requirementsJens Peters
2022-09-11nvapi-gpu: Remove temperature signedness workaroundKrzysztof Bogacki
2022-09-11includes: Update NVML API header to 515.65.01Krzysztof Bogacki
2022-08-28nvapi-gpu: Implement GetIrq using nvmlJens Peters
2022-08-28nvapi-gpu: Implement GetCurrentPCIEDownstreamWidth using nvmlJens Peters
2022-07-26github: Update mingw actionJens Peters
This allows us to remove the git-config workaround.
2022-07-01tests: Show video engine utilizationJens Peters
2022-07-01meta: Improve debug snippetJens Peters
2022-07-01tests: Set nvmlDevice for NVML testsJens Peters
Otherwise unit-tests fail later on NvapiAdapter::HasNvmlDevice(). Strangely this only happens when the test suite runs with wine-nvml being available. Not really sure why...
2022-06-30nvapi-gpu: Fix typos in commentsJens Peters
2022-06-30build: Remove scriptJens Peters
It is easier to follow the instructions from https://blog.jetbrains.com/clion/2021/01/working-with-meson-in-clion-using-compilation-db/
2022-06-30github: Use latest ubuntuJens Peters
This means the latest stable image that GitHub provides, not necessarily the latest OS version.
2022-06-30github: Add linting stepJens Peters
2022-06-30build: Bump required meson versionJens Peters
We want 0.58 for clang-format-check, see https://mesonbuild.com/Code-formatting.html
2022-06-30meta: Ignore certain directories for clang-formatJens Peters
2022-06-26meta: Advertise the same build structure used for CIJens Peters
2022-06-26tests: Check behavior of NvAPI_GPU_GetGpuCoreCountKrzysztof Bogacki
2022-06-26nvapi-gpu: Implement NvAPI_GPU_GetGpuCoreCount using nvmlDeviceGetNumGpuCoresKrzysztof Bogacki
2022-06-26nvml: Load and expose DeviceGetNumGpuCoresKrzysztof Bogacki
2022-06-25lfx: Remove no longer needed includeJens Peters
2022-06-25lfx: Introduce GetProcAddress templateJens Peters
2022-06-25nvml: FormattingJens Peters
Clang-format wants it this way.
2022-06-25nvml: Remove unreachable codeJens Peters
2022-06-25nvml: Use macros to simplify handling of function pointersKrzysztof Bogacki
2022-06-25tests: Use macros to simplify finding functionsKrzysztof Bogacki
2022-06-25meta: Advice buildtype debugoptimizedJens Peters
Build time is much faster and debugging experience is fine for getting a good backtrace.
2022-06-25build: Set debug flags also for buildtype debugoptimizedJens Peters
2022-06-25nvapi-interface: Declare macro closer to usageJens Peters
2022-06-25vulkan: Use nodiscardJens Peters
2022-06-25nvapi-gpu,nvml: Move enum mapping functionsKrzysztof Bogacki
Also extract mapping bus type to a function.
2022-06-25tests: Update tests for new NVML functionsKrzysztof Bogacki
2022-06-25nvapi-gpu: Adjust implementation of NvAPI_GPU_GetThermalSettings to handle ↵Krzysztof Bogacki
some quirks
2022-06-25nvapi-gpu: Reimplement NvAPI_GPU_GetThermalSettings using ↵Krzysztof Bogacki
nvmlDeviceGetThermalSettings
2022-06-25nvml: Load and expose nvmlDeviceGetThermalSettingsKrzysztof Bogacki
2022-06-25nvml: Reorder functions to match API header declaration orderKrzysztof Bogacki
I'm sorry, got too annoyed by this.
2022-06-25nvapi-gpu: Reimplement NvAPI_GPU_GetDynamicPstatesInfoEx using ↵Krzysztof Bogacki
nvmlDeviceGetDynamicPstatesInfo
2022-06-25nvapi-gpu: Reimplement NvAPI_GPU_GetBusType using nvmlDeviceGetBusTypeKrzysztof Bogacki
2022-06-25nvml: Load and expose nvmlDeviceGetBusType and nvmlDeviceGetDynamicPstatesInfoKrzysztof Bogacki
2022-06-25nvml: Fix minor inconsistency in method namesKrzysztof Bogacki
2022-06-25includes: Update NVML API header to 515Krzysztof Bogacki
2022-06-25nvml: Allow some NVML functions to be missingKrzysztof Bogacki
2022-06-25nvml: Apply some macro magic to reduce boilerplateKrzysztof Bogacki
2022-06-24meta: Add instructions for debugging the test suiteJens Peters
2022-06-24tests: Validate that all addresses are validJens Peters
2022-06-24build: Fix debug compilationJens Peters
We need 'mbig-obj' due to heavy usage of our mocking framework. Also create symbols when building in debug configuration.
2022-06-24tests: Fix struct versionJens Peters
2022-06-24build: Ignore default meson build directoryJens Peters
Not really the default, but the directory name used in the meson documentation.