1323 Commits (7786f41cc0a0549d1bfb7c4ccafca9e39b897cb3)

Author SHA1 Message Date
Subv cff7b29bba GPU: Added the TIC registers to the Maxwell3D register structure. 8 years ago
Subv 03156d0c9a GPU: Implement macro 0xE1A BindTextureInfoBuffer in HLE. 8 years ago
Subv 7b6868e908 GPU: Implement the BindStorageBuffer macro method in HLE. 8 years ago
Subv 85d820b1b4 GPU: Handle writes to the CB_DATA method. 8 years ago
Subv a64b936cbe GPU: Move the GPU's class constructor and destructors to a cpp file. 8 years ago
Subv aa586fa268 GPU: Store uploaded GPU macros and keep track of the number of method parameters. 8 years ago
Subv 7ac8657432 GPU: Macros are specific to the Maxwell3D engine, so handle them internally. 8 years ago
Subv ccb8da1512 GPU: Renamed ShaderType to ShaderStage as that is less confusing. 8 years ago
Subv 88698c156f GPU: Store shader constbuffer bindings in the GPU state. 8 years ago
Subv 66dae22790 GPU: Corrected some register offsets and removed superfluous macro registers. 8 years ago
Subv 1d9d9c16e8 GPU: Make the SetShader macro call do the same as the real macro's code. 8 years ago
Subv 579000e747 GPU: Corrected the parameter documentation for the SetShader macro call. 8 years ago
Subv f93d769a1c GPU: Handle the SetShader method call (0xE24) and store the shader config. 8 years ago
Subv d2888f7e90 GPU: Added the vertex array registers. 8 years ago
Subv 29feece4b8 GPU: Process command mode 5 (IncreaseOnce) differently from other commands. 8 years ago
Subv bf310a41b8 GPU: Assert that we get a 0 CODE_ADDRESS register in the 3D engine. 8 years ago
Subv cbec739e7b GPU: Added Maxwell registers for Shader Program control. 8 years ago
Subv 5fb4c718cc GPU: Intercept writes to the VERTEX_END_GL register. 8 years ago
Lioncash 490d0e36a0
maxwell_3d: Make constructor explicit 8 years ago
Subv ac61a7d1e6 GPU: Partially implemented the QUERY_* registers in the Maxwell3D engine. 8 years ago
Subv 6cddf9d88e Make a GPU class in VideoCore to contain the GPU state. 8 years ago
Subv e01a8f2187 GPU: Added a command processor to decode the GPU pushbuffers and forward the commands to their respective engines. 8 years ago
bunnei deadcb39c2 renderer_opengl: Support framebuffer flip vertical. 8 years ago
MerryMage 738f91a57d memory: Replace all memory hooking with Special regions 8 years ago
James Rowe 096be16636 Format: Run the new clang format on everything 8 years ago
Lioncash e710a1b989 CMakeLists: Derive the source directory grouping from targets themselves 8 years ago
MerryMage e35644c005 clang-format 8 years ago
bunnei 92801b1c34 renderer_gl: Clear screen to black before rendering framebuffer. 8 years ago
bunnei ebd613c2cc renderer: Render previous frame when no new one is available. 8 years ago
MerryMage e86bdb1601 Fix build on macOS and linux 8 years ago
James Rowe 389979018c Remove gpu debugger and get yuzu qt to compile 8 years ago
James Rowe 1d28b2e142 Remove references to PICA and rasterizers in video_core 8 years ago
bunnei 11adef4843 renderer_opengl: Fix LOG_TRACE in LoadFBToScreenInfo. 8 years ago
bunnei ee4691297f renderer_opengl: Support rendering Switch framebuffer. 8 years ago
bunnei 236d463c52 render_base: Add a struct describing framebuffer metadata. 8 years ago
bunnei 866e66dc31 renderer_opengl: Add MortonCopyPixels function for Switch framebuffer. 8 years ago
bunnei 9e2ad45c98 renderer_opengl: Update DrawScreens for Switch. 8 years ago
bunnei 93480b10ef core/video_core: Fix a bunch of u64 -> u32 warnings. 8 years ago
bunnei 960a1416de hle: Initial implementation of NX service framework and IPC. 8 years ago
Huw Pascoe b3b34a1e76 Extracted the attribute setup and draw commands into their own functions 8 years ago
Huw Pascoe a13ab958cb Fixed type conversion ambiguity 8 years ago
Subv a321bce378 Disable unary operator- on Math::Vec2/Vec3/Vec4 for unsigned types. 8 years ago
Huw Pascoe 903906da3b Optimized Float<M,E> multiplication 8 years ago
Huw Pascoe 876aa82c29 Optimized Morton 8 years ago
James Rowe 19d41dcc6e Remove pipeline.gpu_mode and fix minor issues 8 years ago
Huw Pascoe a234e4c200 Improved performance of FromAttributeBuffer 8 years ago
Huw Pascoe 6a110ac5f5 Fixed framebuffer warning 8 years ago
James Rowe ad0b57f407 GPU: Add draw for immediate and batch modes 8 years ago
wwylele 12fbc8c8df pica/lighting: only apply Fresnel factor for the last light 8 years ago
wwylele e2c41a5891 video_core: report telemetry for gas mode 8 years ago