tree: 1cd321d9f1e599508ae4706027c0ff7c494007ba [path history] [tgz]
  1. glcpp/
  2. tests/
  3. .gitignore
  4. ast.h
  5. ast_array_index.cpp
  6. ast_expr.cpp
  7. ast_function.cpp
  8. ast_to_hir.cpp
  9. ast_type.cpp
  10. blob.c
  11. blob.h
  12. builtin_functions.cpp
  13. builtin_functions.h
  14. builtin_int64.h
  15. builtin_types.cpp
  16. builtin_variables.cpp
  17. generate_ir.cpp
  18. glsl_lexer.ll
  19. glsl_parser.yy
  20. glsl_parser_extras.cpp
  21. glsl_parser_extras.h
  22. glsl_symbol_table.cpp
  23. glsl_symbol_table.h
  24. glsl_to_nir.cpp
  25. glsl_to_nir.h
  26. hir_field_selection.cpp
  27. int64.glsl
  28. ir.cpp
  29. ir.h
  30. ir_array_refcount.cpp
  31. ir_array_refcount.h
  32. ir_basic_block.cpp
  33. ir_basic_block.h
  34. ir_builder.cpp
  35. ir_builder.h
  36. ir_builder_print_visitor.cpp
  37. ir_builder_print_visitor.h
  38. ir_clone.cpp
  39. ir_constant_expression.cpp
  40. ir_equals.cpp
  41. ir_expression_flattening.cpp
  42. ir_expression_flattening.h
  43. ir_expression_operation.py
  44. ir_function.cpp
  45. ir_function_can_inline.cpp
  46. ir_function_detect_recursion.cpp
  47. ir_function_inlining.h
  48. ir_hierarchical_visitor.cpp
  49. ir_hierarchical_visitor.h
  50. ir_hv_accept.cpp
  51. ir_optimization.h
  52. ir_print_visitor.cpp
  53. ir_print_visitor.h
  54. ir_reader.cpp
  55. ir_reader.h
  56. ir_rvalue_visitor.cpp
  57. ir_rvalue_visitor.h
  58. ir_set_program_inouts.cpp
  59. ir_uniform.h
  60. ir_validate.cpp
  61. ir_variable_refcount.cpp
  62. ir_variable_refcount.h
  63. ir_visitor.h
  64. link_atomics.cpp
  65. link_functions.cpp
  66. link_interface_blocks.cpp
  67. link_uniform_block_active_visitor.cpp
  68. link_uniform_block_active_visitor.h
  69. link_uniform_blocks.cpp
  70. link_uniform_initializers.cpp
  71. link_uniforms.cpp
  72. link_varyings.cpp
  73. link_varyings.h
  74. linker.cpp
  75. linker.h
  76. list.h
  77. loop_analysis.cpp
  78. loop_analysis.h
  79. loop_controls.cpp
  80. loop_unroll.cpp
  81. lower_blend_equation_advanced.cpp
  82. lower_buffer_access.cpp
  83. lower_buffer_access.h
  84. lower_const_arrays_to_uniforms.cpp
  85. lower_discard.cpp
  86. lower_discard_flow.cpp
  87. lower_distance.cpp
  88. lower_if_to_cond_assign.cpp
  89. lower_instructions.cpp
  90. lower_int64.cpp
  91. lower_jumps.cpp
  92. lower_mat_op_to_vec.cpp
  93. lower_named_interface_blocks.cpp
  94. lower_noise.cpp
  95. lower_offset_array.cpp
  96. lower_output_reads.cpp
  97. lower_packed_varyings.cpp
  98. lower_packing_builtins.cpp
  99. lower_shared_reference.cpp
  100. lower_subroutine.cpp
  101. lower_tess_level.cpp
  102. lower_texture_projection.cpp
  103. lower_ubo_reference.cpp
  104. lower_variable_index_to_cond_assign.cpp
  105. lower_vec_index_to_cond_assign.cpp
  106. lower_vec_index_to_swizzle.cpp
  107. lower_vector.cpp
  108. lower_vector_derefs.cpp
  109. lower_vector_insert.cpp
  110. lower_vertex_id.cpp
  111. main.cpp
  112. opt_add_neg_to_sub.h
  113. opt_algebraic.cpp
  114. opt_array_splitting.cpp
  115. opt_conditional_discard.cpp
  116. opt_constant_folding.cpp
  117. opt_constant_propagation.cpp
  118. opt_constant_variable.cpp
  119. opt_copy_propagation.cpp
  120. opt_copy_propagation_elements.cpp
  121. opt_dead_builtin_variables.cpp
  122. opt_dead_builtin_varyings.cpp
  123. opt_dead_code.cpp
  124. opt_dead_code_local.cpp
  125. opt_dead_functions.cpp
  126. opt_flatten_nested_if_blocks.cpp
  127. opt_flip_matrices.cpp
  128. opt_function_inlining.cpp
  129. opt_if_simplification.cpp
  130. opt_minmax.cpp
  131. opt_noop_swizzle.cpp
  132. opt_rebalance_tree.cpp
  133. opt_redundant_jumps.cpp
  134. opt_structure_splitting.cpp
  135. opt_swizzle_swizzle.cpp
  136. opt_tree_grafting.cpp
  137. opt_vectorize.cpp
  138. program.h
  139. propagate_invariance.cpp
  140. README
  141. s_expression.cpp
  142. s_expression.h
  143. shader_cache.cpp
  144. shader_cache.h
  145. standalone.cpp
  146. standalone.h
  147. standalone_scaffolding.cpp
  148. standalone_scaffolding.h
  149. string_to_uint_map.cpp
  150. string_to_uint_map.h
  151. test.cpp
  152. test_optpass.cpp
  153. test_optpass.h
  154. TODO