summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-18Merge pull request #248 from Subv/cb_databunnei
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-18Merge pull request #246 from Subv/gpu_macro_callsSebastian Valle
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-17Merge pull request #245 from Subv/set_shader2bunnei
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-17Merge pull request #243 from Subv/vertex_bufferbunnei
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-16Merge pull request #238 from bunnei/fix-buffer-checkbunnei
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-16Merge pull request #232 from bunnei/heap-fixesbunnei
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
2018-03-16svc: Use more correct values for GetInfo MapRegion and NewMapRegion.bunnei
2018-03-16kernel: Move stack region outside of application heap.bunnei
2018-03-16memory: Add regions for map region, "new" map region, etc.bunnei
2018-03-16process: Fix stack memory state.bunnei
2018-03-16MemoryState: Add additional memory states and improve naming.bunnei
2018-03-16Merge pull request #237 from mailwl/nifm-modulebunnei
2018-03-16IGeneralService: fix function listmailwl
2018-03-16Service/NIFM: stub cancel functionmailwl
2018-03-16Service/NIFM: convert to modulemailwl
2018-03-14Merge pull request #236 from bunnei/refactor-process-creationbunnei
2018-03-14core: Move process creation out of global state.bunnei
2018-03-07Merge pull request #213 from Hexagon12/dynarmic-defaultbunnei
2018-03-05Merge pull request #230 from Subv/gpu_drawbunnei
2018-03-04GPU: Intercept writes to the VERTEX_END_GL register.Subv
2018-03-04Merge pull request #229 from Subv/ensuresavedata_implbunnei
2018-03-04FS: Use the correct error code when trying to open files that don't exist.Subv
2018-03-04FS: Stubbed CreateSaveData. It currently does nothing.Subv
2018-03-04FS: Make EnsureSaveData create the savedata folder when called for the first ...Subv
2018-03-04Merge pull request #228 from Subv/unschedule_eventsbunnei
2018-03-04CoreTiming: Unschedule the pending events when an Interface is destroyed.Subv
2018-03-03Merge pull request #226 from Subv/buffer_queue_eventbunnei
2018-03-03Merge pull request #225 from mailwl/settingsbunnei