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