1445 Commits (b1b1c6000924b0166078780e57bc09ec27feca4f)

Author SHA1 Message Date
bunnei b6bed8fd74 memory_manager: Make GpuToCpuAddress return an optional. 8 years ago
bunnei ebef12f037 memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses. 8 years ago
Lioncash f6b2c3485b renderer_opengl: Silence a -Wdangling-else warning in DrawScreenTriangles() 8 years ago
Subv 1eca798d8b GPU: Added asserts to our code for handling the QUERY_GET GPU command. 8 years ago
Subv 6be45c562f GPU: Support multiple enabled vertex arrays. 8 years ago
Subv fbc480d611 GPU: Make the GPU virtual memory manager use 16 page bits and 10 page table bits. 8 years ago
Subv fa6edc4412 GPU: Implement the RGB10_A2 RenderTarget format, it will use the same format as the A2BGR10 texture format. 8 years ago
Subv abd66a9a33 GPU: Implement the A2BGR10 texture format. 8 years ago
bunnei ff1700e261 gl_shader_decompiler: Skip RRO instruction. 8 years ago
bunnei 54fbbc6f26 gl_shader_decompiler: Cleanup error logging. 8 years ago
bunnei f66098bd37 shader_bytecode: Add several more instruction decodings. 8 years ago
bunnei d2302ee79f shader_bytecode: Decode instructions based on bit strings. 8 years ago
Subv 79e7bb8896 ShaderGen: Implemented the KIL instruction, which is equivalent to 'discard'. 8 years ago
Subv 2fbb91a6b6 ShaderGen: Implemented predicated instruction execution. 8 years ago
Subv 31de416fc0 ShaderGen: Implemented the fsetp instruction. 8 years ago
Lioncash c3ade6d56d opengl: Remove unnecessary header inclusions 8 years ago
Lioncash 3768508edf gl_resource_manager: Add missing noexcept specifiers to move constructors and assignment operators 8 years ago
Lioncash f7eb0e8f1b gl_rasterizer_cache: Make MatchFlags an enum class 8 years ago
Subv 601c5d9d93 ShaderGen: Register id 255 is special and is hardcoded to return 0 (SR_ZERO). 8 years ago
Subv 8b8f55d8be ShaderGen: Ignore the 'sched' instruction when generating shaders. 8 years ago
Lioncash 043546e4db math_util: Remove the Clamp() function 8 years ago
Lioncash c9f5ae4fcc common_funcs: Remove ARRAY_SIZE macro 8 years ago
Lioncash 8594945844 renderer_opengl: Add missing header guards 8 years ago
Lioncash 2259f5d56b glsl_shader_decompiler: Use std::string_view instead of std::string for AddLine() 8 years ago
Lioncash 55fef54f2e glsl_shader_decompiler: Add AddNewLine() function to ShaderWriter 8 years ago
Lioncash 5a3da4f1a1 glsl_shader_decompiler: Add char overload for ShaderWriter's AddLine() 8 years ago
Lioncash 21fa39b4f6 glsl_shader_decompiler: Append indentation without constructing a separate std::string 8 years ago
Subv 4ca65f10b1 ShaderGen: Implemented the fmul32i shader instruction. 8 years ago
Subv 887db586be ShaderGen: Fixed a case where the TEXS instruction would use the same registers for the input and the output. 8 years ago
Subv 37f782e1b7 GPU: Add support for the DXT23 and DXT45 compressed texture formats. 8 years ago
Subv e9f62cb1bb GPU: Implemented the B5G6R5 format. 8 years ago
bunnei e8cc5900a6 gl_shader_gen: Support vertical/horizontal viewport flipping. (#347) 8 years ago
Subv d98275cde1 GLCache: Added boilerplate code to make supporting configurable texture component types. 8 years ago
Subv e6991c57e5 GLCache: Unify texture and framebuffer formats when converting to OpenGL. 8 years ago
Subv d088a95097 GPU: Texture format 8 and framebuffer format 0xD5 are actually ABGR8. 8 years ago
Subv 19a0e7e141 GPU: Pitch textures are now supported, don't assert when encountering them. 8 years ago
Subv fecaeb8ae6 GLCache: Take into account the texture's block height when caching and unswizzling. 8 years ago
Subv 19e0d8ca24 GLCache: Added a function to convert cached PixelFormats back to texture formats. 8 years ago
Subv 102251cb37 GPU: Allow using a configurable block height when unswizzling textures. 8 years ago
Subv 67c9964675 GPU/TIC: Added the pitch and block height fields to the TIC structure. 8 years ago
bunnei ed447c8786 gl_rasterizer_cache: Add missing LOG statements. 8 years ago
bunnei d4dcd3e720 texture: Add missing formats. 8 years ago
bunnei 848ade06d5 gpu: Add several framebuffer formats to RenderTargetFormat. 8 years ago
bunnei de84b74dd4 maxwell3d: Allow Texture2DNoMipmap as Texture2D. 8 years ago
bunnei 797267eb58 shader_bytecode: Make ctor's constexpr and explicit. 8 years ago
bunnei 4d9c441bef renderer_opengl: Implement BlendEquation and BlendFunc. 8 years ago
bunnei 48ab22ff76 gl_shader_decompiler: Fix warnings with MarkAsUsed. 8 years ago
bunnei 7ad31d2667 gl_shader_decompiler: Cleanup logging, updating to NGLOG_*. 8 years ago
bunnei 29ab89054d gl_shader_decompiler: Implement several MUFU subops and abs_d. 8 years ago
bunnei 93388e3c6b gl_shader_decompiler: Fix swizzle in GetRegister. 8 years ago