Rex Xu 
							
						 
					 
					
						
						
						
						
							
						
						
							57e65929e4 
							
						 
					 
					
						
						
							
							HLSL: Translate directive [flatten] and [branch] to SPV control mask.  
						
						 
						
						
						
						
					 
					
						2017-07-06 11:31:33 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Kessenich 
							
						 
					 
					
						
						
						
						
							
						
						
							6fa17641b5 
							
						 
					 
					
						
						
							
							HLSL: Emit the OpSource HLSL instruction for HLSL, using new headers.  
						
						 
						
						
						
						
					 
					
						2017-04-07 15:40:01 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Kessenich 
							
						 
					 
					
						
						
						
						
							
						
						
							7e997e2612 
							
						 
					 
					
						
						
							
							HLSL: Implicit bool conversions for conditional expressions and related.  
						
						 
						
						... 
						
						
						
						Covers if(cond), while(cond), do-while(cond), for(;cond;), and (cond ? :).
Fixes  #778 . 
						
						
					 
					
						2017-03-30 22:52:33 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Kessenich 
							
						 
					 
					
						
						
						
						
							
						
						
							71c100d7c0 
							
						 
					 
					
						
						
							
							GLSL output: Removed fixed-size buffer;  fixes   #769 .  
						
						 
						
						... 
						
						
						
						Makes some white-space differences in most output, plus a few cases
where more could have been put out but was cut short by the previous
fix-sized buffer. 
						
						
					 
					
						2017-03-14 19:51:29 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Kessenich 
							
						 
					 
					
						
						
						
						
							
						
						
							02467d8d94 
							
						 
					 
					
						
						
							
							HLSL: Wrap the entry-point; need to write 'in' args, and support 'inout' args.  
						
						 
						
						... 
						
						
						
						This needs some render testing, but is destined to be part of master.
This also leads to a variety of other simplifications.
 - IO are global symbols, so only need one list of linkage nodes (deferred)
 - no longer need parse-context-wide 'inEntryPoint' state, entry-point is localized
 - several parts of splitting/flattening are now localized 
						
						
					 
					
						2017-02-06 22:58:32 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Kessenich 
							
						 
					 
					
						
						
						
						
							
						
						
							4e55988a47 
							
						 
					 
					
						
						
							
							HLSL Tests: Tests for previous commit, to make it easier to see what's changing.  
						
						 
						
						
						
						
					 
					
						2016-09-29 10:25:15 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Kessenich 
							
						 
					 
					
						
						
						
						
							
						
						
							deb4940c17 
							
						 
					 
					
						
						
							
							HLSL: Register all entry-point in/out as part of the interface.  
						
						 
						
						... 
						
						
						
						This makes the interface be invariant, whether or not individual
variables are used. 
						
						
					 
					
						2016-09-12 11:55:47 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Kessenich 
							
						 
					 
					
						
						
						
						
							
						
						
							a305166ea4 
							
						 
					 
					
						
						
							
							HLSL: Error if funcion with return type doesn't return a value.  
						
						 
						
						
						
						
					 
					
						2016-09-02 19:13:36 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Kessenich 
							
						 
					 
					
						
						
						
						
							
						
						
							1a4b775cd5 
							
						 
					 
					
						
						
							
							HLSL: Correct line numbers for function definitions.  
						
						 
						
						
						
						
					 
					
						2016-09-02 19:05:24 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Kessenich 
							
						 
					 
					
						
						
						
						
							
						
						
							510d83b384 
							
						 
					 
					
						
						
							
							HLSL: Create test results for the previous commits.  
						
						 
						
						
						
						
					 
					
						2016-08-29 16:34:12 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dan Baker 
							
						 
					 
					
						
						
						
						
							
						
						
							2c646b7afa 
							
						 
					 
					
						
						
							
							Updating tests, sadly every single HLSL test needs updating becuase of the language identifier  
						
						 
						
						
						
						
					 
					
						2016-08-15 16:25:55 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Kessenich 
							
						 
					 
					
						
						
						
						
							
						
						
							b0a63f578a 
							
						 
					 
					
						
						
							
							HLSL: Correctly identify which variables are global storage class.  
						
						 
						
						
						
						
					 
					
						2016-07-01 19:35:53 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Kessenich 
							
						 
					 
					
						
						
						
						
							
						
						
							5aa59e2044 
							
						 
					 
					
						
						
							
							HLSL: Map parameter qualifiers from generic to function-specific and entry-point specific.  
						
						 
						
						
						
						
					 
					
						2016-06-17 15:52:46 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Kessenich 
							
						 
					 
					
						
						
						
						
							
						
						
							0d2b6de45b 
							
						 
					 
					
						
						
							
							HLSL: Attribute grammar and if-else grammar/productions.  
						
						 
						
						
						
						
					 
					
						2016-06-05 12:32:18 -06:00