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
path: root/src
AgeCommit message (Expand)Author
2022-09-11nvapi-gpu: Remove temperature signedness workaroundKrzysztof Bogacki
2022-08-28nvapi-gpu: Implement GetIrq using nvmlJens Peters
2022-08-28nvapi-gpu: Implement GetCurrentPCIEDownstreamWidth using nvmlJens Peters
2022-06-30nvapi-gpu: Fix typos in commentsJens Peters
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-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-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-25nvml: Allow some NVML functions to be missingKrzysztof Bogacki
2022-06-25nvml: Apply some macro magic to reduce boilerplateKrzysztof Bogacki
2022-06-24nvapi-adapter: Expose only relevant driver infoJens Peters
2022-06-24vulkan: Assert enum value equalityJens Peters
2022-06-08build: Use smaller compile unitsJens Peters
2022-06-06nvapi-d3d: Validate that NVAPI has been initializedJens Peters
2022-06-06build: Disable gcc Wno-unused-parameter on project levelJens Peters
2022-06-06includes: Add missing standard library includesKrzysztof Bogacki
2022-06-04lfx: Use our private headerJens Peters
2022-06-04nvapi: Replace usage of (u_)short with (u)int16_tJens Peters
2022-05-18util: Add nvapi_private headerJens Peters
2022-05-14nvapi-gpu: FormattingJens Peters
2022-05-14nvapi: Format code using clang-formatJens Peters
2022-05-14lfx: Remove unused fieldJens Peters
2022-04-08nvapi-gpu: Stub NvAPI_GPU_GetPstates20Jens Peters
2022-03-26util: Add space for terminationJens Peters
2022-03-26nvapi: Copy into shortstring without writing out of boundsJens Peters
2022-03-26util: Introduce method to copy a string into nvapi-shortstringJens Peters
2022-03-26util: FormattingJens Peters
2022-03-26util: RenamesJens Peters
2022-03-06nvapi-d3d: Stub GetLatency/SetLatencyMarkerJens Peters
2022-03-03nvapi-adapter: Adjust log formatJens Peters
2022-02-11nvapi: Adjust log formatJens Peters
2022-02-11nvapi-drs: Log id and nameJens Peters
2022-02-11nvapi-drs: Ensure valid handlesJens Peters
2022-02-11nvapi-drs: FormattingJens Peters
2022-02-11nvapi-drs: Setup static handlesJens Peters
2022-02-11nvapi-drs: Log setting nameJens Peters