summaryrefslogtreecommitdiff
path: root/src/glsl/hir_field_selection.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-07-27glsl: Be consistent about '\n', '.', and capitalization in errors/warnings.Paul Berry1-10/+10
2013-06-14glsl: Allow swizzles on scalars.Matt Turner1-1/+3
2013-06-14glsl: Allow .length() method on vectors and matrices.Matt Turner1-20/+38
2013-01-25glsl: Allow dereferencing fields of an interface instanceIan Romanick1-1/+2
2012-12-06glsl: Enable GLSL ES 3.00 features inherited from desktop GLSL.Paul Berry1-1/+1
2012-12-06glsl: Make use of new _mesa_glsl_parse_state::check_version() function.Paul Berry1-2/+1
2012-04-02glsl: Use ir_rvalue to represent generic error_type values.Kenneth Graunke1-1/+1
2011-02-21Use C-style system headers in C++ code to avoid issues with std:: namespaceIan Romanick1-2/+0
2011-02-03glsl: Add using statements for standard library functions.Vinson Lee1-0/+2
2010-08-24glsl: Include main/core.h.Chia-I Wu1-1/+0
2010-08-13glsl2: Remove unnecessary use of 'struct' before type namesIan Romanick1-1/+1
2010-08-02glsl2: Give the path within src/mesa/ for headers instead of relying on -I.Aras Pranckevicius1-1/+1
2010-07-20glsl2: Add support for the .length() method on arrays.Kenneth Graunke1-0/+22
2010-06-30glsl2: Use _mesa_glsl_parse_state as the talloc parent, not glsl_shader.Kenneth Graunke1-1/+1
2010-06-24glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt1-0/+81