~ppsspp/ppsspp/+git/ppsspp:drawarrays-avoid-rebind

Last commit made on 2023-05-17
Get this branch:
git clone -b drawarrays-avoid-rebind https://git.launchpad.net/~ppsspp/ppsspp/+git/ppsspp

Branch merges

Branch information

Name:
drawarrays-avoid-rebind
Repository:
lp:~ppsspp/ppsspp/+git/ppsspp

Recent commits

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

OpenGL: When possible, avoid rebinding vertex arrays between glDrawArrays

Profitable optimization in DrawArrays-heavy games like GTA.

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

OpenGL: For contiguous DrawArrays, avoid re-binding the vertex buffer if possible.

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

Break out EnableDisableVertexArrays

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

Remove vestigial support for multiple vertex streams in OpenGL renderer

Unused, and made things more complex. Might do this later for all
backends.

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

Merge pull request #17475 from hrydgard/opengl-basic-profiler

Add a trivial profiling tool to the OpenGL backend

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

Add a trivial profiling tool to the OpenGL backend - meaasure the time it takes to run a frame of commands.

Accessed from the in-game dev menu just like the Vulkan frame profiler.

With this we can easily see that actually submitting the GL commands is often the bottleneck on old
devices like a Galaxy S3.

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

Merge pull request #17473 from hrydgard/revert-remove-hardware-scaler

Revert "Remove the Android display resolution selector"

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

Revert "Remove the Android display resolution selector"

This reverts commit ea0eaa31e653fffba1903745999bdc2f7f2816b4.

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

Compat: Add Yu-Gi-Oh Tag Force 6 to the list of games that warn that they require buffer effects

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

Merge pull request #17466 from hrydgard/android-fix-load-from-downloads

Fix running some file formats from the Downloads folder