summaryrefslogtreecommitdiffstats
path: root/src/glsl
Commit message (Expand)AuthorAgeFilesLines
* glsl/linker: initialize explicit uniform locationsTapani Pälli2014-06-162-0/+119
* glsl: add glsl_type::uniform_locations() helper functionTapani Pälli2014-06-162-0/+32
* glsl: Fix clang mismatched-tags warnings with glsl_type.Vinson Lee2014-06-151-1/+1
* glsl: Correct more typosChris Forbes2014-06-152-2/+2
* glsl: Fix typo in comment.Chris Forbes2014-06-121-1/+1
* glsl: Store gl_uniform_driver_storage::format as the actual typeIan Romanick2014-06-111-5/+2
* glsl: Remove unused include in expr.flatt.Thomas Helland2014-06-101-2/+0
* glsl: Remove unused include in ir.cppThomas Helland2014-06-101-1/+0
* glsl: Remove unused include from ir_constant_expression.cppThomas Helland2014-06-101-1/+0
* glsl: Remove unused include from ir_basic_block.cppThomas Helland2014-06-101-2/+0
* glsl: Remove unused include from hir_field_selection.cppThomas Helland2014-06-101-1/+0
* glsl: Remove unused include from glsl_symbol_table.hThomas Helland2014-06-101-1/+1
* glsl: Remove unused include from glsl_types.cppThomas Helland2014-06-101-3/+1
* glsl: Remove unused include from builtin_variables.cppThomas Helland2014-06-101-1/+0
* glsl: Remove unused include in ast_to_hir.cppThomas Helland2014-06-101-1/+0
* glsl: Remove unused includes in link_uniform_block_active_visitor.hThomas Helland2014-06-101-2/+0
* glsl: Remove unused includes in link_uniform_init.Thomas Helland2014-06-101-2/+0
* glsl: Add an exec_node_init() function, usable from C.Matt Turner2014-06-101-0/+7
* glsl: Make foreach macros usable from C by adding struct keyword.Matt Turner2014-06-101-11/+11
* glsl: Make exec_list members just wrap the C API.Matt Turner2014-06-101-77/+13
* glsl: Make exec_node members just wrap the C API.Matt Turner2014-06-101-27/+11
* glsl: Add C API for exec_list.Matt Turner2014-06-101-0/+141
* glsl: Add C API for exec_node.Matt Turner2014-06-101-0/+82
* glsl: Move definition of exec_list member functions out of the struct.Matt Turner2014-06-101-108/+127
* glsl: Move definition of exec_node member functions out of the struct.Matt Turner2014-06-101-62/+83
* glsl: Validate aux storage qualifier combination with other qualifiers.Chris Forbes2014-06-101-39/+37
* glsl: Implement overload resolution for ARB_gpu_shader5Chris Forbes2014-06-041-0/+71
* glsl: Add support for comparing function parameter conversionsChris Forbes2014-06-041-3/+79
* glsl: Build a list of inexact function matchesChris Forbes2014-06-041-11/+32
* glsl: Allow int -> uint implicit conversions on function parametersChris Forbes2014-06-041-3/+16
* glsl: Pass parse state to can_implicitly_convert_to()Chris Forbes2014-06-044-6/+8
* glsl: Pass parse state to parameter_lists_match()Chris Forbes2014-06-041-2/+3
* glsl: Add support for int -> uint implicit conversionsChris Forbes2014-06-041-0/+8
* glsl: Clean up apply_implicit_conversionChris Forbes2014-06-041-27/+31
* glsl: Allow `precise` as a parameter qualifierChris Forbes2014-06-041-2/+10
* glsl: Disallow `precise` redeclarations of vars from outer scopesChris Forbes2014-06-041-0/+9
* glsl: Add support for `precise` redeclarationsChris Forbes2014-06-044-7/+47
* glsl: add support for `precise` in type_qualifierChris Forbes2014-06-045-8/+48
* glsl: remove outdated comment, move sample to correct blockChris Forbes2014-06-041-3/+3
* glsl: Make most ir_instruction::as_subclass() functions non-virtual.Matt Turner2014-06-031-109/+52
* glsl: Move ir_type_unset to end of enumeration.Matt Turner2014-06-032-7/+3
* glsl: Reorder ir_type_* enum for easier comparisons.Matt Turner2014-06-031-7/+7
* glsl: Remove useless call to as_rvalue().Matt Turner2014-06-031-1/+1
* glsl: Set ir_instruction::ir_type in the base class constructorIan Romanick2014-06-032-54/+57
* scons: add common.c as part of glcpp buildTapani Pälli2014-05-301-1/+1
* glcpp: link with tests/common.cTapani Pälli2014-05-301-0/+1
* glsl: Add null check in loop_analysis.cppJuha-Pekka Heikkila2014-05-301-2/+4
* glsl/tests: remove generated tests from the repoConnor Abbott2014-05-2849-696/+2
* glsl/tests: call create_test_cases.py in optimization-testConnor Abbott2014-05-281-0/+8
* glsl/tests/lower_jumps: fix generated sexpr's for loopsConnor Abbott2014-05-281-1/+1