summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_format_convert.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-14nir: make nir_const_value scalarKarol Herbst1-9/+14
2019-01-04nir: Allow nir_format_unpack_int/sint to unpack larger values.Eric Anholt1-3/+8
2018-12-17nir: Fix clamping of uints for image store lowering.Eric Anholt1-1/+1
2018-12-13nir: Move intel's half-float image store lowering to to nir_format.h.Eric Anholt1-0/+13
2018-12-12nir: Pull some of intel's image load/store format conversion to nir_format.hEric Anholt1-0/+38
2018-12-12nir: Add some more consts to the nir_format_convert.h helpers.Eric Anholt1-7/+6
2018-08-29nir/format_convert: Fix a bitmask in unpack_11f11f10fJason Ekstrand1-1/+1
2018-08-29nir/format_convert: Rename pack_r11g11b10f to pack_11f11f10fJason Ekstrand1-1/+1
2018-08-29nir/format_convert: Add [us]norm conversion helpersJason Ekstrand1-0/+56
2018-08-29nir/format_convert: Rename nir_format_bitcast_uint_vecJason Ekstrand1-2/+3
2018-08-29nir/format_convert: Add vec mask and sign-extend helpersJason Ekstrand1-8/+27
2018-08-29nir/format_convert: Add support for unpacking signed integersJason Ekstrand1-8/+29
2018-07-16nir: fix msvc buildRoland Scheidegger1-1/+1
2018-05-09nir/format_convert: Add code for bitcasting vectorsJason Ekstrand1-0/+53
2018-05-09nir/format_convert: Add a function to pack RGB9_E5 formatsJason Ekstrand1-0/+64
2018-05-09nir/format_convert: Add pack/unpack for R11F_G11F_B10FJason Ekstrand1-0/+38
2018-05-09nir/format_convert: Add linear <-> sRGB helpersJason Ekstrand1-0/+26
2018-05-09nir: Add the start of a format conversion helper headerJason Ekstrand1-0/+106