nir/vtn: Use return type rather than image type for tex ops
[mesa.git] / src / compiler / glsl / gl_nir_linker.c
2020-07-29 Jason Ekstrandnir/gl_nir_linker: Call add_vars_with_modes once for...
2020-07-29 Jason Ekstrandnir/gl_nir_linker: Use nir_foreach_variable_with_modes
2020-07-02 Timothy Arceriglsl: move fallthrough comment to where gcc can see it
2020-06-03 Timothy Arceriglsl/spirv: remove dead uniforms in spirv nir linker
2020-06-03 Timothy Arceriglsl: remove dead uniforms in the nir linker
2020-06-03 Timothy Arceriglsl: add can_remove_uniform() helper to the NIR linker
2020-04-21 Timothy Arcerist/glsl_to_nir: make use of nir linker for linking...
2020-03-06 Alejandro Piñeironir/linker: remove reference to just SPIR-V linking
2020-01-10 Timothy Arceriglsl: call calculate_subroutine_compat() from the nir...
2020-01-10 Timothy Arceriglsl: call uniform resource checks from the nir linker
2020-01-10 Timothy Arceriglsl: call check_subroutine_resources() from the nir...
2020-01-06 Timothy Arceriglsl: use nir version of check_image_resources() for...
2020-01-06 Timothy Arceriglsl: add check_image_resources() for the nir linker
2020-01-06 Timothy Arceriglsl: add new gl_nir_link_glsl() helper
2020-01-06 Timothy Arceriglsl: rename gl_nir_link() to gl_nir_link_spirv()
2019-12-13 Timothy Arcerist/glsl_to_nir: use nir based program resource list...
2019-12-13 Timothy Arceriglsl: add subroutine support to nir_build_program_resou...
2019-12-13 Timothy Arceriglsl: add support for named varyings in nir_build_progr...
2019-12-05 Timothy Arceriglsl/nir: iterate the system values list when adding...
2019-09-10 Caio Marcelo de... glsl/nir: Add and use a gl_nir_link() function
2019-07-12 Antia Puentesnir/linker: Add atomic counters to the program resource...
2019-07-12 Antia Puentesnir/linker: Add XFB resources to the program resource...
2019-07-12 Antia Puentesnir/linker: Add BUFFER_VARIABLEs to the prog resource...
2019-07-12 Antia Puentesnir/linker: Add inputs/outputs to the program resource...
2019-07-12 Alejandro Piñeironir/linker: add ubo/ssbo to the program resource list
2019-01-14 Caio Marcelo de... src/compiler: use new hash table and set creation helpers
2018-08-13 Alejandro Piñeironir/linker: take into account hidden uniforms
2018-06-21 Eduardo Lima Mitevnir/linker: Add nir_build_program_resource_list()