Remove wrongly repeated words in comments
[mesa.git] / src / compiler / nir /
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-06-20 Jason Ekstrandnir/alu_to_scalar: Respect the exact ALU operation...
2016-06-20 Jason Ekstrandnir: Add a pass for propagating invariant decorations
2016-06-20 Jason Ekstrandnir/algebraic: Remove imprecise flog2 optimizations
2016-06-04 Jason Ekstrandnir/info: Get rid of uses_interp_var_at_offset
2016-06-04 Jason Ekstrandnir/lower_indirect_derefs: Use the direct array deref...
2016-06-03 Rob Clarknir/algebraic: support for power-of-two optimizations
2016-06-02 Jordan Justeni965: Add nir channel_num system value
2016-06-02 Jordan Justennir: Make lowering gl_LocalInvocationIndex optional
2016-06-01 Ilia Mirkinnir: allow sat on all float destination types
2016-05-27 Jason Ekstrandnir/inline: Also rewrite param derefs for texture instr...
2016-05-27 Jason Ekstrandnir/inline: Break the guts of rewrite_param-derefs...
2016-05-27 Jason Ekstrandnir/inline: Make the rewrite_param_derefs helper work...
2016-05-27 Jason Ekstrandnir/inline: Don't use foreach_instr_safe unless we...
2016-05-26 Jason Ekstrandnir: Make nir_const_value a union
2016-05-26 Jason Ekstrandcompiler: Move glsl_to_nir to libglsl.la
2016-05-25 Matt Turnernir: Strengthen assertion that 'out' is nonnull.
2016-05-25 Kristian Høgsberg... mesa: Add .gitignore entries for make check binaries
2016-05-24 Kristian Høgsberg... nir: Add a lowering pass for YUV textures
2016-05-24 Kristian Høgsberg... nir: Handle NULL in nir_copy_deref()
2016-05-24 Kristian Høgsberg... nir: Add new 'plane' texture source type
2016-05-24 Jason Ekstrandnir/lower_samplers: Protect against sampler index overflow
2016-05-23 Rob Clarknir/validate: fix null deref coverity warning
2016-05-23 Iago Toral Quiroganir: handle double-precision in fsign, fsat, fnot and...
2016-05-23 Iago Toral Quiroganir: handle double-precision in fabs, frsq and fsqrt
2016-05-20 Kenneth Graunkenir: Fix crash in nir_lower_wpos_center().
2016-05-20 Kenneth Graunkenir: Add a simple nir_lower_wpos_center() pass for...
2016-05-20 Kenneth Graunkenir: Don't use ffma in nir_lower_wpos_ytransform().
2016-05-20 Kenneth Graunkenir: Handle fddy_fine and fddy_coarse in nir_lower_wpos...
2016-05-20 Kenneth Graunkenir: Make lower_wpos_ytransform_block a void function.
2016-05-20 Kenneth Graunkenir: Make nir_lower_wpos_ytransform() match FragCoord...
2016-05-20 Kenneth Graunkenir: Add interp_var_at_offset flipping.
2016-05-20 Kenneth Graunkenir: Fix fddy swizzles in nir_lower_wpos_ytransform().
2016-05-20 Kenneth Graunkenir: Fix wpos_ytransform lowering state_slot swizzle.
2016-05-20 Rob Clarknir/validate: assume() that hashtable entry exists
2016-05-20 Rob Clarknir: coverity unitialized pointer read
2016-05-20 Rob Clarknir: coverity sign-extension fix
2016-05-20 Rob Clarknir/glsl_to_nir: quell some uninit_member coverity...
2016-05-17 Rob Clarknir/validate: dump annotated shader with error msgs
2016-05-17 Rob Clarknir/validate: assert() -> validate_assert()
2016-05-17 Rob Clarknir/print: add support for print annotations
2016-05-17 Juan A. Suarez Romeronir: add double input bitmap
2016-05-16 Matt Turnernir: Mark nir_start_block()/nir_impl_last_block() with...
2016-05-16 Kenneth Graunkenir: Add a nir->info.uses_interp_var_at_offset flag.
2016-05-15 Rob Clarknir: forward-declare 'struct gl_shader_program'
2016-05-15 Rob Clarknir: return progress from lower_idiv
2016-05-15 Rob Clarknir: fix comment typo about f2d/d2f
2016-05-14 Jason Ekstrandnir: Add texture opcodes and source types for multisamp...
2016-05-14 Jason Ekstrandnir/builder: Add a helper for grabbing multiple channel...
2016-05-14 Jason Ekstrandnir/builder: Generate the alu helpers directly in python
2016-05-14 Jason Ekstrandnir: Add an info bit for uses_sample_qualifier
2016-05-12 Ian Romanicknir: Remove empty visit_call_src and visit_load_const_s...
2016-05-12 Ian Romanicknir: Silence unused parameter warnings
2016-05-12 Rob Clarknir: glsl_get_bit_size() should take glsl_type
2016-05-11 Jason Ekstrandnir/algebraic: Separate ffma lowering from fusing
2016-05-11 Rob Clarknir/lower-io: add support for lowering inputs
2016-05-11 Rob Clarknir/lower-io: split out some helper fxns
2016-05-11 Rob Clarknir: rename lower_outputs_to_temporaries -> lower_io_to...
2016-05-11 Rob Clarknir: move callsite of lower_outputs_to_temporaries
2016-05-11 Rob Clarknir: lower-io-types pass
2016-05-11 Rob Clarknir: passthrough-edgeflags support
2016-05-11 Rob Clarknir: add lowering pass for glBitmap
2016-05-11 Rob Clarknir: add lowering pass for glDrawPixels
2016-05-11 Rob Clarknir: add lowering pass for y-transform
2016-05-10 Jose FonsecaRevert "nir: Try to warn when C99 extensions are used...
2016-05-10 Eduardo Lima Mitevnir/print: Print memory qualifiers in a variable declar...
2016-05-09 Rob Clarknir/search: fix typo
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-02 Rob Clarknir: make lower_clamp_color pass work after lower i/o
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 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()
next