The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New OpenGL threading code - call for testing
02-08-2018, 12:03 PM
Post: #1
New OpenGL threading code - call for testing
I've implemented (with a bit of help from Unknown) threaded rendering for OpenGL, which means that the main thread queues up commands, and a background thread actually sends them to the driver, similarly to what we've been doing with Vulkan for a while. This arrangement also allowed more efficient vertex uploads, which improves performances further, but Vertex Cache should no longer help very much.

With this, you should be seeing much better performance if your device couldn't quite keep up before. There is no option, it's always on in new builds.

Please try the latest builds from https://buildbot.orphis.net/ppsspp/ and let me know if anything is broken graphically that used to work, either here in this thread, or preferably in the issue tracker: https://github.com/hrydgard/ppsspp/issues
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
New OpenGL threading code - call for testing - Henrik - 02-08-2018 12:03 PM

Forum Jump: