~ppsspp/ppsspp/+git/ppsspp:event-profiler

Last commit made on 2022-09-23
Get this branch:
git clone -b event-profiler https://git.launchpad.net/~ppsspp/ppsspp/+git/ppsspp

Branch merges

Branch information

Name:
event-profiler
Repository:
lp:~ppsspp/ppsspp/+git/ppsspp

Recent commits

7e96181... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Implement a simple event profiler view.

1259283... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

More tweaks, fix crash on exit (double-join thread)

df1297b... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Small tweak

c671b3f... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Can't seem to get around this condition variable... Oh well.

f6c7858... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Readback fix

ef7c884... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Greatly simplify the thread synchronization.

f784112... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Flatten the Run function, to make it easier to reorganize.

5e63cdb... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Make functions private that should be private

77085cf... by Unknown W. Brackets

Merge pull request #16088 from hrydgard/vulkan-cleanup-work

Assorted cleanup work (leaks, Vulkan)

7bef902... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Best practices layer warning: Don't pass in unused clear values. (probably zero impact, heh).