summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_lower_wpos_center.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-29intel: Use a system value for gl_FragCoordJason Ekstrand1-13/+3
2018-12-18nir/lower_wpos_center: Look at derefs for modesJason Ekstrand1-2/+4
2018-11-14nir: replace nir_load_system_value calls with appropiate builder functionsKarol Herbst1-2/+1
2018-06-22nir: Remove old-school deref chain supportJason Ekstrand1-2/+0
2018-06-22nir: Remove deref chain support from lower_wpos_centerJason Ekstrand1-11/+2
2018-06-22nir: Support deref instructions in lower_pos_centerJason Ekstrand1-3/+12
2018-06-22nir: add deref lowering sanity checkingRob Clark1-0/+2
2017-10-20nir: Get rid of nir_shader::stageJason Ekstrand1-1/+1
2017-03-24nir/lower_wpos_center: support adding sample position to fragment coordinateIago Toral Quiroga1-7/+24
2017-03-23nir: Stop using apostrophes to pluralize.Matt Turner1-1/+1
2016-05-20nir: Fix crash in nir_lower_wpos_center().Kenneth Graunke1-1/+1
2016-05-20nir: Add a simple nir_lower_wpos_center() pass for Vulkan drivers.Kenneth Graunke1-0/+107