Commit graph

4742 commits

Author SHA1 Message Date
Nicolas Pixel Noble
3af93731d7 Removing zstr. 2022-05-06 19:14:16 -07:00
wheremyfoodat
8d453919f4 Merge branch 'main' into opengl-gpu 2022-05-07 02:37:45 +03:00
wheremyfoodat
c49a07509d [OpenGL GPU] Fix texture interpolation. 2022-05-07 02:37:00 +03:00
wheremyfoodat
72b02a8330 [OpenGL GPU] Fix textured rectangles 2022-05-07 02:12:51 +03:00
wheremyfoodat
a9803a9db0 Better VAO support. 2022-05-07 00:58:55 +03:00
Nicolas Noble
52db4afb0e
Merge pull request #831 from nicolasnoble/circ-fix
Fixing / simplifying circular buffers.
2022-05-04 22:10:01 -07:00
Nicolas Noble
714bb85080
Fixing chores too. 2022-05-04 20:59:36 -07:00
Nicolas Noble
7af7b10437
Fixing yaml... 2022-05-04 20:58:35 -07:00
Nicolas Pixel Noble
bcc51e7b7a Fixing / simplifying circular buffers. 2022-05-04 20:56:06 -07:00
Nicolas Noble
d116824f64
Merge pull request #829 from nicolasnoble/more-uv-threading
More uv threading
2022-05-03 22:04:02 -07:00
Nicolas Pixel Noble
0f321bbe52 Fixing Unix build. 2022-05-03 21:11:56 -07:00
Nicolas Pixel Noble
dc1dc22de6 Derp. 2022-05-03 20:47:10 -07:00
Nicolas Pixel Noble
db04b7239b Using a different Concurrent Queue code. 2022-05-03 20:04:57 -07:00
Nicolas Pixel Noble
8e31328f5c Fixes. 2022-05-02 22:50:02 -07:00
Nicolas Pixel Noble
848d285116 Some crash fixes. 2022-05-01 23:22:58 -07:00
Nicolas Pixel Noble
8eb0752c3a Hooking SIO1Server to new UvFifo. 2022-05-01 23:02:29 -07:00
Nicolas Noble
5a74e1cb68
Merge branch 'grumpycoders:main' into more-uv-threading 2022-05-01 07:17:26 -07:00
Nicolas Noble
1d7c8a6575
Merge pull request #830 from nicolasnoble/update-vixl
Update vixl for newer gcc.
2022-05-01 07:17:00 -07:00
Nicolas Pixel Noble
be9da8d4c2 Fixing MacOS workflows. 2022-04-30 23:49:21 -07:00
Nicolas Pixel Noble
46780bcab9 Fully switching to gcc. 2022-04-30 23:06:17 -07:00
Nicolas "Pixel" Noble
5ae912e563 Updating build docker environment. 2022-04-30 23:03:13 -07:00
Nicolas "Pixel" Noble
18e5c3fda8 Fixing coverage flags. 2022-04-30 21:55:54 -07:00
Nicolas Pixel Noble
4e06674ba5 Flipping compiler. 2022-04-30 21:17:41 -07:00
Nicolas Pixel Noble
853fad6602 Compilation fix. 2022-04-30 20:25:26 -07:00
Nicolas Pixel Noble
0748566bf1 Updating compilers... 2022-04-30 20:08:57 -07:00
Nicolas Pixel Noble
dac73aa090 Derp? 2022-04-30 19:14:29 -07:00
Nicolas Pixel Noble
74c2ddece5 Update vixl for newer gcc. 2022-04-30 17:28:01 -07:00
Nicolas "Pixel" Noble
fb0cb49b06 Upgrading cross image. 2022-04-29 22:23:28 -07:00
Nicolas "Pixel" Noble
4d2a9727ad Updating appimage. 2022-04-29 19:32:17 -07:00
Nicolas Pixel Noble
108f692274 Upgrading dockerfile to Ubuntu 22.04. 2022-04-29 17:53:46 -07:00
wheremyfoodat
35a942eeb9 Hook MSAA to GUI. 2022-04-30 00:11:53 +03:00
wheremyfoodat
4a3b8f6b18 [OpenGL GPU] Fix readbacks with MSAA 2022-04-29 01:00:59 +03:00
Nicolas Pixel Noble
90d8f53b95 Upgrading libuv. 2022-04-27 22:11:55 -07:00
Nicolas Pixel Noble
18eac79e81 Adding UvFifo. 2022-04-27 22:11:33 -07:00
wheremyfoodat
f5ebac4b8a [OpenGL & OpenGL GPU] Initial MSAA implementation. 2022-04-28 03:52:50 +03:00
Nicolas Noble
1ba5e3760b
Merge pull request #828 from nicolasnoble/zlib-upgrade
Upgrade zlib
2022-04-26 19:43:53 -07:00
johnbaumann
0fbc5e49cc
Merge pull request #827 from johnbaumann/cdda_readtest 2022-04-26 20:28:08 -05:00
Nicolas "Pixel" Noble
c265f969dd Upgrade zlib
CVE-2018-25032
2022-04-27 03:18:54 +02:00
John Baumann
355a72f8c0 Derp 2022-04-26 00:03:24 -05:00
John Baumann
98bb8f0aad fix whitespace/merge 2022-04-26 00:02:11 -05:00
John Baumann
ba85881595 Merge branch 'main' of https://github.com/grumpycoders/pcsx-redux into cdda_readtest 2022-04-26 00:01:06 -05:00
John Baumann
76860169d8 Relocate CDDA track type check 2022-04-25 23:59:56 -05:00
John Baumann
a467eb31cf Relocate CDDA track type check 2022-04-25 23:56:56 -05:00
John Baumann
ed5a731c65 Potential fix for over reading CDDA sectors 2022-04-25 23:40:40 -05:00
Nicolas Pixel Noble
3b54ff50cb Merge remote-tracking branch 'upstream/main' into more-uv-threading 2022-04-25 21:32:12 -07:00
Nicolas Noble
9bddfb58cd
Merge pull request #826 from nicolasnoble/toolchain-update
Bumping toolchains to latest binutils/gcc.
2022-04-25 21:18:11 -07:00
Nicolas Pixel Noble
98194eee42 Bumping toolchains to latest binutils/gcc. 2022-04-25 19:17:08 -07:00
wheremyfoodat
318d6ac78e [OpenGL GPU] Totally broken and disgusting textured quad/rect code that gives awesome bugs 2022-04-26 03:44:54 +03:00
wheremyfoodat
f62b24490d [OpenGL GPU] Specify pack/unpack alignment (Fixes memcard text in shell) 2022-04-25 19:55:05 +03:00
wheremyfoodat
09b93b1171 Merge branch 'main' into opengl-gpu 2022-04-25 12:13:03 +03:00