summaryrefslogtreecommitdiff
path: root/src/intel/compiler/brw_nir_lower_image_load_store.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-20nir: Add an LOD parameter to image_*_sizeJason Ekstrand1-0/+2
2020-06-11intel/nir: Call nir_metadata_preserve on !progressJason Ekstrand1-5/+10
2020-03-16intel/compiler: detect if atomic load store operations are usedTapani Pälli1-1/+4
2020-02-05glsl,nir: Switch the enum representing shader image formats to PIPE_FORMAT.Eric Anholt1-57/+3
2019-11-19nir: move data.image.access to data.accessMarek Olšák1-2/+2
2019-08-21nir: Add explicit signs to image min/max intrinsicsJason Ekstrand1-2/+4
2019-04-14nir/builder: Add a nir_imm_zero helperJason Ekstrand1-10/+1
2019-04-12nir: move brw_nir_rewrite_image_intrinsic into common codeKarol Herbst1-41/+0
2018-12-13nir: Move intel's half-float image store lowering to to nir_format.h.Eric Anholt1-8/+2
2018-12-13Revert "intel: Simplify the half-float packing in image load/store lowering."Eric Anholt1-2/+8
2018-12-12intel: Simplify the half-float packing in image load/store lowering.Eric Anholt1-8/+2
2018-12-12nir: Pull some of intel's image load/store format conversion to nir_format.hEric Anholt1-18/+2
2018-10-26nir/builder: Add a nir_imm_true/false helpersJason Ekstrand1-1/+1
2018-08-30intel/nir: Lowering image loads and stores trashes all metadataJason Ekstrand1-2/+2
2018-08-29intel/compiler: Remove surface_idx from brw_image_paramJason Ekstrand1-3/+0
2018-08-29intel: Use TXS for image_size when we have a typed surfaceJason Ekstrand1-0/+15
2018-08-29anv,i965: Lower away image derefs in the driverJason Ekstrand1-0/+41
2018-08-29nir: Use a bitfield for image access qualifiersJason Ekstrand1-1/+1
2018-08-29intel/compiler: Use two components for 1D array image sizesJason Ekstrand1-23/+14
2018-08-29intel/compiler: Do image load/store lowering to NIRJason Ekstrand1-0/+822