tree: ff552edd780d3a659d0b86b18602819fd319d3c0 [path history] [tgz]
  1. builtins/
  2. glcpp/
  3. tests/
  4. .dir-locals.el
  5. .gitignore
  6. Android.gen.mk
  7. Android.mk
  8. ast.h
  9. ast_expr.cpp
  10. ast_function.cpp
  11. ast_to_hir.cpp
  12. ast_type.cpp
  13. autogen.sh
  14. builtin_stubs.cpp
  15. builtin_types.h
  16. builtin_variables.h
  17. glsl_lexer.ll
  18. glsl_parser.yy
  19. glsl_parser_extras.cpp
  20. glsl_parser_extras.h
  21. glsl_symbol_table.cpp
  22. glsl_symbol_table.h
  23. glsl_types.cpp
  24. glsl_types.h
  25. hir_field_selection.cpp
  26. ir.cpp
  27. ir.h
  28. ir_basic_block.cpp
  29. ir_basic_block.h
  30. ir_clone.cpp
  31. ir_constant_expression.cpp
  32. ir_expression_flattening.cpp
  33. ir_expression_flattening.h
  34. ir_function.cpp
  35. ir_function_can_inline.cpp
  36. ir_function_detect_recursion.cpp
  37. ir_function_inlining.h
  38. ir_hierarchical_visitor.cpp
  39. ir_hierarchical_visitor.h
  40. ir_hv_accept.cpp
  41. ir_import_prototypes.cpp
  42. ir_optimization.h
  43. ir_print_visitor.cpp
  44. ir_print_visitor.h
  45. ir_reader.cpp
  46. ir_reader.h
  47. ir_rvalue_visitor.cpp
  48. ir_rvalue_visitor.h
  49. ir_set_program_inouts.cpp
  50. ir_validate.cpp
  51. ir_variable.cpp
  52. ir_variable_refcount.cpp
  53. ir_variable_refcount.h
  54. ir_visitor.h
  55. link_functions.cpp
  56. linker.cpp
  57. linker.h
  58. list.h
  59. loop_analysis.cpp
  60. loop_analysis.h
  61. loop_controls.cpp
  62. loop_unroll.cpp
  63. lower_discard.cpp
  64. lower_if_to_cond_assign.cpp
  65. lower_instructions.cpp
  66. lower_jumps.cpp
  67. lower_mat_op_to_vec.cpp
  68. lower_noise.cpp
  69. lower_texture_projection.cpp
  70. lower_variable_index_to_cond_assign.cpp
  71. lower_vec_index_to_cond_assign.cpp
  72. lower_vec_index_to_swizzle.cpp
  73. lower_vector.cpp
  74. main.cpp
  75. Makefile
  76. Makefile.template
  77. opt_algebraic.cpp
  78. opt_constant_folding.cpp
  79. opt_constant_propagation.cpp
  80. opt_constant_variable.cpp
  81. opt_copy_propagation.cpp
  82. opt_copy_propagation_elements.cpp
  83. opt_dead_code.cpp
  84. opt_dead_code_local.cpp
  85. opt_dead_functions.cpp
  86. opt_discard_simplification.cpp
  87. opt_function_inlining.cpp
  88. opt_if_simplification.cpp
  89. opt_noop_swizzle.cpp
  90. opt_redundant_jumps.cpp
  91. opt_structure_splitting.cpp
  92. opt_swizzle_swizzle.cpp
  93. opt_tree_grafting.cpp
  94. program.h
  95. ralloc.c
  96. ralloc.h
  97. README
  98. s_expression.cpp
  99. s_expression.h
  100. SConscript
  101. standalone_scaffolding.cpp
  102. standalone_scaffolding.h
  103. strtod.c
  104. strtod.h
  105. test.cpp
  106. test_optpass.cpp
  107. test_optpass.h
  108. TODO