yuzu/src
Subv d57333406d GPU: Partial implementation of long GPU queries.
Long queries write a 128-bit result value to memory, which consists of a 64 bit query value and a 64 bit timestamp.

In this implementation, only select=Zero of the Crop unit is implemented, this writes the query sequence as a 64 bit value, and a 0u64 value for the timestamp, since we emulate an infinitely fast GPU.

This specific type was hwtested, but more rigorous tests should be performed in the future for the other types.
2018-06-03 19:17:31 -05:00
..
common Service/BCAT: add module and services 2018-05-28 16:46:56 +03:00
core Service/time: implement posix time to calendar conversion 2018-06-01 09:40:28 +03:00
input_common input_common: Move old logging macros over to fmt-capable ones 2018-04-26 19:09:25 -04:00
tests
video_core GPU: Partial implementation of long GPU queries. 2018-06-03 19:17:31 -05:00
yuzu Qt/WaitTree: Display the callstack for each thread in the wait tree widget. 2018-05-19 16:52:49 -05:00
yuzu_cmd yuzu_cmd: Fix project for latest msvc. 2018-05-23 21:51:49 -04:00
.clang-format
CMakeLists.txt