11706 Commits (984563b7730df162f15cd6b1362e5a8bbe2bc983)

Author SHA1 Message Date
ReinUsesLisp 8306703a7d yuzu/bootmanager: Remove {glx,wgl}MakeCurrent on SwapBuffers 6 years ago
Fernando Sahmkow 3dd6b55851 Shader_IR: Address Feedback 6 years ago
Rodrigo Locatti 6e347d8d1b
Update src/video_core/renderer_vulkan/vk_descriptor_pool.cpp 6 years ago
ReinUsesLisp 0d6d8129c4 yuzu: Remove Maxwell debugger 6 years ago
ReinUsesLisp 1fe7df4517 vk_descriptor_pool: Initial implementation 6 years ago
Markus Wick 0986caa8d8 core/memory + arm/dynarmic: Use a global offset within our arm page table. 6 years ago
Fernando Sahmkow b3371ed09e Shader_IR: add the ability to amend code in the shader ir. 6 years ago
Rodrigo Locatti 4cbb363d3f
vk_image: Avoid unnecesary equals 6 years ago
Markus Wick cb9dd01ffd video_core: Block in WaitFence. 6 years ago
Rodrigo Locatti f2c61bbe13
vk_staging_buffer_pool: Initialize last epoch to zero 6 years ago
ReinUsesLisp 5b989f189f
gl_rasterizer: Allow rendering without fragment shader 6 years ago
ReinUsesLisp 3813af2f3c
vk_staging_buffer_pool: Add a staging pool for temporary operations 6 years ago
ReinUsesLisp c83bf7cd1e
vk_image: Add an image object abstraction 6 years ago
Fernando Sahmkow a5bb1ac6e3 NvServices: Correct Ioctl Remap. 6 years ago
ReinUsesLisp b9e3f5eb36
fixed_pipeline_state: Define symetric operator!= and mark as noexcept 6 years ago
ReinUsesLisp 4a3026b16b
fixed_pipeline_state: Define structure and loaders 6 years ago
ReinUsesLisp 5770418fb3
maxwell_3d: Add depth bounds registers 6 years ago
ReinUsesLisp 91d35559e5
maxwell_to_gl: Implement missing primitive topologies 6 years ago
Fernando Sahmkow 218ee18417 Texture Cache: Improve documentation 6 years ago
Fernando Sahmkow a3916588b6 Texture Cache: Address Feedback 6 years ago
Fernando Sahmkow 51c9e98677 Texture Cache: Add HLE methods for building 3D textures within the GPU in certain scenarios. 6 years ago
ReinUsesLisp 1e16023d60
gl_shader_cache: Update commentary for shared memory 6 years ago
ReinUsesLisp 486c6a5316
gl_shader_cache: Remove unused entry in GetPrimitiveDescription 6 years ago
ReinUsesLisp af93909c9c
vk_shader_decompiler: Use Visit instead of reimplementing it 6 years ago
ReinUsesLisp 38d3a48873
shader/p2r: Implement P2R Pr 6 years ago
ReinUsesLisp cf27b59493
shader/r2p: Refactor P2R to support P2R 6 years ago
ReinUsesLisp e41da22c8d
vk_resource_manager: Add entry to VKFence to test its usage 6 years ago
ReinUsesLisp ec983a2451
vk_reosurce_manager: Add assert for releasing fences 6 years ago
ReinUsesLisp 6ddffa010a
vk_resource_manager: Implement VKFenceWatch move constructor 6 years ago
ReinUsesLisp 54747d60bc
vk_device: Add entry to catch device losses 6 years ago
ReinUsesLisp 2a63b3bdb9
vk_shader_decompiler: Fix full decompilation 6 years ago
ReinUsesLisp de918ebeb0
vk_shader_decompiler: Skip NDC correction when it is native 6 years ago
ReinUsesLisp 485c21eac3
vk_shader_decompiler: Normalize output fragment attachments 6 years ago
ReinUsesLisp f4a25f854c
vk_device: Add query for RGBA8Uint 6 years ago
ReinUsesLisp abb33d4aec
vk_shader_decompiler: Update sirit and implement Texture AOFFI 6 years ago
ReinUsesLisp da0aa4da6b
gl_rasterizer: Implement RASTERIZE_ENABLE 6 years ago
ReinUsesLisp ae8d4b6c0c
shader/memory: Implement LDG.U8 and unaligned U8 loads 6 years ago
ReinUsesLisp a7d6bd1ef1
shader/conversion: Implement byte selector in I2F 6 years ago
ReinUsesLisp 15a753b9a5
shader/texture: Properly shrink unused entries in size mismatches 6 years ago
ReinUsesLisp e438079b50
gl_shader_decompiler: Add missing DeclareImages 6 years ago
ReinUsesLisp 8b26b4228b
shader_bytecode: Fix TLD4S encoding 6 years ago
bunnei 67b8ecc73e common: SPSCQueue: Notify after incrementing queue size. 6 years ago
ReinUsesLisp b52297767e
renderer_vulkan/shader: Add helper GLSL shaders 6 years ago
ReinUsesLisp e09c1fbc1f
shader/texture: Implement TLD4.PTP 6 years ago
ReinUsesLisp 844e4a297b
shader/texture: Enable arrayed TLD4 6 years ago
ReinUsesLisp a87c85eba2
gl_shader_decompiler: Rename "sepparate" to "separate" 6 years ago
ReinUsesLisp 3d2c44848b
shader/texture: Implement AOFFI for TLD4S 6 years ago
ReinUsesLisp 3d9fff82c0
shader/texture: Remove unnecesary parenthesis 6 years ago
ReinUsesLisp e3ea583893
maxwell_to_vk: Improve image format table and add more formats 6 years ago
ReinUsesLisp f27b21077d
maxwell_to_vk: Implement more vertex formats 6 years ago