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