summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir
Commit message (Expand)AuthorAgeFilesLines
...
* nir/from_ssa: fixup for new foreach_block()Connor Abbott2016-04-281-27/+30
* nir/dominance: fixup for new foreach_block()Connor Abbott2016-04-281-101/+59
* nir: Try to warn when C99 extensions are used in nir headers.Jose Fonseca2016-04-281-1/+22
* nir: Remove spurious ; after nir_builder functions.Jose Fonseca2016-04-281-1/+1
* nir: Remove spurious ; after namespace.Jose Fonseca2016-04-281-1/+1
* nir: Avoid C99 field initializers.Jose Fonseca2016-04-281-3/+6
* nir: Add lrp lowering for doubles in opt_algebraicSamuel Iglesias Gonsálvez2016-04-282-3/+8
* nir: rename lower_flrp to lower_flrp32Samuel Iglesias Gonsálvez2016-04-282-7/+7
* nir/lower_double_ops: lower round_even()Iago Toral Quiroga2016-04-282-1/+60
* nir/lower_double_ops: lower fract()Iago Toral Quiroga2016-04-282-0/+15
* nir/lower_double_ops: lower ceil()Iago Toral Quiroga2016-04-282-0/+24
* nir/lower_double_ops: lower floor()Iago Toral Quiroga2016-04-282-0/+26
* nir/lower_double_ops: lower trunc()Iago Toral Quiroga2016-04-282-0/+61
* nir: add a pass to lower some double operationsConnor Abbott2016-04-282-0/+391
* nir/builder: add nir_imm_double()Connor Abbott2016-04-281-0/+8
* nir/builder: Add bit_size info to nir_build_imm()Samuel Iglesias Gonsálvez2016-04-283-8/+9
* nir: rewrite nir_foreach_block and friendsConnor Abbott2016-04-272-83/+202
* nir/opt_cp: use nir_block_get_following_if()Connor Abbott2016-04-271-7/+3
* nir/algebraic: Add a bit-size validatorJason Ekstrand2016-04-271-0/+270
* nir/opt_algebraic: Fix some expressions with ambiguous bit sizesJason Ekstrand2016-04-271-3/+3
* nir/search: Respect the bit_size parameter on nir_search_valueJason Ekstrand2016-04-272-1/+18
* nir/algebraic: Add a mechanism for specifying the bit size of a valueJason Ekstrand2016-04-273-4/+31
* nir/algebraic: Use "uint" instead of "unsigned" for uint typesJason Ekstrand2016-04-271-2/+2
* nir/algebraic: Do better error reporting of bad expressionsJason Ekstrand2016-04-271-1/+16
* nir: Add a helper for figuring out what channels of an SSA def are readJason Ekstrand2016-04-262-0/+27
* nir: Add missing break into switch in construct_value()Juha-Pekka Heikkila2016-04-261-0/+1
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-2045-70/+70
* 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