wheremyfoodat
224ddac07c
Fix SIMD on MSVC ( #639 )
2024-11-20 02:29:27 +02:00
wheremyfoodat
20a6e0bf0d
Allow compilation with clang-cl ( #638 )
2024-11-20 00:57:52 +02:00
Nadia Holmquist Pedersen
f4eb8bc644
cmake: Add a USE_SYSTEM_SDL2 option
2024-11-12 16:49:10 +01:00
wheremyfoodat
b214782a15
Merge pull request #578 from SamoZ256/metal2
...
Metal backend
2024-11-09 15:33:46 +02:00
wheremyfoodat
a1601b5c8b
Qt: Add rsyn icon to resources
2024-11-06 19:23:21 +02:00
Samuliak
f322ba5102
Merge branch 'master' into metal2
2024-11-05 19:05:23 +01:00
wheremyfoodat
8fc6675a05
Sort out icons on desktop
2024-11-03 14:08:39 +02:00
SamoZ256
02f8250aff
Merge branch 'master' into metal2
2024-10-31 13:45:58 +01:00
Samuliak
272c24d8e4
don't bind resources unnecessarily
2024-10-31 13:45:05 +01:00
Samuliak
158be432fc
rework the lut system
2024-10-31 09:25:01 +01:00
wheremyfoodat
8c80099339
Implement shared font relocation
2024-10-22 19:13:25 +03:00
wheremyfoodat
5d28f11ccf
GPU: Add optimized NEON path for analyzing index buffers ( #613 )
...
* Implement ARM NEON index buffer analysis
* NEON: Fix initial index buffer minima/maxima
* NEON: Fix vertex count comparison for index buffer analysis
* GPU: Add SSE4.1 path for index buffer analysis
* Fix oopsie
* Fix oopsie, again
2024-10-20 20:02:02 +03:00
wheremyfoodat
c97a174cd1
Silence invalid offsetof warning
2024-10-19 18:16:33 +03:00
wheremyfoodat
49a94a13c5
Moar shader decompiler ( #559 )
...
* Renderer: Add prepareForDraw callback
* Add fmt submodule and port shader decompiler instructions to it
* Add shader acceleration setting
* Hook up vertex shaders to shader cache
* Shader decompiler: Fix redundant compilations
* Shader Decompiler: Fix vertex attribute upload
* Shader compiler: Simplify generated code for reading and faster compilation
* Further simplify shader decompiler output
* Shader decompiler: More smallen-ing
* Shader decompiler: Get PICA uniforms uploaded to the GPU
* Shader decompiler: Readd clipping
* Shader decompiler: Actually `break` on control flow instructions
* Shader decompiler: More control flow handling
* Shader decompiler: Fix desitnation mask
* Shader Decomp: Remove pair member capture in lambda (unsupported on NDK)
* Disgusting changes to handle the fact that hw shader shaders are 2x as big
* Shader decompiler: Implement proper output semantic mapping
* Moar instructions
* Shader decompiler: Add FLR/SLT/SLTI/SGE/SGEI
* Shader decompiler: Add register indexing
* Shader decompiler: Optimize mova with both x and y masked
* Shader decompiler: Add DPH/DPHI
* Fix shader caching being broken
* PICA decompiler: Cache VS uniforms
* Simply vertex cache code
* Simplify vertex cache code
* Shader decompiler: Add loops
* Shader decompiler: Implement safe multiplication
* Shader decompiler: Implement LG2/EX2
* Shader decompiler: More control flow
* Shader decompiler: Fix JMPU condition
* Shader decompiler: Convert main function to void
* PICA: Start implementing GPU vertex fetch
* More hw VAO work
* More hw VAO work
* More GPU vertex fetch code
* Add GL Stream Buffer from Duckstation
* GL: Actually upload data to stream buffers
* GPU: Cleanup immediate mode handling
* Get first renders working with accelerated draws
* Shader decompiler: Fix control flow analysis bugs
* HW shaders: Accelerate indexed draws
* Shader decompiler: Add support for compilation errors
* GLSL decompiler: Fall back for LITP
* Add Renderdoc scope classes
* Fix control flow analysis bug
* HW shaders: Fix attribute fetch
* Rewriting hw vertex fetch
* Stream buffer: Fix copy-paste mistake
* HW shaders: Fix indexed rendering
* HW shaders: Add padding attributes
* HW shaders: Avoid redundant glVertexAttrib4f calls
* HW shaders: Fix loops
* HW shaders: Make generated shaders slightly smaller
* Fix libretro build
* HW shaders: Fix android
* Remove redundant ubershader checks
* Set accelerate shader default to true
* Shader decompiler: Don't declare VS input attributes as an array
* Change ubuntu-latest to Ubuntu 24.04 because Microsoft screwed up their CI again
* fix merge conflict bug
2024-10-19 16:53:51 +03:00
wheremyfoodat
fa9ce5fc70
GLES: Implement logic ops via fb fetch ( #608 )
...
* GLES: Implement logic ops via fb fetch
* Attempt to fix deprecated libglx-mesa0 package
* Update Qt_Build.yml
* GLES: Enable fb fetch instead of requiring it
* GLES: Add support for GL_ARM_shader_framebuffer_fetch
* Fix GL_EXT_shader_framebuffer_fetch behavior
2024-10-14 00:17:24 +03:00
SamoZ256
779e30e3e5
Merge branch 'master' into metal2
2024-09-24 09:22:17 +02:00
wheremyfoodat
683b4186d8
Qt: Add CMake target for generating translations
2024-09-16 23:36:42 +03:00
wheremyfoodat
545bbd5c45
HLE DSP: Implement AAC audio decoder
2024-09-05 00:06:48 +03:00
wheremyfoodat
9055076d0d
Add fdk-aac & AAC request structure
2024-09-04 22:31:19 +03:00
Jonian Guveli
4adc50039c
Add build option for opengl profile ( #592 )
...
* Add opengl_profile build option
on android the option is set to OpenGLES by default
* Replace android checks with using_gles
2024-08-28 12:01:55 +00:00
wheremyfoodat
2754df9b94
Add renderdoc API support ( #585 )
...
* Add renderdoc API support
* FIx renderdoc include directory
* Fix RenderDoc linking
* Fix Renderdoc linking (again)
* Maybe fix renderdoc
2024-08-23 05:30:25 +03:00
wheremyfoodat
c694ce9a25
Improved git versioning
2024-08-20 13:20:14 +03:00
Jonian Guveli
dfc7b59de2
Get application version from git
2024-08-20 12:30:19 +03:00
wheremyfoodat
4a90b1ede1
Compile SDL in libretro frontend
2024-08-18 01:18:08 +03:00
Eric Warmenhoven
992c9fb98c
add libretro gitlab CI file
2024-08-17 17:09:46 -04:00
wheremyfoodat
dbdf21b1ab
Improve accelerometer algorithm
2024-08-16 17:54:15 +03:00
Samuliak
45eda2f120
bring back cmake changes
2024-08-16 12:25:46 +02:00
Samuliak
98b5d56021
metal: add all the files
2024-08-16 10:06:56 +02:00
wheremyfoodat
d208c24c0c
Implement controller gyroscope in SDL
2024-08-14 22:35:02 +03:00
wheremyfoodat
d1922798c5
CMake: Disable /GS when using MSVC for user builds
2024-07-31 18:22:14 +03:00
wheremyfoodat
11e7eb7fd6
SDL: Fixup touchscreen code
2024-07-26 12:08:10 +03:00
wheremyfoodat
a5ea268826
Merge branch 'master' into nyom
2024-07-22 15:46:27 +03:00
wheremyfoodat
a8c68baa6f
Don't use -Wno-interference-size on Clang
2024-07-21 21:49:45 +03:00
wheremyfoodat
a93f4d4c64
Merge branch 'master' of https://github.com/wheremyfoodat/Panda3DS
2024-07-21 21:48:24 +03:00
wheremyfoodat
9bd711958b
Add -Wno-interference-size flag for GNUC
2024-07-21 21:46:23 +03:00
wheremyfoodat
906abe0fb3
Add -Wno-interference-size flag for GNUC
2024-07-21 18:29:39 +03:00
wheremyfoodat
8fc61cdb7b
Add shader decompiler files
2024-07-21 17:52:06 +03:00
wheremyfoodat
2a6cd3c5ea
Separate graphics API/Language types from the fragment recompiler
2024-07-21 16:02:22 +03:00
wheremyfoodat
c8eb1c1128
Shader recompiler: Add UBO
2024-07-15 04:10:55 +03:00
wheremyfoodat
c73758959b
Merge branch 'master' into specialized-shaders-2
2024-07-14 23:57:12 +03:00
wheremyfoodat
398d84d13e
Merge pull request #533 from wheremyfoodat/crypto
...
Qt: Add live ubershader editor
2024-07-14 13:37:45 +00:00
wheremyfoodat
d87477832b
Qt: Initial shader editor support
2024-07-14 15:32:26 +03:00
wheremyfoodat
276cf9e06f
Build LuaJIT/Discord RPC even in LR core
2024-07-12 18:23:49 +03:00
wheremyfoodat
a12b721c95
More formatting
2024-07-09 16:52:09 +03:00
Jonian Guveli
173bd03a53
Libretro: Fix lib output name
2024-07-04 00:50:13 +03:00
Jonian Guveli
d47e964c80
Libretro: Initial implementation
2024-07-04 00:50:13 +03:00
wheremyfoodat
29d9ed7224
Try to fix Vulkan on Windows CI part 2 ( #521 )
...
* Try to fix Vulkan SDK on Windows CI
* Try to fix Vulkan SDK on Windows CI
* Update CMakeLists.txt
* Update CMakeLists.txt
* Try to fix Vulkan SDK on Windows CI
* Add trace to Windows build
* Update Windows_Build.yml
* Update Windows_Build.yml
* Update CMakeLists.txt
* Update CMakeLists.txt
* Update CMakeLists.txt
* Update CMakeLists.txt
* Update CMakeLists.txt
* Update Windows_Build.yml
2024-06-26 01:11:48 +03:00
wheremyfoodat
12d25fe20d
CMake: Remove Vulkan version requirement
2024-06-08 15:04:36 +00:00
wheremyfoodat
842943fa4c
GLSL shader gen: Add alpha test (...half of it I guess)
2024-05-13 00:51:40 +03:00
wheremyfoodat
798c651a17
Merge branch 'specialized-shaderz' into specialized-shaders-2
2024-05-12 23:20:12 +03:00