John Kessenich 
							
						 
					 
					
						
						
						
						
							
						
						
							d6c975572e 
							
						 
					 
					
						
						
							
							Change the major revision number for next commit.  
						
						
						
						
					 
					
						2018-06-04 15:33:31 -06:00 
						 
				 
			
				
					
						
							
							
								John Kessenich 
							
						 
					 
					
						
						
						
						
							
						
						
							ac3707921e 
							
						 
					 
					
						
						
							
							Revert the commits that change OpArrayLength type and bumped the version number.  
						
						... 
						
						
						
						Now, version 5.* is all connected to making the uint type, which doesn't quite work.
Generator versions 4 and 6 do not do this. 
						
						
					 
					
						2018-03-07 11:48:25 -07:00 
						 
				 
			
				
					
						
							
							
								John Kessenich 
							
						 
					 
					
						
						
						
						
							
						
						
							0216f24f0e 
							
						 
					 
					
						
						
							
							SPV: Bump up the generator number.  
						
						
						
						
					 
					
						2018-03-03 11:47:07 -07:00 
						 
				 
			
				
					
						
							
							
								John Kessenich 
							
						 
					 
					
						
						
						
						
							
						
						
							71b5da60d0 
							
						 
					 
					
						
						
							
							SPV: Bump up generator number, because previous commit changes code gen slightly.  
						
						
						
						
					 
					
						2018-02-06 08:06:36 -07:00 
						 
				 
			
				
					
						
							
							
								John Kessenich 
							
						 
					 
					
						
						
						
						
							
						
						
							2b5ea9f851 
							
						 
					 
					
						
						
							
							SPV Version: Emit the requested SPIR-V version, not the header version.  
						
						... 
						
						
						
						Fixes  #1236 . 
					
						2018-01-31 18:41:59 -07:00 
						 
				 
			
				
					
						
							
							
								John Kessenich 
							
						 
					 
					
						
						
						
						
							
						
						
							6c1c2766b6 
							
						 
					 
					
						
						
							
							SPV: Bump SPIR-V header to the unified1 version (version 1.2).  
						
						
						
						
					 
					
						2018-01-29 16:16:11 -07:00 
						 
				 
			
				
					
						
							
							
								John Kessenich 
							
						 
					 
					
						
						
						
						
							
						
						
							c72e5937dd 
							
						 
					 
					
						
						
							
							SPV: Bump the generator number to account for barrier changes.  
						
						
						
						
					 
					
						2017-12-16 00:34:08 -07:00 
						 
				 
			
				
					
						
							
							
								John Kessenich 
							
						 
					 
					
						
						
						
						
							
						
						
							7a9db71f46 
							
						 
					 
					
						
						
							
							SPV: Don't emit StorageImageMultisample capability for subpass images.  
						
						
						
						
					 
					
						2017-10-20 10:56:50 -06:00 
						 
				 
			
				
					
						
							
							
								John Kessenich 
							
						 
					 
					
						
						
						
						
							
						
						
							07ed11f9a0 
							
						 
					 
					
						
						
							
							SPV: GeneratorVersion: bump version number because of atomic decrement change.  
						
						
						
						
					 
					
						2017-10-07 11:41:20 -06:00 
						 
				 
			
				
					
						
							
							
								John Kessenich 
							
						 
					 
					
						
						
						
						
							
						
						
							260f50616a 
							
						 
					 
					
						
						
							
							SPV: Correct selection of storage-image capabilities.  Fixes   #986 .  
						
						... 
						
						
						
						Code was reflecting an old historical use of sampled as a SPIR-V
2-valued operand, instead of its current 3 values. 
						
						
					 
					
						2017-08-14 22:10:00 -06:00 
						 
				 
			
				
					
						
							
							
								John Kessenich 
							
						 
					 
					
						
						
						
						
							
						
						
							e00e8f45a6 
							
						 
					 
					
						
						
							
							GLSL: replace general missing functionality with specific messages.  
						
						
						
						
					 
					
						2017-06-05 16:42:33 -06:00 
						 
				 
			
				
					
						
							
							
								John Kessenich 
							
						 
					 
					
						
						
						
						
							
						
						
							fb06e9552e 
							
						 
					 
					
						
						
							
							Don't print the "Linked stage" message unless the AST is being dumped.  
						
						
						
						
					 
					
						2016-12-03 13:59:51 -07:00 
						 
				 
			
				
					
						
							
							
								Jason Ekstrand 
							
						 
					 
					
						
						
						
						
							
						
						
							ed15ef1a5b 
							
						 
					 
					
						
						
							
							GlslangToSpv: Pass the pointer directly into the client function for opaque types  
						
						... 
						
						
						
						For opaque types such as samplers, images, and atomic counters, we want to
reference the actual object in the child function.  For a long time, we
used a shadow variable and made a copy of the image/sampler.  In 76d0ac1a,
this was changed to not shadow samplers.  However, this didn't cover all
opaque types and it also didn't get the pointer storage classes right.
This commit fixes both of these issues.
Fixes  #324  
						
						
					 
					
						2016-06-08 17:22:46 -07:00 
						 
				 
			
				
					
						
							
							
								Jason Ekstrand 
							
						 
					 
					
						
						
						
						
							
						
						
							76d0ac1a6f 
							
						 
					 
					
						
						
							
							SPV: Don't shadow sampler parameters when performing function calls  
						
						... 
						
						
						
						Fixes  #179  
					
						2016-05-25 13:49:47 -07:00 
						 
				 
			
				
					
						
							
							
								John Kessenich 
							
						 
					 
					
						
						
						
						
							
						
						
							6c292d3ba7 
							
						 
					 
					
						
						
							
							SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl).  
						
						
						
						
					 
					
						2016-02-15 21:46:55 -07:00