Pokechu22 
							
						 
					 
					
						
						
							
						
						004dfd1586 
					 
					
						
						
							
							Replace uses of cassert with Common/Assert.h  
						
						
						
						
					 
					
						2021-04-02 10:18:18 -07:00 
						 
				 
			
				
					
						
							
							
								blåhaj 
							
						 
					 
					
						
						
							
						
						f339bc69c8 
					 
					
						
						
							
							VertexShaderGen: Sonic epsilon hack for OpenGL ES  
						
						... 
						
						
						
						debaf63fe8https://bugs.dolphin-emu.org/issues/11897 ).
A version of the "Sonic epsilon hack" is added for targets without
depth clamping. 
					
						2021-04-02 15:12:30 +02:00 
						 
				 
			
				
					
						
							
							
								JMC47 
							
						 
					 
					
						
						
							
						
						ce8e87c64b 
					 
					
						
						
							
							Merge pull request  #8747  from iwubcode/map-freelook  
						
						... 
						
						
						
						Support controlling Free Look via input bindings (motion controls, gamepad, etc!) 
						
						
					 
					
						2021-04-01 01:05:00 -04:00 
						 
				 
			
				
					
						
							
							
								Pokechu22 
							
						 
					 
					
						
						
							
						
						51de3d0fd1 
					 
					
						
						
							
							Refactor CP array constants slightly  
						
						
						
						
					 
					
						2021-03-26 17:27:21 -07:00 
						 
				 
			
				
					
						
							
							
								Dentomologist 
							
						 
					 
					
						
						
							
						
						1cc035eb05 
					 
					
						
						
							
							VertexLoaderTest: Fix memset assignment warning  
						
						... 
						
						
						
						Initialize and assign members of TVtxDesc and VAT structs directly
instead of using memset.
Fixes -Wclass-memaccess warning from gcc on Debian. 
						
						
					 
					
						2021-03-18 21:10:29 -07:00 
						 
				 
			
				
					
						
							
							
								iwubcode 
							
						 
					 
					
						
						
							
						
						425ee13d35 
					 
					
						
						
							
							FreeLook: update camera and manager to use a delta time for movement (in case we decide to move this somewhere else in the future)  
						
						
						
						
					 
					
						2021-03-18 17:54:12 -05:00 
						 
				 
			
				
					
						
							
							
								iwubcode 
							
						 
					 
					
						
						
							
						
						80cf87158e 
					 
					
						
						
							
							VideoCommon: update FreeLook camera to add quaternion based rotation, fix orbital and fps implementations  
						
						
						
						
					 
					
						2021-03-17 20:58:33 -05:00 
						 
				 
			
				
					
						
							
							
								JosJuice 
							
						 
					 
					
						
						
							
						
						a45a0a2066 
					 
					
						
						
							
							Merge pull request  #9494  from Dentomologist/convert_arm64reg_to_enum_class  
						
						... 
						
						
						
						Arm64Gen: Convert ARM64Reg to enum class 
						
						
					 
					
						2021-03-17 00:05:23 +01:00 
						 
				 
			
				
					
						
							
							
								Dentomologist 
							
						 
					 
					
						
						
							
						
						f0f206714f 
					 
					
						
						
							
							Arm64Gen: Convert ARM64Reg to enum class  
						
						... 
						
						
						
						Most changes are just adding ARM64Reg:: in front of the constants. 
						
						
					 
					
						2021-03-13 10:10:59 -08:00 
						 
				 
			
				
					
						
							
							
								Dentomologist 
							
						 
					 
					
						
						
							
						
						95c86ee48b 
					 
					
						
						
							
							FreeLookCamera: Add override specifiers  
						
						
						
						
					 
					
						2021-03-07 10:10:00 -08:00 
						 
				 
			
				
					
						
							
							
								Dentomologist 
							
						 
					 
					
						
						
							
						
						1c71d33ed5 
					 
					
						
						
							
							FreeLookCamera: Remove unused variable  
						
						
						
						
					 
					
						2021-03-07 10:10:00 -08:00 
						 
				 
			
				
					
						
							
							
								Pokechu22 
							
						 
					 
					
						
						
							
						
						df81210e96 
					 
					
						
						
							
							Use formatters in GetBPRegInfo; add missing commands  
						
						... 
						
						
						
						BPMEM_TEV_COLOR_ENV + 6 (0xC6) was missing due to a typo.  BPMEM_BP_MASK (0xFE) does not lend itself well to documentation with the current FIFO analyzer implementation (since it requires remembering the values in BP memory) but still shouldn't be treated as unknown.  BPMEM_TX_SETMODE0_4 and BPMEM_TX_SETMODE1_4 (0xA4-0xAB) were missing entirely. 
						
						
					 
					
						2021-03-06 19:27:20 -08:00 
						 
				 
			
				
					
						
							
							
								Pokechu22 
							
						 
					 
					
						
						
							
						
						70f9fc4e75 
					 
					
						
						
							
							Convert BPMemory to BitField and enum class  
						
						... 
						
						
						
						Additional changes:
- For TevStageCombiner's ColorCombiner and AlphaCombiner, op/comparison and scale/compare_mode have been split as there are different meanings and enums if bias is set to compare.  (Shift has also been renamed to scale)
- In TexMode0, min_filter has been split into min_mip and min_filter.
- In TexImage1, image_type is now cache_manually_managed.
- The unused bit in GenMode is now exposed.
- LPSize's lineaspect is now named adjust_for_aspect_ratio. 
						
						
					 
					
						2021-03-06 19:27:19 -08:00 
						 
				 
			
				
					
						
							
							
								Pokechu22 
							
						 
					 
					
						
						
							
						
						db8ced7e4e 
					 
					
						
						
							
							Add FogParam0::FloatValue and FogParam3::FloatValue  
						
						... 
						
						
						
						This value will be used in the register description; so expose it in a way that can be re-used instead of calculating it in 2 places later. 
						
						
					 
					
						2021-03-06 19:27:18 -08:00 
						 
				 
			
				
					
						
							
							
								Pokechu22 
							
						 
					 
					
						
						
							
						
						f2bea67709 
					 
					
						
						
							
							Fix typo with ztex2 op in UseVertexDepthRange  
						
						
						
						
					 
					
						2021-03-06 19:27:17 -08:00 
						 
				 
			
				
					
						
							
							
								Pokechu22 
							
						 
					 
					
						
						
							
						
						762fe33a3d 
					 
					
						
						
							
							Rename BPMEM_EFB_BR to BPMEM_EFB_WH  
						
						
						
						
					 
					
						2021-03-06 19:27:16 -08:00 
						 
				 
			
				
					
						
							
							
								Pokechu22 
							
						 
					 
					
						
						
							
						
						81b84a5ebe 
					 
					
						
						
							
							Use XFMEM_REGISTERS_START/END in XFRegWritten and LoadXFReg  
						
						
						
						
					 
					
						2021-03-06 19:27:15 -08:00 
						 
				 
			
				
					
						
							
							
								Pokechu22 
							
						 
					 
					
						
						
							
						
						8c80369373 
					 
					
						
						
							
							Add names and descriptions for regular XF memory  
						
						
						
						
					 
					
						2021-03-06 19:27:15 -08:00 
						 
				 
			
				
					
						
							
							
								Pokechu22 
							
						 
					 
					
						
						
							
						
						2d6ec7457d 
					 
					
						
						
							
							Add names and descriptions for XF registers to the FIFO analyzer  
						
						
						
						
					 
					
						2021-03-06 19:27:14 -08:00 
						 
				 
			
				
					
						
							
							
								Pokechu22 
							
						 
					 
					
						
						
							
						
						aab81d5aa0 
					 
					
						
						
							
							Convert XFMemory to BitField and enum class  
						
						... 
						
						
						
						Additionally a new ClipDisable union has been added (though it is not currently used by Dolphin). 
						
						
					 
					
						2021-03-06 19:27:14 -08:00 
						 
				 
			
				
					
						
							
							
								Pokechu22 
							
						 
					 
					
						
						
							
						
						953e09428f 
					 
					
						
						
							
							Add names and descriptions for CP registers to the FIFO analyzer  
						
						
						
						
					 
					
						2021-03-06 19:27:14 -08:00 
						 
				 
			
				
					
						
							
							
								Pokechu22 
							
						 
					 
					
						
						
							
						
						f749fcfa9f 
					 
					
						
						
							
							Convert CPMemory to BitField and enum class  
						
						... 
						
						
						
						Additionally, VCacheEnhance has been added to UVAT_group1.  According to YAGCD, this field is always 1.
TVtxDesc also now has separate low and high fields whose hex values correspond with the proper registers, instead of having one 33-bit value.  This change was made in a way that should be backwards-compatible. 
						
						
					 
					
						2021-03-06 19:27:08 -08:00 
						 
				 
			
				
					
						
							
							
								Pokechu22 
							
						 
					 
					
						
						
							
						
						c27efb3f1f 
					 
					
						
						
							
							Create constants for CP registers and masks  
						
						
						
						
					 
					
						2021-03-06 17:34:05 -08:00 
						 
				 
			
				
					
						
							
							
								iwubcode 
							
						 
					 
					
						
						
							
						
						0a9c764dc4 
					 
					
						
						
							
							VideoCommon: Join the prefetch thread before clearing to avoid a potential crash that can occur by multiple threads touching a single resource  
						
						
						
						
					 
					
						2021-02-11 19:18:38 -06:00 
						 
				 
			
				
					
						
							
							
								Léo Lam 
							
						 
					 
					
						
						
							
						
						c386c5acc2 
					 
					
						
						
							
							Merge pull request  #9366  from iwubcode/freelook_camera_quaternion  
						
						... 
						
						
						
						VideoCommon: allow Free Look to be manipulated by a quaternion 
						
						
					 
					
						2021-01-28 01:34:09 +01:00 
						 
				 
			
				
					
						
							
							
								iwubcode 
							
						 
					 
					
						
						
							
						
						586c689d63 
					 
					
						
						
							
							VideoCommon: use Quaternion for Free Look orientation  
						
						
						
						
					 
					
						2021-01-27 18:22:10 -06:00 
						 
				 
			
				
					
						
							
							
								Shawn Hoffman 
							
						 
					 
					
						
						
							
						
						500a694ca8 
					 
					
						
						
							
							msbuild: bundle all dolphin "core" code into single library  
						
						
						
						
					 
					
						2021-01-27 14:29:49 -08:00 
						 
				 
			
				
					
						
							
							
								Shawn Hoffman 
							
						 
					 
					
						
						
							
						
						84128d9532 
					 
					
						
						
							
							rename Common/File to Common/IOFile  
						
						
						
						
					 
					
						2021-01-27 14:29:48 -08:00 
						 
				 
			
				
					
						
							
							
								Shawn Hoffman 
							
						 
					 
					
						
						
							
						
						07fd02f207 
					 
					
						
						
							
							rename Core/Analytics to Core/DolphinAnalytics  
						
						
						
						
					 
					
						2021-01-27 14:29:47 -08:00 
						 
				 
			
				
					
						
							
							
								Dentomologist 
							
						 
					 
					
						
						
							
						
						e3237661ec 
					 
					
						
						
							
							Arm64Emitter: Convert ShiftType to enum class  
						
						
						
						
					 
					
						2021-01-17 16:21:38 -08:00 
						 
				 
			
				
					
						
							
							
								Dentomologist 
							
						 
					 
					
						
						
							
						
						70c54065ab 
					 
					
						
						
							
							Arm64Emitter: Convert IndexType to enum class  
						
						
						
						
					 
					
						2021-01-15 23:27:11 -08:00 
						 
				 
			
				
					
						
							
							
								Léo Lam 
							
						 
					 
					
						
						
							
						
						eafb9de047 
					 
					
						
						
							
							Merge pull request  #9323  from waddlesplash/haiku  
						
						... 
						
						
						
						Rehabilitate Haiku support. 
						
						
					 
					
						2021-01-05 16:09:43 +01:00 
						 
				 
			
				
					
						
							
							
								Filippo Tarpini 
							
						 
					 
					
						
						
							
						
						a5a6ef8512 
					 
					
						
						
							
							Fix a couple of typos  
						
						... 
						
						
						
						[committer note: fixed commit message style] 
						
						
					 
					
						2021-01-05 15:24:21 +01:00 
						 
				 
			
				
					
						
							
							
								waddlesplash 
							
						 
					 
					
						
						
							
						
						2df11d3911 
					 
					
						
						
							
							Rehabilitate Haiku support.  
						
						
						
						
					 
					
						2021-01-02 16:54:24 -05:00 
						 
				 
			
				
					
						
							
							
								iwubcode 
							
						 
					 
					
						
						
							
						
						16dc2fa379 
					 
					
						
						
							
							VideoCommon: Fix crash that occurs on loading a fifo log due to uninitialized Free Look control type  
						
						
						
						
					 
					
						2020-12-26 17:26:21 -06:00 
						 
				 
			
				
					
						
							
							
								iwubcode 
							
						 
					 
					
						
						
							
						
						c7b24d6213 
					 
					
						
						
							
							VideoCommon: Update active config when we check for config changes, this ensures Free Look settings are copied at the start of the frame.  Also update the camera's controller type at this time  
						
						
						
						
					 
					
						2020-12-24 13:51:46 -06:00 
						 
				 
			
				
					
						
							
							
								iwubcode 
							
						 
					 
					
						
						
							
						
						bcf63c463b 
					 
					
						
						
							
							VideoCommon: Add 'Active' state to FreelookCamera to future proof if we ever add multiple cameras  
						
						
						
						
					 
					
						2020-12-24 13:49:25 -06:00 
						 
				 
			
				
					
						
							
							
								iwubcode 
							
						 
					 
					
						
						
							
						
						a37fd8c5d9 
					 
					
						
						
							
							VideoCommon: Update Free Look camera with settings change...  
						
						
						
						
					 
					
						2020-12-24 13:49:25 -06:00 
						 
				 
			
				
					
						
							
							
								iwubcode 
							
						 
					 
					
						
						
							
						
						f6ab9a9b6f 
					 
					
						
						
							
							Core / VideoCommon: Remove old Free Look config  
						
						
						
						
					 
					
						2020-12-24 13:49:25 -06:00 
						 
				 
			
				
					
						
							
							
								iwubcode 
							
						 
					 
					
						
						
							
						
						d5bc209eb6 
					 
					
						
						
							
							VideoCommon: Change 'Zoom' to 'MoveForward' since it really isn't a zoom  
						
						
						
						
					 
					
						2020-12-24 13:48:38 -06:00 
						 
				 
			
				
					
						
							
							
								iwubcode 
							
						 
					 
					
						
						
							
						
						cb6ae6a4b1 
					 
					
						
						
							
							VideoCommon: Add speed to Free Look camera  
						
						
						
						
					 
					
						2020-12-24 13:48:38 -06:00 
						 
				 
			
				
					
						
							
							
								Léo Lam 
							
						 
					 
					
						
						
							
						
						0ad2f3da45 
					 
					
						
						
							
							Core: Remove ImageWrite and get rid of -Wmissing-declarations warnings  
						
						
						
						
					 
					
						2020-12-16 16:04:19 +01:00 
						 
				 
			
				
					
						
							
							
								Léo Lam 
							
						 
					 
					
						
						
							
						
						eafe005672 
					 
					
						
						
							
							Fix -Wclass-memaccess warnings  
						
						... 
						
						
						
						We want to clear/memset the padding bytes, not just each member,
so using assignment or {} initialization is not an option.
To silence the warnings, cast the object pointer to u8* (which is not
undefined behavior) to make it explicit to the compiler that we want
to fill the object representation. 
						
						
					 
					
						2020-12-16 15:37:43 +01:00 
						 
				 
			
				
					
						
							
							
								David Carlier 
							
						 
					 
					
						
						
							
						
						2c355b81f2 
					 
					
						
						
							
							Add NetBSD support  
						
						
						
						
					 
					
						2020-12-15 02:34:25 +01:00 
						 
				 
			
				
					
						
							
							
								Léo Lam 
							
						 
					 
					
						
						
							
						
						fd5c69deca 
					 
					
						
						
							
							Merge pull request  #9289  from AdmiralCurtiss/simple-png-api-write  
						
						... 
						
						
						
						Use Simplified libpng API for writing PNGs. 
						
						
					 
					
						2020-12-11 10:24:16 +01:00 
						 
				 
			
				
					
						
							
							
								Léo Lam 
							
						 
					 
					
						
						
							
						
						d8b9a040ed 
					 
					
						
						
							
							Merge pull request  #9275  from JosJuice/framedump-boot-time  
						
						... 
						
						
						
						FrameDump: Start timing at 0 ticks when starting from boot 
						
						
					 
					
						2020-12-05 23:57:41 +01:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
							
						
						139d4fc76e 
					 
					
						
						
							
							General: Convert PanicAlerts over to fmt equivalent  
						
						... 
						
						
						
						Converts lingering panic alert calls over to the fmt-capable ones. 
						
						
					 
					
						2020-12-02 13:38:33 -05:00 
						 
				 
			
				
					
						
							
							
								JosJuice 
							
						 
					 
					
						
						
							
						
						d69f243c32 
					 
					
						
						
							
							FrameDump: Start timing at 0 ticks when starting from boot  
						
						
						
						
					 
					
						2020-11-27 17:54:08 +01:00 
						 
				 
			
				
					
						
							
							
								Admiral H. Curtiss 
							
						 
					 
					
						
						
							
						
						324de7fa02 
					 
					
						
						
							
							VideoCommon: Use Common::SavePNG() to write textures.  
						
						
						
						
					 
					
						2020-11-26 23:55:05 +01:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
							
						
						978e5469af 
					 
					
						
						
							
							Core: Remove commented out logs  
						
						... 
						
						
						
						Commented out logs shouldn't be kept around, since it makes performing
renames and migrations harder, as tooling generally doesn't inspect
comments. 
						
						
					 
					
						2020-11-26 07:49:37 -05:00