aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_wpos_center.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Support deref instructions in lower_pos_centerJason Ekstrand2018-06-221-3/+12
* nir: add deref lowering sanity checkingRob Clark2018-06-221-0/+2
* nir: Get rid of nir_shader::stageJason Ekstrand2017-10-201-1/+1
* nir/lower_wpos_center: support adding sample position to fragment coordinateIago Toral Quiroga2017-03-241-7/+24
* nir: Stop using apostrophes to pluralize.Matt Turner2017-03-231-1/+1
* nir: Fix crash in nir_lower_wpos_center().Kenneth Graunke2016-05-201-1/+1
* nir: Add a simple nir_lower_wpos_center() pass for Vulkan drivers.Kenneth Graunke2016-05-201-0/+107