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 (Expand)Author
2022-11-12meta: Improve note about PROTON_HIDE_NVIDIA_GPUHEADmasterJens Peters
2022-11-12build: Run setup command explicitelyJens Peters
2022-10-14github: Update gcc-problem-matcher actionJens Peters
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
2022-07-01tests: Show video engine utilizationJens Peters
2022-07-01meta: Improve debug snippetJens Peters
2022-07-01tests: Set nvmlDevice for NVML testsJens Peters
2022-06-30nvapi-gpu: Fix typos in commentsJens Peters
2022-06-30build: Remove scriptJens Peters
2022-06-30github: Use latest ubuntuJens Peters
2022-06-30github: Add linting stepJens Peters
2022-06-30build: Bump required meson versionJens Peters
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
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
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
2022-06-25tests: Update tests for new NVML functionsKrzysztof Bogacki
2022-06-25nvapi-gpu: Adjust implementation of NvAPI_GPU_GetThermalSettings to handle so...Krzysztof Bogacki
2022-06-25nvapi-gpu: Reimplement NvAPI_GPU_GetThermalSettings using nvmlDeviceGetTherma...Krzysztof Bogacki
2022-06-25nvml: Load and expose nvmlDeviceGetThermalSettingsKrzysztof Bogacki
2022-06-25nvml: Reorder functions to match API header declaration orderKrzysztof Bogacki
2022-06-25nvapi-gpu: Reimplement NvAPI_GPU_GetDynamicPstatesInfoEx using nvmlDeviceGetD...Krzysztof Bogacki
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
2022-06-24tests: Fix struct versionJens Peters
2022-06-24build: Ignore default meson build directoryJens Peters