Nguyen Dac Nam
70ff82f72d
shader_decode: BFE add ref of reverse parallel method.
6 years ago
Nguyen Dac Nam
96a4abe12d
shader_decode: implement BREV on BFE
Implement reverse parallel follow: https://graphics.stanford.edu/~seander/bithacks.html#ReverseParallel
6 years ago
Nguyen Dac Nam
93547cac68
shader_bytecode: update BFE instructions struct.
6 years ago
Nguyen Dac Nam
911c56ccef
node_helper: add IBitfieldExtract case
6 years ago
Nguyen Dac Nam
465ba30d08
shader_decode: Reimplement BFE instructions
6 years ago
Fernando Sahmkow
00e9ba0603
Merge pull request #3483 from namkazt/patch-1
vk_rasterizer: fix mistype on SetupGraphicsImages
6 years ago
Fernando Sahmkow
f159a12820
Merge pull request #3480 from ReinUsesLisp/vk-disabled-ubo
vk_rasterizer: Support disabled uniform buffers
6 years ago
bunnei
ca2d228c9d
Merge pull request #3497 from FernandoS27/microprogfile-extend
Small corrections and features to microprofile
6 years ago
bunnei
c21dc36cda
Merge pull request #3496 from vitor-k/remove-enum
framebuffer_layout.h: drop the use of enum for screen dimensions
6 years ago
Fernando Sahmkow
95b804ff05
NVFlinger: Do the microprofile Flip after processing a valid frame.
6 years ago
Fernando Sahmkow
448856695a
Microprofile: Allow accessing token.
6 years ago
bunnei
fce33adcf1
Merge pull request #3494 from ReinUsesLisp/fix-cs-pipeline
gl_shader_manager: Fix interaction between graphics and compute
6 years ago
Vitor Kiguchi
e891ff9a0c
framebuffer_layout.h: drop the use of enum for screen dimensions.
+clang format
6 years ago
ReinUsesLisp
8357908099
gl_shader_manager: Fix interaction between graphics and compute
After a compute shader was set to the pipeline, no graphics shader was
invoked again. To address this use glUseProgram to bind compute shaders
(without state tracking) and call glUseProgram(0) when transitioning out
of it back to the graphics pipeline.
6 years ago
bunnei
503ebe9b96
Merge pull request #3458 from FearlessTobi/voice-issues
cubeb_sink: Don't discard other channels when performing downmixing
6 years ago
Rodrigo Locatti
22e825a3bc
Merge pull request #3301 from ReinUsesLisp/state-tracker
video_core: Remove gl_state and use a state tracker based on dirty flags
6 years ago
bunnei
c281173df6
Merge pull request #3486 from ReinUsesLisp/fix-anisotropy-hack
textures: Fix anisotropy hack
6 years ago
ReinUsesLisp
1aa75b1081
textures: Fix anisotropy hack
Previous code could generate an anisotropy value way higher than x16.
6 years ago
FearlessTobi
59d0d34dce
cubeb_sink: Don't discard other channels when performing downmixing
Previously, when performing downmixing, we would discard all channels except the left and right one.
This implementation respects them when mixing down to Stereo.
It is taken from this document: http://www.atsc.org/wp-content/uploads/2015/03/A52-201212-17.pdf .
Fixes Luigis Mansion 3 cutscene and Bayonetta audio.
6 years ago
bunnei
84e9f9f395
Merge pull request #3452 from Morph1984/anisotropic-filtering
frontend/Graphics: Add "Advanced" graphics tab and experimental Anisotropic Filtering support
6 years ago
Nguyen Dac Nam
16cfbb068c
vk_reasterizer: fix mistype on SetupGraphicsImages
This should use Maxwell3D engine. Fixed some GPU error on Kirby and maybe other games.
6 years ago
bunnei
662feb8c1c
Merge pull request #3481 from ReinUsesLisp/abgr5-storage
maxwell_to_vk: Remove Storage capability for A1B5G5R5U
6 years ago
ReinUsesLisp
e4f9ce0379
vk_rasterizer: Support disabled uniform buffers
6 years ago
ReinUsesLisp
aa6fe3f1aa
maxwell_to_vk: Remove Storage capability for A1B5G5R5U
6 years ago
bunnei
49eff536d0
Merge pull request #3463 from ReinUsesLisp/vk-toctou
vk_swapchain: Silence TOCTOU race condition
6 years ago
bunnei
4a8fe67964
Merge pull request #3479 from jroweboy/dont-log-on-no-input
Minor fixes for udp input
6 years ago
bunnei
0361aa1915
Merge pull request #3451 from ReinUsesLisp/indexed-textures
vk_shader_decompiler: Implement indexed textures
6 years ago
bunnei
fa1d625eed
Merge pull request #3469 from namkazt/patch-1
shader_decode: Fix LD, LDG when track constant buffer
6 years ago
bunnei
1e84d22275
Merge pull request #3478 from bunnei/a32
Refactoring to boot A32 games
6 years ago
James Rowe
002d9508a0
input/udp - Add minor error handling to prevent bad input from crashing
6 years ago
bunnei
67e7186d79
Merge pull request #3455 from ReinUsesLisp/attr-scaled
video_core: Implement more scaled attribute formats
6 years ago
James Rowe
fc205a1bc5
Frontend/SDL - Provide proper default for UDP input
When the default file is read in, the settings default value is only used
when the key is missing. As it was, the key existed, but the value was empty string
causing it to accept that as a value to pass into the core
6 years ago
James Rowe
2cdda8c564
input/udp - Dont log on invalid packet received
6 years ago
bunnei
dba112e510
core: hle: Implement separate A32/A64 SVC interfaces.
6 years ago
bunnei
c083ea7d78
core: Implement separate A32/A64 ARM interfaces.
6 years ago
bunnei
6fc485a607
core: loader: Remove check for 32-bit.
6 years ago
bunnei
64facb403e
core: dynarmic: Add CP15 from Citra.
6 years ago
bunnei
08c638f249
Merge pull request #3464 from FernandoS27/jit-fix
ARM_Interface: Cache the JITs instead of deleting/recreating.
6 years ago
bunnei
dfa2e336ba
Merge pull request #3475 from yuzu-emu/FearlessTobi-readme
Port citra-emu/citra#5097 : "Update README.md"
6 years ago
Tobias
6af8ff24c9
Update README.md
6 years ago
Nguyen Dac Nam
85a4222a8c
nit: move comment to right place.
6 years ago
bunnei
ca7618684c
Merge pull request #3448 from bunnei/fix-audio-interp-2
audio_core: interpolate: Improvements to fix audio crackling.
6 years ago
ReinUsesLisp
735c003a70
video_core/dirty_flags: Address feedback
6 years ago
ReinUsesLisp
ef7f6eb67d
renderer_opengl: Fix edge-case where alpha testing might cull presentation
6 years ago
ReinUsesLisp
a6a350ddc3
gl_texture_cache: Remove blending disable on blits
Blending doesn't affect blits. Rasterizer discard does, update the
commentaries.
6 years ago
ReinUsesLisp
887d5288ef
gl_rasterizer: Don't disable blending on clears
Blending doesn't affect clears.
6 years ago
ReinUsesLisp
ac204754d4
dirty_flags: Deduplicate code between OpenGL and Vulkan
6 years ago
ReinUsesLisp
6669b359a3
vk_rasterizer: Pass Maxwell registers to dynamic updates
6 years ago
ReinUsesLisp
042256c6bb
state_tracker: Remove type traits with named structures
6 years ago
ReinUsesLisp
6ac3eb4d87
vk_state_tracker: Implement dirty flags for stencil properties
6 years ago