summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir
Commit message (Expand)AuthorAgeFilesLines
* nir/lower-tex: add srgb->linear loweringRob Clark2016-04-192-0/+53
* nir/builder: const'ify swiz paramRob Clark2016-04-191-1/+1
* nir/lower-tex: make options a local varRob Clark2016-04-191-8/+8
* nir: only dereference undef after NULL check. (v2)Dave Airlie2016-04-181-1/+0
* Merge remote-tracking branch 'public/master' into vulkanJason Ekstrand2016-04-151-7/+27
|\
| * nir/print: Fix printing variable modeEduardo Lima Mitev2016-04-151-7/+27
* | Merge remote-tracking branch 'public/master' into vulkanJason Ekstrand2016-04-142-1/+3
|\|
| * nir/lower_io: Add UBOs and SSBOs to get_io_offset_srcJason Ekstrand2016-04-141-0/+3
| * nir/intrinsics: Add a vulkan_resource_index intrinsicJason Ekstrand2016-04-143-0/+34
| * nir: Add a descriptor_set field to nir_variableJason Ekstrand2016-04-141-0/+5
* | Merge remote-tracking branch 'public/master' into vulkanJason Ekstrand2016-04-145-23/+38
|\|
| * nir: Add another index to load_uniform to specify the range readJason Ekstrand2016-04-144-1/+18
| * nir: Use _snprintf on Windows.Jose Fonseca2016-04-141-0/+4
| * nir: Avoid structure initalization expressions.Jose Fonseca2016-04-141-2/+16
| * nir: Remove unistd.h include.Jose Fonseca2016-04-141-1/+0
| * nir: Avoid empty {} struct initializer.Jose Fonseca2016-04-141-10/+10
* | nir/opt_algebraic: Remove the encoding lineJason Ekstrand2016-04-141-1/+0
* | spirv: Move to compiler/Jason Ekstrand2016-04-149-7568/+0
* | nir: Remove some pointless delta between vulkan and masterJason Ekstrand2016-04-142-3/+0
* | Merge remote-tracking branch 'public/master' into vulkanJason Ekstrand2016-04-1332-219/+414
|\|
| * nir/dead_variables: Configurably work with any variable modeJason Ekstrand2016-04-132-10/+25
| * nir/algebraic: Add lowering for ldexpJason Ekstrand2016-04-131-0/+31
| * nir: Add more modulus opcodesJason Ekstrand2016-04-132-1/+16
| * nir/lower_io: Allow for a full bitmask of modesJason Ekstrand2016-04-132-7/+7
| * nir/lower_indirect: nir_variable_mode is now a bitfieldJason Ekstrand2016-04-132-7/+7
| * nir: Convert nir_variable_mode to a bitfieldJason Ekstrand2016-04-132-17/+19
| * nir/clone: Copy bit size when cloning registersJason Ekstrand2016-04-121-0/+1
| * nir: Fix typo in commentIan Romanick2016-04-111-1/+1
| * nir: Merge redudant integer clamping.Markus Wick2016-04-111-1/+4
| * nir: Silence unused "options" warning in algebraic passes.Kenneth Graunke2016-04-111-0/+1
| * nir: Do basic constant reassociation.Kenneth Graunke2016-04-111-0/+8
| * nir/lower_system_values: Add support for several computed valuesJason Ekstrand2016-04-112-3/+73
| * compiler: remove {glsl,nir}/Makefile.sourcesEmil Velikov2016-04-111-79/+0
| * nir: add a pass for lowering (un)pack_double_2x32Connor Abbott2016-04-113-0/+98
| * nir: add split versions of (un)pack_double_2x32Connor Abbott2016-04-111-0/+36
| * nir: don't try to scalarize unpack_double_2x32Connor Abbott2016-04-111-0/+3
| * nir: add support for (un)pack_double_2x32Connor Abbott2016-04-112-0/+35
| * nir: add i2d and u2d opcodesIago Toral Quiroga2016-04-112-0/+10
| * nir: add d2i, d2u, d2b opcodesIago Toral Quiroga2016-04-112-0/+6
| * nir: add support for d2f and f2dConnor Abbott2016-04-112-0/+5
| * nir/glsl_to_nir: set bit_size on ssbo_load resultIago Toral Quiroga2016-04-111-2/+3
| * nir/glsl_to_nir: add bit-size info to add_instr()Samuel Iglesias Gonsálvez2016-04-111-10/+14
| * nir/split_var_copies: handle doublesConnor Abbott2016-04-111-0/+2
| * nir/instr_set: handle 64-bit bit-sizesConnor Abbott2016-04-111-5/+17
| * nir: handle doubles in nir_deref_get_const_initializer_load()Connor Abbott2016-04-111-1/+5
| * nir/print: add support for printing doubles and bitsizeConnor Abbott2016-04-111-3/+16
| * nir/glsl_to_nir: support doublesConnor Abbott2016-04-111-26/+38
| * nir/lower_load_const_to_scalar: support doubles and multiple bit sizesIago Toral Quiroga2016-04-111-2/+6
| * nir/lower_to_source_mods: Handle different bit sizesIago Toral Quiroga2016-04-111-2/+3
| * nir: add bit_size info to nir_load_const_instr_create()Samuel Iglesias Gonsálvez2016-04-119-15/+20