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