i965: enable lrp lowering for doubles
[mesa.git] / src / compiler /
2016-05-10 Dave Airlieglsl: check geometry output vertices limits.
2016-05-10 Eduardo Lima Mitevnir/print: Print memory qualifiers in a variable declar...
2016-05-10 Eduardo Lima Mitevglsl: Apply memory qualifiers to vars inside named...
2016-05-09 Rob Clarknir/search: fix typo
2016-05-07 Kenneth Graunkespirv: Fix structure splitting with per-vertex interfac...
2016-05-07 Kenneth Graunkecompiler: Add a C wrapper for glsl_type::without_array().
2016-05-07 Nicolai Hähnlecompiler/glsl: do not downcast list sentinel
2016-05-06 Jose Fonsecanir: Remove spurious return from void function.
2016-05-05 Connor Abbottnir: remove now-unused nir_foreach_block*_call()
2016-05-05 Jason Ekstrandnir/lower_double_ops: fixup for new nir_foreach_block()
2016-05-05 Jason Ekstrandnir/lower_double_pack: fixup for new nir_foreach_block()
2016-05-05 Jason Ekstrandnir/gather_info: fixup for new foreach_block()
2016-05-05 Connor Abbottnir/lower_two_sided_color: fixup for new foreach_block()
2016-05-05 Connor Abbottnir/lower_tex: fixup for new foreach_block()
2016-05-05 Connor Abbottnir/lower_outputs_to_temporaries: fixup for new foreach...
2016-05-05 Kenneth Graunkenir: Optimize out stores of undefs.
2016-05-05 Kenneth Graunkenir: Replace vecN(undef, undef, ...) with a single...
2016-05-05 Kenneth Graunkenir: Rename opt_undef_alu to opt_undef_csel; update...
2016-05-05 Thomas Hindoe Paab... nir: fix assert for wildcard pairs
2016-05-04 Samuel Iglesias... nir: Separate 32 and 64-bit fmod lowering
2016-05-04 Samuel Iglesias... nir/lower_double_ops: lower mod()
2016-05-03 Dave Airlieglsl: subroutine types cannot be used in constructors.
2016-05-03 Dave Airlieglsl: resource is a reserved keyword in GLSL 4.20 as...
2016-05-02 Rob Clarknir: make lower_clamp_color pass work after lower i/o
2016-05-01 Timothy Arcerimesa: add LOCATION_COMPONENT support to GetProgramResou...
2016-05-01 Timothy Arceriglsl: add component to has_layout() helper
2016-05-01 Timothy Arceriglsl: validate linking of intrastage component qualifiers
2016-05-01 Timothy Arceriglsl: update explicit location matching to support...
2016-05-01 Timothy Arceriglsl: cross validate varyings with a component qualifier
2016-05-01 Timothy Arceriglsl: validate and store component layout qualifier...
2016-05-01 Timothy Arceriglsl: allow component qualifier on varying inputs
2016-05-01 Timothy Arceriglsl: parse component layout qualifier
2016-05-01 Emil Velikovspirv: automake: add missing headers to the tarball.
2016-04-30 Thomas Hindoe Paab... nir/lower_double_ops: fix indentation
2016-04-30 Thomas Hindoe Paab... nir/opt_dead_cf: fix indentation
2016-04-30 Thomas Hindoe Paab... nir/opt_dead_cf: correction of side effect check
2016-04-30 Rob Clarknir: clamp-color-output support
2016-04-29 Kenneth Graunkeglsl: Lower vector_extracts to swizzles after lower_vec...
2016-04-29 Kenneth Graunkeglsl: Convert lower_vec_index_to_swizzle to a rvalue...
2016-04-29 Andres Gomezglsl: Checks for interpolation into its own function.
2016-04-29 Jason Ekstrandnir/algebraic: Support lowering for both 64 and 32...
2016-04-29 Jason Ekstrandnir/opcodes: Make ldexp take an explicitly 32-bit int
2016-04-29 Jason Ekstrandnir/opcodes: Simplify the expressions for [un]pack_double
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_def
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_use and friends
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_function
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_parallel_copy_...
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_phi_src
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_instr
2016-04-28 Connor Abbottnir/algebraic: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/validate: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/nir_worklist: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/remove_dead_variables: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/split_var_copies: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/repair_ssa: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/opt_peephole_select: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/phi_builder: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/opt_cp: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/opt_remove_phis: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/opt_undef: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/opt_dead_cf: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/opt_dce: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/opt_gcm: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/opt_constant_folding: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_samplers: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/normalize_cubemap_coords: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_var_copies: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/move_vec_src_uses_to_dest: fixup for new foreach_bl...
2016-04-28 Connor Abbottnir/lower_vars_to_ssa: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_vec_to_movs: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_idiv: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_to_source_mods: fixup for new foreeach_block()
2016-04-28 Connor Abbottnir/lower_io: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_system_values: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_phis_to_scalar: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_indirect_derefs: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/nir_lower_global_vars: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_atomics: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_load_const: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_locals_to_regs: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_gs_intrinsics: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/nir: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_clip: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/lower_alu_to_scalar: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/liveness: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/inline_functions: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/from_ssa: fixup for new foreach_block()
2016-04-28 Connor Abbottnir/dominance: fixup for new foreach_block()
2016-04-28 Jose Fonsecanir: Try to warn when C99 extensions are used in nir...
2016-04-28 Jose Fonsecanir: Remove spurious ; after nir_builder functions.
2016-04-28 Jose Fonsecanir: Remove spurious ; after namespace.
2016-04-28 Jose Fonsecanir: Avoid C99 field initializers.
2016-04-28 Samuel Iglesias... nir: Add lrp lowering for doubles in opt_algebraic
2016-04-28 Samuel Iglesias... nir: rename lower_flrp to lower_flrp32
2016-04-28 Iago Toral Quiroganir/lower_double_ops: lower round_even()
2016-04-28 Iago Toral Quiroganir/lower_double_ops: lower fract()
2016-04-28 Iago Toral Quiroganir/lower_double_ops: lower ceil()
2016-04-28 Iago Toral Quiroganir/lower_double_ops: lower floor()
2016-04-28 Iago Toral Quiroganir/lower_double_ops: lower trunc()
2016-04-28 Connor Abbottnir: add a pass to lower some double operations
next