2631 Commits (aa7ce4c3d01da9c6aac8fd1ef5f7a418729fa4f0)

Author SHA1 Message Date
Lioncash 4dcc5fe6ab video_core: Make the renderer global a unique_ptr 10 years ago
Subv 9aa852982f HLE/Timers: Reset OneShot timers when they are acquired instead of when they're triggered. 10 years ago
Lioncash d70ea5b6aa swrasterizer: Add missing override specifier 10 years ago
Lioncash a64af28cf2 core: Use unique_ptr for holding the interpreter instances 10 years ago
Lioncash 39609e9d6e dyncom: Handle modifying the APSR via an MRC instruction 10 years ago
Subv a2c2b28b54 SVC: Fixed ArbitrateAddress to behave as it does on hardware. 10 years ago
Lioncash 4ab2d11182 svc: Remove superfluous printf argument 10 years ago
LFsWang d8d9d5d916 Add missing return values in ForeachDirectoryEntry 10 years ago
Lioncash 0908f894ca dyncom: Remove PC dispatch from several instructions 10 years ago
Yuri Kunde Schlesner b7109a1113 VideoCore: Sync state after changing rasterizers 10 years ago
Lioncash 2f0474efa5 dyncom: Handle unprivileged load/store variants correctly 10 years ago
Lioncash 00ca148685 svc: Fix compilation with LOG_TRACE enabled 10 years ago
Yuri Kunde Schlesner 102d39fe20 VideoCore: Unify interface to OpenGL and SW rasterizers 10 years ago
Yuri Kunde Schlesner 192829165a VideoCore: Rename HWRasterizer methods to be less confusing 10 years ago
Yuri Kunde Schlesner c2526d440e OpenGL: Rename cache functions to better match what they actually do 10 years ago
Lioncash 8813673601 dyncom: Remove static keyword from header functions 10 years ago
Lioncash 0f083bdf0f arm_interface: Make GetNumInstructions const 10 years ago
Lioncash dd441a3dd6 arm_interface: directly initialize class members 10 years ago
Lioncash 93cd3dccc5 dyncom: const correctness changes 10 years ago
Subv c94a1a0375 GPU/PrimitiveAssembler: Fixed drawing triangle fans. 10 years ago
Yuri Kunde Schlesner 30c70c905f OpenGL: Flip framebuffers during transfer rather than when rendering 10 years ago
Yuri Kunde Schlesner 8e478d8b99 OpenGL: Add support for glFrontFace in the state tracker 10 years ago
Yuri Kunde Schlesner 7b9807c835 PICA: Properly emulate 1-stage delay in the combiner buffer 10 years ago
Yuri Kunde Schlesner 5bed732b03 Kernel: Implement svcGetSystemInfo 10 years ago
Lioncash af06eaf78d armstate: Zero out the registers on creation 10 years ago
Subv a84d5aa51e Core/ARM11: Correct the size of the VFP register array in the ThreadContext structure. 10 years ago
archshift 6e66a1244e Refactor ScanDirectoryTreeAndCallback to separate errors and retvals 10 years ago
bunnei 4cbe626fc7 renderer_opengl: Fix uniform issues introduced with kemenaran/avoid-explicit-uniform-location. 10 years ago
Pierre de La Morinerie 1c196456f0 Use regular uniform location 10 years ago
Subv 092d5b04ec Services/Cam: Added new log type and camera enums from 3dbrew. 10 years ago
polaris- 18990ff322 Add stub functions for Initialize and GenerateRandomData in ssl:C 10 years ago
polaris- 7603ea3da1 Add Initialize and GenerateRandomData stubs 10 years ago
polaris- ec1195c252 Fix read and write register blocks in gdbstub 10 years ago
Subv 9acdb1e7f2 FragShader: Use an UBO instead of several individual uniforms 10 years ago
wwylele 8b6d444dd1 fix failure on gcc and clang 10 years ago
wwylele 3b7cbb25e3 disable unary minus when the type is not signed 10 years ago
Subv b797ef4d9a GPU/Loaders: Log an error when a loader tries to load from a component beyond the available ones (12). 10 years ago
polaris- 505489551d Fix bug with reading addresses and lengths 10 years ago
polaris- fd7f61becf Change headers 10 years ago
Lioncash 1349faf744 csnd_snd: Get rid of type punning 10 years ago
Matthias Ernst 5c7881c4a3 Added CSND stub. 10 years ago
archshift 5da25ae7d0 Implement FS_User::GetFreeBytes 10 years ago
Filiph Sandström 23e1121337 Fix copy paste 10 years ago
Filiph Sandström d248fba5e3 Fix wrong branch 10 years ago
Filiph Sandström 29077f65a2 Add GetTotalStepCount Stub 10 years ago
Filiph Sandström bf5793c2f8 Update ptm.h 10 years ago
polaris- ac325ce61a Add some headers so TravisCI will hopefully work 10 years ago
polaris- f4520eb266 Use CHAR_BIT instead of 8 10 years ago
polaris- 4e0ae45d99 Handle changes pointed out in comments on PR 10 years ago
bunnei b7b11eb5e7 gl_shader_gen: Use explicit locations for vertex shader attributes. 10 years ago