summaryrefslogtreecommitdiffstats
path: root/src/glsl/ast_type.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* glsl: Check that interpolation qualifiers do not precede 'varying'Chad Versace2011-01-171-0/+7
* glsl: Add method ast_type_qualifier::interpolation_string()Chad Versace2011-01-171-0/+13
* glsl: Wrap ast_type_qualifier contents in a struct in a unionIan Romanick2010-10-081-5/+1
* glsl2: Give the path within src/mesa/ for headers instead of relying on -I.Aras Pranckevicius2010-08-021-1/+1
* glsl2: Add a method for querying if an AST type has any qualifiers.Kenneth Graunke2010-06-291-0/+10
* glsl2: Wrap includes of C interfaces with extern "C".Eric Anholt2010-06-241-0/+2
* glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt2010-06-241-0/+110