summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-03-21Service/vi: convert services to modulemailwl
2018-03-20Merge pull request #254 from bunnei/port-citra-rendererbunnei
2018-03-20Service: add fatal:u, fatal:p servicesmailwl
2018-03-20renderer_gl: Port boilerplate rasterizer code over from Citra.bunnei
2018-03-20gl_shader_util: Sync latest version with Citra.bunnei
2018-03-20renderer_gl: Port over gl_shader_gen module from Citra.bunnei
2018-03-19Merge pull request #253 from Subv/rt_depthMat M
2018-03-19renderer_gl: Port over gl_shader_decompiler module from Citra.bunnei
2018-03-19renderer_gl: Port over gl_rasterizer_cache module from Citra.bunnei
2018-03-19gl_resource_manager: Sync latest version with Citra.bunnei
2018-03-19renderer_gl: Port over gl_stream_buffer module from Citra.bunnei
2018-03-19gl_state: Sync latest version with Citra.bunnei
2018-03-19GPU: Added Z buffer registers to Maxwell3D's reg structure.Subv
2018-03-19GPU: Added the render target (RT) registers to Maxwell3D's reg structure.Subv
2018-03-19Clang FixesN00byKing
2018-03-19oopsN00byKing
2018-03-19More Warning cleanupsN00byKing
2018-03-19Clean Warnings (?)N00byKing
2018-03-19GPU: Added the TSC registers to the Maxwell3D register structure.Subv
2018-03-19GPU: Added the TIC registers to the Maxwell3D register structure.Subv
2018-03-18Merge pull request #193 from N00byKing/3184_2_robotic_boogaloobunnei
2018-03-18Merge pull request #250 from bunnei/buffer-dequeue-waitbunnei
2018-03-18vi: Remove DequeueBuffer and wait until next available buffer.bunnei
2018-03-18hle_ipc: Add SleepClientThread to block current thread within HLE routines.bunnei
2018-03-18hle_ipc: Use shared_ptr instead of unique_ptr to allow copies.bunnei
2018-03-18hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer.bunnei
2018-03-18thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.bunnei
2018-03-18GPU: Implement macro 0xE1A BindTextureInfoBuffer in HLE.Subv
2018-03-18GPU: Implement the BindStorageBuffer macro method in HLE.Subv
2018-03-18GPU: Handle writes to the CB_DATA method.Subv
2018-03-18GPU: Move the GPU's class constructor and destructors to a cpp file.Subv
2018-03-18GPU: Store uploaded GPU macros and keep track of the number of method paramet...Subv
2018-03-18GPU: Macros are specific to the Maxwell3D engine, so handle them internally.Subv
2018-03-17GPU: Renamed ShaderType to ShaderStage as that is less confusing.Subv
2018-03-17GPU: Store shader constbuffer bindings in the GPU state.Subv
2018-03-17GPU: Corrected some register offsets and removed superfluous macro registers.Subv
2018-03-17GPU: Make the SetShader macro call do the same as the real macro's code.Subv
2018-03-17GPU: Corrected the parameter documentation for the SetShader macro call.Subv
2018-03-17Merge pull request #242 from Subv/set_shaderbunnei
2018-03-16GPU: Handle the SetShader method call (0xE24) and store the shader config.Subv
2018-03-16GPU: Added the vertex array registers.Subv
2018-03-16Merge pull request #241 from Subv/gpu_method_callbunnei
2018-03-16GPU: Process command mode 5 (IncreaseOnce) differently from other commands.Subv
2018-03-16Merge pull request #239 from Subv/shadersbunnei
2018-03-16GPU: Assert that we get a 0 CODE_ADDRESS register in the 3D engine.Subv
2018-03-16GPU: Added Maxwell registers for Shader Program control.Subv
2018-03-16nvflinger: Remove superfluous buffer format check.bunnei
2018-03-16process: MirrorMemory should use MemoryState::Mapped.bunnei
2018-03-16process: Unmap previously allocated heap.bunnei
2018-03-16arm_interface: Support unmapping previously mapped memory.bunnei