summaryrefslogtreecommitdiffstats
path: root/src/glsl/hir_field_selection.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: add ast/parser support for subroutine parsing storage (v3.2)Dave Airlie2015-07-231-39/+0
* glsl: Remove unused include from hir_field_selection.cppThomas Helland2014-06-101-1/+0
* glsl: Add check for unsized arrays to glsl typesTimothy Arceri2013-10-281-1/+1
* glsl: Be consistent about '\n', '.', and capitalization in errors/warnings.Paul Berry2013-07-271-10/+10
* glsl: Allow swizzles on scalars.Matt Turner2013-06-141-1/+3
* glsl: Allow .length() method on vectors and matrices.Matt Turner2013-06-141-20/+38
* glsl: Allow dereferencing fields of an interface instanceIan Romanick2013-01-251-1/+2
* glsl: Enable GLSL ES 3.00 features inherited from desktop GLSL.Paul Berry2012-12-061-1/+1
* glsl: Make use of new _mesa_glsl_parse_state::check_version() function.Paul Berry2012-12-061-2/+1
* glsl: Use ir_rvalue to represent generic error_type values.Kenneth Graunke2012-04-021-1/+1
* Use C-style system headers in C++ code to avoid issues with std:: namespaceIan Romanick2011-02-211-2/+0
* glsl: Add using statements for standard library functions.Vinson Lee2011-02-031-0/+2
* glsl: Include main/core.h.Chia-I Wu2010-08-241-1/+0
* glsl2: Remove unnecessary use of 'struct' before type namesIan Romanick2010-08-131-1/+1
* glsl2: Give the path within src/mesa/ for headers instead of relying on -I.Aras Pranckevicius2010-08-021-1/+1
* glsl2: Add support for the .length() method on arrays.Kenneth Graunke2010-07-201-0/+22
* glsl2: Use _mesa_glsl_parse_state as the talloc parent, not glsl_shader.Kenneth Graunke2010-06-301-1/+1
* glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt2010-06-241-0/+81