You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src
ReinUsesLisp 73fb3a304b gl_device: Expose NV_vertex_buffer_unified_memory except on Turing
Expose NV_vertex_buffer_unified_memory when the driver supports it.

This commit adds a function the determine if a GL_RENDERER is a Turing
GPU. This is required because on Turing GPUs Nvidia's driver crashes
when the buffer is marked as resident or on DeleteBuffers. Without a
synchronous debug output (single threaded driver), it's likely that
the driver will crash in the first blocking call.
5 years ago
..
audio_core
common
core Merge pull request #4138 from Morph1984/GyroscopeZeroDriftMode 5 years ago
input_common
tests
video_core gl_device: Expose NV_vertex_buffer_unified_memory except on Turing 5 years ago
web_service
yuzu Merge pull request #3948 from Morph1984/log-cpu-instructions 5 years ago
yuzu_cmd
yuzu_tester yuzu_tester: Silence type conversion warning 5 years ago
.clang-format
CMakeLists.txt