| 
							
							
								 John Kessenich | 40e391184c | glslang -> SPV: Use the new TBuiltInVariable instead of string compares to get the type of SPV built in. Also fixed gl_FragData and gl_PrimitiveIDIn. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31226 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2015-05-18 23:25:32 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | dff18a2be0 | glslang: Formally track all built-in variables, right from the beginning, to enable avoiding all textual compares at any subsequent stage in the stack.  (To be used in future check ins.) git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31224 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2015-05-18 16:45:49 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | b06127c513 | glslang PP: make decimal number parser clearer and add boundary tests.  Also, disable the warning for "do {} while (true);" git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31215 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2015-05-16 01:15:41 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | 39374dadb5 | glslang SPV tests: Add a set of SPV tests. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31212 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2015-05-15 21:32:46 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | e7cbfa5cab | glslang tests: Get same form of IEEE INF across platforms.  Submitted by Lei Zhang (antiagainst@google.com) and David Neto (dneto@google.com). git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31210 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2015-05-15 20:26:13 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | 98e9964d79 | glslang -> SPV testing:  Add two missing test results. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31206 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2015-05-15 18:50:14 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | 593a3f7f6b | glslang -> SPV: improved support for do-while/continue.  Contributed by David Neto (dneto@google.com). git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31205 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2015-05-15 18:44:16 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | 5d3e1233a0 | glslang: Fix rename in previous check in. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31138 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2015-05-11 16:20:43 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | af9ab5f743 | glslang parser: Arrays-of-arrays name-mangling and error messages (lots of A-of-A stuff to come a bit later).  This patch from Google, David Neto <dneto@google.com>. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31137 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2015-05-11 16:16:49 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | bb8c3de8b3 | glslang parser: Fix crash for ES shader with a uniform block with an unsized array that is later accessed. David Neto (dneto@google.com). Instead of crashing, exit early from the implicit-sized-array-size-update routine so we can get to a real error message which is emitted later.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31109 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2015-05-08 00:54:34 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | 735a2efa70 | glslang -> SPV: 1) Include post switch-break unreachable blocks and 2) Generally, don't emit degenerate (basically empty) unreachable blocks. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31023 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2015-05-03 22:38:16 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | 968c8f8e78 | glslang: Bug 13724: ES global initializers must be constant. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@30990 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2015-04-30 03:22:41 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | 09388459a8 | glslang: Correct global precision qualifiers to make the qualifier global instead of temp (local). git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@30975 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2015-04-29 11:00:28 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | 8b37b04ecc | glslang AST output: include global vs. temp (local) in the printed output.  This only effects test results, but a future check-in is going to fix some globals. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@30973 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2015-04-29 10:16:56 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | edd181944e | glslang and SPIR-V: Some basic turn on for doubles (previously untested but existed code).  Partly from a submission, partly addressing bug 13772. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@30794 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2015-04-17 21:47:07 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | 837c6380f3 | glslang: include 0 as not being a power of 2 git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@30613 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2015-04-08 15:51:14 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | 50d542e6b9 | Implement ES-3.0-specific error semantics for redefining predefined macros. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@29353 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2015-01-07 18:47:57 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | 548ec2c12c | Include ?: in the tests for flow control. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@29348 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2015-01-07 06:36:55 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | 05a62bf528 | Implement barrier() control-flow rules: in flow control, non-main, and post-return. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@29347 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2015-01-07 06:14:06 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | 33a5423f76 | Still generate switch statement when WARNING about missing statements is given.  It was correct behave when this used to be an error, but not now that it is a warning. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@29279 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-12-21 16:48:29 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | 2b20dcb64d | Fix public bug 1277: #line L sets the next line to L+1 or just L, based on the version of the language. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@29277 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-12-20 07:03:18 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | 6df2904391 | Implement specification change in 'restrict', allowing it to come and go across function calls. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@29195 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-12-11 00:17:42 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | 1575e0d7c7 | Correct test result for previous check in. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@28969 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-11-17 16:46:15 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | c47175c7bb | Add memory qualifiers (coherent volatile restrict) to imageSize(), imageLoad(), imageStore(), atomic*(), and imageAtomic*(), to remove errors about dropping qualifiers. Several bugs are related to this, and this is a slightly speculative fix, bit it is certainly wrong to either do it the way it was or to reflect the current specifications.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@28968 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-11-17 16:45:10 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | b07957cf22 | ES check for vertex out or fragment in containing any of • An array of arrays
• An array of structures
• A structure containing an array
• A structure containing a structure
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@28745 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-10-28 05:24:14 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | ad54b24fba | Implement GL_ARB_viewport_array extension. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@28653 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-10-17 20:01:27 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | 98c14e0181 | Add patch in/out block tests. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@28505 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-10-08 21:48:34 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | f0fce80aa7 | Do qualifier-based checking independent of declaring a variable.  Bug 11903. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@28502 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-10-08 21:29:29 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | 39cf638945 | Include GL_FRAGMENT_PRECISION_HIGH in ES 300/310. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@28494 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-10-08 16:31:44 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | f57aa7bd91 | Add missing precision qualifier checks to function formal parameter declarations. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@28442 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-10-06 19:39:13 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | 758c15720d | Remove lod argument from texture2DRect built-ins.  (Submission from matt.helsley) git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@28440 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-10-06 16:38:53 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | e91cde52cb | Add missing gl_MaxGeometryTextureImageUnits. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@28439 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-10-06 15:44:02 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | da66bc7d29 | Implement write-only semantic checking, the non-r32f/i/u readonly/writeonly check, and ES 3.1 support of volatile.  Also, fix a typo in MaxComputeGroupY. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@27765 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-08-19 20:32:48 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | d78ca6297d | Implement atomic counter offset semantics. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@27760 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-08-19 06:08:38 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | aa657c117e | Implement 'index' layout qualifier for fragment outputs.  Based partly on a submission. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@27759 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-08-19 02:12:44 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | d1888f83f6 | Implement conservative depth layout qualifiers.  Based partly on a submission. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@27758 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-08-18 21:27:53 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | a3d8557a44 | Turn on the sampler 2DMS types for ES 3.1. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@27741 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-08-14 23:30:11 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | 58f5a5e77a | Add fma(), tie the 2x16 stuff to the correct versions. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@27739 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-08-14 20:05:57 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | 0a33592810 | Implement frexp, ldexp, packUnorm2x16, unpackUnorm2x16, packUnorm4x8, packSnorm4x8, unpackUnorm4x8, unpackSnorm4x8, and unpackDouble2x32(). git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@27738 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-08-14 19:45:52 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | b3007519fc | Miscellaneous ES 3.1 semantics, and identification of all missing features. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@27732 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-08-14 07:07:21 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | be70339296 | Add the bitField built-in functions.  Mark 330 as being complete. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@27728 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-08-13 20:04:19 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | cd77f8e922 | Implement GL_ARB_shader_texture_image_samples.  Also add in gl_MaxSamples and the float imageAtomicExchange. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@27721 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-08-13 16:54:02 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | df1d81a958 | Add ES 3.1 compatibility to 4.5 and the atomic memory functions (e.g. atomicAdd). git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@27715 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-08-13 08:32:15 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | 699684180f | Implement cull distances for GLSL 4.5 (but not as an extension yet, just a 4.5 feature). git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@27714 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-08-13 06:37:59 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | 13fd6c9dd7 | Implement GL_ARB_derivative_control. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@27713 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-08-13 04:15:56 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | 265f5fb80e | Finish virtually all of the remaining atomic counter functionality.  Still need offset collision detection. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@27712 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-08-13 01:04:28 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | 3dd035b68b | Add ESSL 310 test results. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@27711 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-08-12 22:08:45 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | 4d57090da5 | Turn on ESSL 3.1 for most features: - images: load/store, memory qualifiers
 - buffer blocks
 - compute shaders
 - atomic counters
 - texture gather
 - SSO
 - uniform locations
 - all the numeric-based version # comparisons
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@27710 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-08-12 22:07:22 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | bedb1bc2db | Partial implementation of atomic counters. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@27701 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-08-12 03:52:51 +00:00 |  | 
			
				
					| 
							
							
								 John Kessenich | cc7f4eb5a0 | Remove the now dead 'shared' type field, and add semantic check for buffer on non-block. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@27700 e7fa87d3-cd2b-0410-9028-fcbf551c1848 | 2014-08-12 03:23:43 +00:00 |  |