aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/etnaviv/etnaviv_compiler_nir.c
Commit message (Expand)AuthorAgeFilesLines
* etnaviv: add missing vs_needs_z_div handling to NIR backendJonathan Marek2019-12-131-1/+21
* nir/lower_idiv: add new llvm-based pathRhys Perry2019-10-211-1/+1
* etnaviv: nir: start to make use of compile_error(..)Christian Gmeiner2019-10-111-6/+0
* etnaviv: implement texture comparatorJonathan Marek2019-10-051-1/+6
* etnaviv: remove extra allocation for shader codeJonathan Marek2019-09-281-1/+1
* etnaviv: nir: remove "options" structJonathan Marek2019-09-281-14/+5
* etnaviv: nir: use store_deref instead of store_outputJonathan Marek2019-09-281-59/+45
* etnaviv: nir: add native integers (HALTI2+)Jonathan Marek2019-09-281-32/+142
* etnaviv: nir: set num_components for inputs/outputsJonathan Marek2019-09-281-3/+3
* etnaviv: nir: fix gl_FrontFacingJonathan Marek2019-09-281-0/+3
* nir: allow specifying filter callback in lower_alu_to_scalarVasily Khoruzhick2019-09-061-20/+29
* etnaviv: split dump_shaderChristian Gmeiner2019-08-141-0/+51
* etnaviv: fix compile warnings in release buildChristian Gmeiner2019-08-121-1/+1
* etnaviv: add alternative NIR compilerJonathan Marek2019-08-061-0/+853