Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						711fbc549a 
					 
					
						
						
							
							[c-host] dxgi: interlock so we can map outside of the capture thread  
						
						
						
						
					 
					
						2019-12-16 15:18:26 +11:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						f85c017184 
					 
					
						
						
							
							[c-host] DXGI profiled and tuned again :)  
						
						
						
						
					 
					
						2019-12-15 16:21:21 +11:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						9377fdfc37 
					 
					
						
						
							
							[all] bump KVMFR version due to incompatible changes  
						
						
						
						
					 
					
						2019-10-14 17:19:19 +11:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						bca54ab1f6 
					 
					
						
						
							
							[client/host] added new asyncronous memory copy  
						
						... 
						
						
						
						This changes the method of the memory copy from the host application to
the guest. Instead of performing a full copy from the capture device
into shared memory, and then flagging the new frame, we instead set a
write pointer, flag the client that there is a new frame and then copy
in chunks of 1024 bytes until the entire frame is copied. The client
upon seeing the new frame flag begins to poll at high frequency the
write pointer and upon each update copies as much as it can into the
texture.
This should improve latency but also slightly increase CPU usage on the
client due to the high frequency polling. 
						
						
					 
					
						2019-10-09 13:53:02 +11:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						6d2c464436 
					 
					
						
						
							
							[client] egl: improved streaming texture syncronization  
						
						
						
						
					 
					
						2019-08-30 12:09:05 +10:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						3d426ccef8 
					 
					
						
						
							
							[all] fix missing cursor when client reconnects  
						
						
						
						
					 
					
						2019-05-28 14:06:15 +10:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						78a6af8dae 
					 
					
						
						
							
							[common] added new sysinfo unit and multisample query support  
						
						... 
						
						
						
						Based on @rLink234's work in 4ac781b4516678b6c59d9ecf4a61df64a01ec8c1 
						
						
					 
					
						2019-05-23 16:54:50 +10:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						2d5f6d65ce 
					 
					
						
						
							
							[common] option: added shortopt support and pretty help print  
						
						
						
						
					 
					
						2019-05-21 11:31:31 +10:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						b9841351b4 
					 
					
						
						
							
							[common] added stringutils with alloc_sprintf helper  
						
						
						
						
					 
					
						2019-05-21 11:31:19 +10:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						a7daeb2a12 
					 
					
						
						
							
							[c-host] option: fix memory corruption due to usage of old pointers  
						
						
						
						
					 
					
						2019-05-17 09:25:57 +10:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						2fe9dc7ca1 
					 
					
						
						
							
							[common] track if option set failed and print help if so  
						
						
						
						
					 
					
						2019-05-12 16:51:37 +10:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						e22f33a44b 
					 
					
						
						
							
							[common] add getValues callback for options  
						
						
						
						
					 
					
						2019-05-12 16:13:50 +10:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						5d69d2aba9 
					 
					
						
						
							
							[common] added new StringList helper module  
						
						
						
						
					 
					
						2019-05-12 16:12:12 +10:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						538a6dc08e 
					 
					
						
						
							
							[common] rework option API to allow for custom types  
						
						
						
						
					 
					
						2019-05-11 20:58:49 +10:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						785bc33192 
					 
					
						
						
							
							[common] added config file loading capability  
						
						
						
						
					 
					
						2019-05-11 18:22:01 +10:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						86c7286aad 
					 
					
						
						
							
							[common] seperate validator and clean up output  
						
						
						
						
					 
					
						2019-05-11 11:35:17 +10:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						e7345b9711 
					 
					
						
						
							
							[c-host] initial agnostic option api and parser  
						
						
						
						
					 
					
						2019-05-09 22:06:58 +10:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						32bd6d96e3 
					 
					
						
						
							
							[common] implemented crash handler for linux (including backtrace)  
						
						
						
						
					 
					
						2019-04-11 16:41:52 +10:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						611216286e 
					 
					
						
						
							
							[c-host] added initial crash handler stub  
						
						
						
						
					 
					
						2019-04-11 11:34:46 +10:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						28b12c85f4 
					 
					
						
						
							
							[build] make "common" a static library (part 1/2)  
						
						
						
						
					 
					
						2019-04-11 11:03:30 +10:00