nir/opt_cp: fixup for new foreach_block()
[mesa.git] / src / compiler /
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
2016-04-28 Connor Abbottnir/builder: add nir_imm_double()
2016-04-28 Samuel Iglesias... nir/builder: Add bit_size info to nir_build_imm()
2016-04-28 Lars Hamreglsl: fix lowering outputs for early/nested returns
2016-04-27 Connor Abbottnir: rewrite nir_foreach_block and friends
2016-04-27 Connor Abbottnir/opt_cp: use nir_block_get_following_if()
2016-04-27 Jason Ekstrandnir/algebraic: Add a bit-size validator
2016-04-27 Jason Ekstrandnir/opt_algebraic: Fix some expressions with ambiguous...
2016-04-27 Jason Ekstrandnir/search: Respect the bit_size parameter on nir_searc...
2016-04-27 Jason Ekstrandnir/algebraic: Add a mechanism for specifying the bit...
2016-04-27 Jason Ekstrandnir/algebraic: Use "uint" instead of "unsigned" for...
2016-04-27 Jason Ekstrandnir/algebraic: Do better error reporting of bad expressions
2016-04-27 Timothy Arceriglsl: move uniform block validation to link_uniform_blo...
2016-04-27 Jason Ekstrandnir: Add a helper for figuring out what channels of...
2016-04-26 Jakob Sinclairglsl: removing double semi-colons
2016-04-26 Juha-Pekka Heikkilanir: Add missing break into switch in construct_value()
2016-04-26 Ilia Mirkinglsl: add ability to use essl 3.20
2016-04-25 Grazvydas Ignotasspirv: fix warning in release build
2016-04-25 Grazvydas Ignotasglsl: fix warning in release build
2016-04-22 Timothy Arceriglsl: fix cross validation for explicit locations on...
2016-04-21 Matt Turnerglsl: Relax GLSL 1.10 float suffix error to a warning.
2016-04-21 Rob Herringglsl: android: add back missing generated glcpp include...
2016-04-21 Roland Scheideggerglsl: add forgotten textureOffset function for sampler2...
2016-04-20 Jason Ekstrandspirv: Trivially handle the NonWriteable decoration
2016-04-20 Connor Abbottnir: rename nir_foreach_block*() to nir_foreach_block...
2016-04-19 Rob Clarknir/lower-tex: add srgb->linear lowering
2016-04-19 Rob Clarknir/builder: const'ify swiz param
2016-04-19 Rob Clarknir/lower-tex: make options a local var
2016-04-18 Matt Turnerglsl: Properly handle ldexp(0.0f, non-zero-exp).
2016-04-17 Dave Airlienir: only dereference undef after NULL check. (v2)
2016-04-15 Jason EkstrandMerge branch 'vulkan'
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-15 Eduardo Lima Mitevnir/print: Fix printing variable mode
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-15 Jason Ekstrandnir/lower_io: Add UBOs and SSBOs to get_io_offset_src
2016-04-15 Jason Ekstrandnir/intrinsics: Add a vulkan_resource_index intrinsic
2016-04-15 Jason Ekstrandnir: Add a descriptor_set field to nir_variable
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-14 Jason Ekstrandnir: Add another index to load_uniform to specify the...
2016-04-14 Jason Ekstrandnir/opt_algebraic: Remove the encoding line
2016-04-14 Jason Ekstrandspirv: Move to compiler/
2016-04-14 Jason Ekstrandnir: Remove some pointless delta between vulkan and...
2016-04-14 Jose Fonsecascons: Build NIR.
2016-04-14 Jose Fonsecanir: Use _snprintf on Windows.
2016-04-14 Jose Fonsecanir: Avoid structure initalization expressions.
2016-04-14 Jose Fonsecanir: Remove unistd.h include.
2016-04-14 Jose Fonsecanir: Avoid empty {} struct initializer.
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-13 Jason Ekstrandnir/dead_variables: Configurably work with any variable...
2016-04-13 Jason Ekstrandnir/algebraic: Add lowering for ldexp
2016-04-13 Jason Ekstrandnir: Add more modulus opcodes
2016-04-13 Jason Ekstrandnir/lower_io: Allow for a full bitmask of modes
2016-04-13 Jason Ekstrandnir/lower_indirect: nir_variable_mode is now a bitfield
2016-04-13 Jason Ekstrandnir: Convert nir_variable_mode to a bitfield
2016-04-13 Matt Turnerglsl: Rename "vertex_input_slots" -> "is_vertex_input"
2016-04-12 Jason Ekstrandnir/clone: Copy bit size when cloning registers
2016-04-12 Kenneth Graunkeglsl: Don't copy propagate or tree graft precise values.
2016-04-12 Kristian Høgsberg... glsl/linker: Recurse on struct fields when adding shade...
next