mirror of
https://github.com/open-goal/jak-project
synced 2026-08-12 20:03:14 -04:00
improve performance on intel graphics (#1041)
* improve performance on intel graphics * more tweaks, add a glfinish button * remove divide in fragment shader * temp * add cpu sky blend * use vao * change format * use floats in direct renderer * format * format again * tfrag ice
This commit is contained in:
@@ -221,7 +221,7 @@ void Deci2Server::run() {
|
||||
|
||||
auto& driver = d2_drivers[handler];
|
||||
|
||||
int sent_to_program = 0;
|
||||
u32 sent_to_program = 0;
|
||||
while (!want_exit() && (hdr->rsvd < hdr->len || sent_to_program < hdr->rsvd)) {
|
||||
// send what we have to the program
|
||||
if (sent_to_program < hdr->rsvd) {
|
||||
|
||||
Reference in New Issue
Block a user