tree: b7a7ae04a5e00937e3940e92812dcaf45df53c48 [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. builtin_stubs.cpp
  14. builtin_types.h
  15. builtin_variables.cpp
  16. glsl_lexer.ll
  17. glsl_parser.yy
  18. glsl_parser_extras.cpp
  19. glsl_parser_extras.h
  20. glsl_symbol_table.cpp
  21. glsl_symbol_table.h
  22. glsl_types.cpp
  23. glsl_types.h
  24. hir_field_selection.cpp
  25. ir.cpp
  26. ir.h
  27. ir_basic_block.cpp
  28. ir_basic_block.h
  29. ir_clone.cpp
  30. ir_constant_expression.cpp
  31. ir_expression_flattening.cpp
  32. ir_expression_flattening.h
  33. ir_function.cpp
  34. ir_function_can_inline.cpp
  35. ir_function_detect_recursion.cpp
  36. ir_function_inlining.h
  37. ir_hierarchical_visitor.cpp
  38. ir_hierarchical_visitor.h
  39. ir_hv_accept.cpp
  40. ir_import_prototypes.cpp
  41. ir_optimization.h
  42. ir_print_visitor.cpp
  43. ir_print_visitor.h
  44. ir_reader.cpp
  45. ir_reader.h
  46. ir_rvalue_visitor.cpp
  47. ir_rvalue_visitor.h
  48. ir_set_program_inouts.cpp
  49. ir_uniform.h
  50. ir_validate.cpp
  51. ir_variable_refcount.cpp
  52. ir_variable_refcount.h
  53. ir_visitor.h
  54. link_functions.cpp
  55. link_uniforms.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_clip_distance.cpp
  64. lower_discard.cpp
  65. lower_if_to_cond_assign.cpp
  66. lower_instructions.cpp
  67. lower_jumps.cpp
  68. lower_mat_op_to_vec.cpp
  69. lower_noise.cpp
  70. lower_output_reads.cpp
  71. lower_texture_projection.cpp
  72. lower_variable_index_to_cond_assign.cpp
  73. lower_vec_index_to_cond_assign.cpp
  74. lower_vec_index_to_swizzle.cpp
  75. lower_vector.cpp
  76. main.cpp
  77. Makefile
  78. Makefile.sources
  79. Makefile.template
  80. opt_algebraic.cpp
  81. opt_array_splitting.cpp
  82. opt_constant_folding.cpp
  83. opt_constant_propagation.cpp
  84. opt_constant_variable.cpp
  85. opt_copy_propagation.cpp
  86. opt_copy_propagation_elements.cpp
  87. opt_dead_code.cpp
  88. opt_dead_code_local.cpp
  89. opt_dead_functions.cpp
  90. opt_discard_simplification.cpp
  91. opt_function_inlining.cpp
  92. opt_if_simplification.cpp
  93. opt_noop_swizzle.cpp
  94. opt_redundant_jumps.cpp
  95. opt_structure_splitting.cpp
  96. opt_swizzle_swizzle.cpp
  97. opt_tree_grafting.cpp
  98. program.h
  99. ralloc.c
  100. ralloc.h
  101. README
  102. s_expression.cpp
  103. s_expression.h
  104. SConscript
  105. standalone_scaffolding.cpp
  106. standalone_scaffolding.h
  107. strtod.c
  108. strtod.h
  109. test.cpp
  110. test_optpass.cpp
  111. test_optpass.h
  112. TODO