summaryrefslogtreecommitdiffstats
path: root/src/glsl/lower_packing_builtins.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl, nir: Make ir_triop_bitfield_extract a vectorized operation.Kenneth Graunke2016-01-131-2/+2
* glsl, nir: Make ir_quadop_bitfield_insert a vectorized operation.Kenneth Graunke2016-01-131-5/+5
* glsl: provide the option of using BFE for unpack builting loweringIlia Mirkin2015-08-281-13/+90
* glsl: use bitfield_insert instead of and + shift + or for packingIlia Mirkin2015-08-281-3/+24
* Fix a few typosZoë Blade2015-04-271-4/+4
* glsl: Add support for lowering 4x8 pack/unpack operationsMatt Turner2013-01-251-0/+279
* glsl: Add lowering pass for GLSL ES 3.00 pack/unpack operations (v4)Chad Versace2013-01-241-0/+1035