| 
						
							
								
								
								
								
									
										main
									
								
							
						
					 | 
				
				
					
						Initial commit.  lol
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								
								
								
									
										tests
									
								
							
						
					 | 
				
				
					
						Add some simple constructor tests
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								.dir-locals.el
							
						
					 | 
				
				
					
						Set C++ indent too.
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								.gitignore
							
						
					 | 
				
				
					
						autoconf for the ...
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								Makefile.am
							
						
					 | 
				
				
					
						Implement the first builtin function: exp().
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								ast.h
							
						
					 | 
				
				
					
						Add new abstract ir_rvalue class; rework accordingly.
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								ast_expr.cpp
							
						
					 | 
				
				
					
						Fix up the operator printing for the logic or and beyond, check array bounds.
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								ast_function.cpp
							
						
					 | 
				
				
					
						Initial implementation of constructor handling code
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								ast_to_hir.cpp
							
						
					 | 
				
				
					
						Implement the first builtin function: exp().
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								ast_type.cpp
							
						
					 | 
				
				
					
						Trivial clean-ups to ast_type_specifier(int) constructor
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								autogen.sh
							
						
					 | 
				
				
					
						autoconf for the ...
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								builtin_function.cpp
							
						
					 | 
				
				
					
						Implement additional unary gentype builtins.
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								builtin_types.sh
							
						
					 | 
				
				
					
						Slightly change the representation of numeric types
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								builtin_variables.h
							
						
					 | 
				
				
					
						Set up fragment shader builtin variables.
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								configure.ac
							
						
					 | 
				
				
					
						autoconf for the ...
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								glsl_lexer.lpp
							
						
					 | 
				
				
					
						Don't track new type names during pass-1 parsing
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								glsl_parser.ypp
							
						
					 | 
				
				
					
						Don't track new type names during pass-1 parsing
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								glsl_parser_extras.cpp
							
						
					 | 
				
				
					
						IR print visitor: Remove most of the newlines from the printed output
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								glsl_parser_extras.h
							
						
					 | 
				
				
					
						Track the function that is currently being defined
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								glsl_symbol_table.h
							
						
					 | 
				
				
					
						Add query to determine whether a name was declared at this scope
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								glsl_types.cpp
							
						
					 | 
				
				
					
						Be sure to set ir_function_signature::definition for constructors
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								glsl_types.h
							
						
					 | 
				
				
					
						Slightly change the representation of numeric types
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								hash_table.c
							
						
					 | 
				
				
					
						Initial commit.  lol
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								hash_table.h
							
						
					 | 
				
				
					
						Initial commit.  lol
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								hir_field_selection.cpp
							
						
					 | 
				
				
					
						Use glsl_type::is_error instead of comparison with glsl_error_type pointer
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								ir.cpp
							
						
					 | 
				
				
					
						Set variables with the sampler base type to read only.
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								ir.h
							
						
					 | 
				
				
					
						Implement the first builtin function: exp().
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								ir_function.cpp
							
						
					 | 
				
				
					
						Fix matrix dimensioning
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								ir_print_visitor.cpp
							
						
					 | 
				
				
					
						IR print visitor: Print out something for the operator.
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								ir_print_visitor.h
							
						
					 | 
				
				
					
						Move swizzles out of ir_dereference and into their own class.
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								ir_variable.cpp
							
						
					 | 
				
				
					
						Set up fragment shader builtin variables.
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								ir_visitor.h
							
						
					 | 
				
				
					
						Move swizzles out of ir_dereference and into their own class.
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								list.h
							
						
					 | 
				
				
					
						Add missing parenthesis in foreach_iter
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								symbol_table.c
							
						
					 | 
				
				
					
						Allow duplicate symbols at the same scope that are in different name spaces
					
				 | 
				15 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								symbol_table.h
							
						
					 | 
				
				
					
						Add function to determine the scope where a variable is declared
					
				 | 
				15 years ago |