aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/gl_nir_linker.c
Commit message (Expand)AuthorAgeFilesLines
* nir/linker: remove reference to just SPIR-V linkingAlejandro Piñeiro2020-03-061-3/+2
* glsl: call calculate_subroutine_compat() from the nir linkerTimothy Arceri2020-01-101-0/+1
* glsl: call uniform resource checks from the nir linkerTimothy Arceri2020-01-101-0/+1
* glsl: call check_subroutine_resources() from the nir linkerTimothy Arceri2020-01-101-0/+1
* glsl: use nir version of check_image_resources() for nir linkerTimothy Arceri2020-01-071-0/+1
* glsl: add check_image_resources() for the nir linkerTimothy Arceri2020-01-071-0/+38
* glsl: add new gl_nir_link_glsl() helperTimothy Arceri2020-01-071-0/+12
* glsl: rename gl_nir_link() to gl_nir_link_spirv()Timothy Arceri2020-01-071-2/+2
* st/glsl_to_nir: use nir based program resource list builderTimothy Arceri2019-12-131-2/+3
* glsl: add subroutine support to nir_build_program_resource_list()Timothy Arceri2019-12-131-2/+31
* glsl: add support for named varyings in nir_build_program_resource_list()Timothy Arceri2019-12-131-15/+286
* glsl/nir: iterate the system values list when adding varyingsTimothy Arceri2019-12-051-25/+36
* glsl/nir: Add and use a gl_nir_link() functionCaio Marcelo de Oliveira Filho2019-09-101-0/+16
* nir/linker: Add atomic counters to the program resource listAntia Puentes2019-07-121-0/+7
* nir/linker: Add XFB resources to the program resource listAntia Puentes2019-07-121-0/+27
* nir/linker: Add BUFFER_VARIABLEs to the prog resource listAntia Puentes2019-07-121-1/+31
* nir/linker: Add inputs/outputs to the program resource listAntia Puentes2019-07-121-0/+108
* nir/linker: add ubo/ssbo to the program resource listAlejandro Piñeiro2019-07-121-0/+14
* src/compiler: use new hash table and set creation helpersCaio Marcelo de Oliveira Filho2019-01-141-3/+1
* nir/linker: take into account hidden uniformsAlejandro Piñeiro2018-08-131-0/+4
* nir/linker: Add nir_build_program_resource_list()Eduardo Lima Mitev2018-06-211-0/+67