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