summaryrefslogtreecommitdiffstats
path: root/src/glsl/ast_type.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: move to compiler/Emil Velikov2016-01-261-548/+0
* glsl: add missing explicit_image_format flag to has_layout()Timothy Arceri2016-01-201-0/+1
* glsl: allow multiple layout qualifiers for a single declarationTimothy Arceri2016-01-201-3/+9
* glsl: update parser to allow duplicate default layout qualifiersTimothy Arceri2016-01-201-7/+11
* glsl: move default layout qualifier rules out of the parserTimothy Arceri2016-01-201-1/+21
* glsl: allow duplicate layout-qualifier-namesTimothy Arceri2016-01-201-1/+2
* glsl: remove special case for detecting stream duplicatesTimothy Arceri2016-01-181-5/+0
* glsl: add missing explicit_stream flag to has_layout()Timothy Arceri2016-01-181-1/+2
* glsl: Pass ast_type_qualifier by const reference.Matt Turner2015-11-241-3/+3
* glsl: add subroutine index qualifier supportTimothy Arceri2015-11-211-1/+13
* glsl: add support for complie-time constant expressionsTimothy Arceri2015-11-211-45/+24
* glsl: add new type for compile time constantsTimothy Arceri2015-11-211-0/+60
* glsl: move stream layout max validationTimothy Arceri2015-11-211-14/+0
* glsl: Parse shared keyword for compute shader variablesJordan Justen2015-11-091-1/+2
* glsl: Add parser/compiler support for std430 interface packing qualifierSamuel Iglesias Gonsalvez2015-09-251-0/+2
* glsl: add ast/parser support for subroutine parsing storage (v3.2)Dave Airlie2015-07-231-1/+6
* glsl: add the patch in/out qualifier (v2)Fabian Bieler2015-07-231-1/+2
* glsl: add tessellation shader parsing support (v2)Fabian Bieler2015-07-231-1/+111
* glsl: Implement parser support for 'buffer' qualifierKristian Høgsberg2015-07-141-1/+2
* glsl: Keep track of the early_fragment_tests flag in gl_shader.Francisco Jerez2015-05-041-1/+1
* glsl: Error out on invalid uses of the early_fragment_tests layout qualifier.Francisco Jerez2015-05-041-5/+5
* glsl: Fix merging of layout(invocations) with other qualifiersChris Forbes2014-07-051-0/+10
* glsl: fix duplicated layout qualifier detection for GSSamuel Iglesias Gonsalvez2014-07-031-6/+16
* glsl: Add parsing support for multi-stream output in geometry shaders.Samuel Iglesias Gonsalvez2014-06-301-1/+38
* glsl/cs: Fix local_size_y and local_size_zJordan Justen2014-06-161-1/+1
* glsl: parse invocations layout qualifier for ARB_gpu_shader5Jordan Justen2014-02-201-0/+12
* glsl: Generate error for invalid input layout declarationsJordan Justen2014-02-201-0/+13
* glsl: convert GS input primitive to use ast_type_qualifierJordan Justen2014-02-201-0/+81
* glsl/ast: Keep track of type qualifiers defined by ARB_shader_image_load_store.Francisco Jerez2014-02-121-0/+5
* glsl: Initialize ubo_binding_mask flags to zero.Matt Turner2014-02-061-0/+1
* glsl/cs: Handle compute shader local_size_{x,y,z} declaration.Paul Berry2014-02-051-0/+14
* glsl: remove remaining is_array variablesTimothy Arceri2014-01-231-4/+2
* glsl: Add ARB_arrays_of_arrays support to yacc definition and astTimothy Arceri2014-01-231-6/+2
* glsl: Add frontend support for `sample` auxiliary storage qualifierChris Forbes2013-12-071-1/+2
* glsl: Implement parser support for atomic counters.Francisco Jerez2013-11-071-2/+11
* glsl: Merge precision qualifiers tooIan Romanick2013-08-211-0/+3
* glsl: Parse the GLSL 1.50 GS layout qualifiers.Eric Anholt2013-08-011-0/+19
* glsl: Be consistent about '\n', '.', and capitalization in errors/warnings.Paul Berry2013-07-271-1/+1
* glsl: Parse the "binding" keyword and store it in ast_type_qualifier.Kenneth Graunke2013-07-181-1/+5
* glsl: Add a new ast_type_qualifier::has_auxiliary_storage() method.Kenneth Graunke2013-07-181-0/+6
* glsl: Add a new ast_type_qualifier::has_storage() method.Kenneth Graunke2013-07-181-0/+11
* glsl: Add a new ast_type_qualifier::has_layout() method.Kenneth Graunke2013-07-181-0/+18
* glsl: Remove unnecessary #include from ast_type.cpp.Matt Turner2013-07-111-3/+0
* glsl: Add support for default layout qualifiers for uniforms.Eric Anholt2012-07-311-0/+45
* glsl: Drop the round-trip through ast_type_specifier for many builtin types.Eric Anholt2012-04-091-67/+1
* glsl: add support for GL_OES_EGL_image_externalChia-I Wu2011-11-031-0/+1
* Use C-style system headers in C++ code to avoid issues with std:: namespaceIan Romanick2011-02-211-3/+0
* glsl: Add using statements for standard library functions.Vinson Lee2011-02-031-0/+2
* glsl: Add support for default precision statementsChad Versace2011-01-171-1/+2
* glsl: Change default value of ast_type_specifier::precisionChad Versace2011-01-171-1/+1