glsl: avoid hitting assert for arrays of arrays
[mesa.git] / src / glsl / nir / nir.h
2015-10-09 Rob Clarkglsl: move shader_enums into nir
2015-10-09 Connor Abbottnir: constify nir_ssa_alu_instr_src_components()
2015-10-09 Neil Robertsnir: Add a function to determine if a source is dynamic...
2015-10-04 Kenneth Graunkenir: Add a nir_shader_info::has_transform_feedback_vary...
2015-10-03 Jason Ekstrandnir: Add a nir_foreach_variable macro
2015-10-02 Jason Ekstrandnir: Move GS data to nir_shader_info
2015-10-02 Jason Ekstrandnir: Add a a nir_shader_info struct
2015-10-01 Kenneth Graunkenir: Allow nir_lower_io() to only lower one type of...
2015-09-26 Kenneth Graunkenir: Add a function to count the number of vertices...
2015-09-23 Kenneth Graunkenir: Add new GS intrinsics that maintain a count of...
2015-09-21 Kenneth Graunkenir: Report progress from nir_normalize_cubemap_coords().
2015-09-21 Kenneth Graunkenir: Report progress from nir_lower_system_values().
2015-09-21 Kenneth Graunkenir: Report progress from nir_split_var_copies().
2015-09-21 Kenneth Graunkenir: Report progress from nir_lower_locals_to_regs().
2015-09-21 Kenneth Graunkenir: Report progress from nir_remove_dead_variables().
2015-09-21 Jason Ekstrandnir: Report progress from lower_vec_to_movs().
2015-09-21 Kenneth Graunkenir: Report progress from nir_lower_globals_vars_to_loc...
2015-09-21 Jason Ekstrandnir: Move system value -> intrinsic mapping into nir.c
2015-09-19 Rob Clarknir: add two-sided-color lowering pass
2015-09-19 Rob Clarknir/lower_tex: add support to clamp texture coords
2015-09-19 Rob Clarknir/lower_tex: support for lowering RECT textures
2015-09-19 Rob Clarknir/lower_tex: support projector lowering per sampler...
2015-09-19 Rob Clarknir: rename nir_lower_tex_projector
2015-09-18 Rob Clarknir: really actually fix comment this time
2015-09-18 Rob Clarknir: some comment fixups
2015-09-17 Rob Clarknir: add lowering stage for user-clip-planes / clipdist
2015-09-17 Jason Ekstrandnir: Add a pass to rewrite uses of vecN sources to...
2015-09-17 Jason Ekstrandnir: Add a generic instruction index
2015-09-17 Timothy Arceriglsl: store uniform slot id in var location field
2015-09-16 Rob Clarknir: add lowering for ffract
2015-09-15 Jason Ekstrandnir: Add a fdot instruction that replicates the result...
2015-09-11 Jason Ekstrandnir: Add a function for rewriting instruction destinations
2015-09-11 Jason Ekstrandnir: Remove the mem_ctx parameter from ssa_def_rewrite_uses
2015-09-11 Jason Ekstrandnir: Fix a bunch of ralloc parenting errors
2015-09-11 Kenneth Graunkenir: Store some geometry shader data in nir_shader.
2015-09-10 Ilia Mirkinnir: add nir_texop_texture_samples and convert from...
2015-09-09 Jason Ekstrandnir: Add a pass to lower outputs to temporary variables
2015-09-09 Jason Ekstrandnir/cursor: Add a constructor for the end of a block...
2015-09-09 Kenneth Graunkenir: Add a nir_system_value_from_intrinsic() function.
2015-09-01 Connor Abbottnir: add a helper for iterating over blocks in a cf...
2015-09-01 Connor Abbottnir: add nir_block_get_following_loop() helper
2015-09-01 Connor Abbottnir: add an optimization for removing dead control...
2015-08-27 Kenneth Graunkenir: Convert the NIR instruction insertion API to use...
2015-08-27 Kenneth Graunkenir: Move nir_cursor to nir.h.
2015-08-25 Kenneth Graunkenir: Use nir_shader::stage rather than passing it around.
2015-08-25 Kenneth Graunkenir: Store gl_shader_stage in nir_shader.
2015-08-25 Jason Ekstrandnir/lower_io: Remove assign_var_locations_direct_first
2015-08-25 Kenneth Graunkenir: Pass a type_size() function pointer into nir_lower...
2015-08-24 Connor Abbottnir: add nir_foreach_phi_src_safe()
2015-08-24 Connor Abbottnir: move control flow modification to its own file
2015-08-24 Kenneth Graunkenir: Delete the nir_function_impl::start_block field.
2015-08-14 Eric Anholtnir: Add a nir_opt_undef() to handle csels with undef.
2015-08-05 Eric Anholtnir: Add a nir_lower_load_const_to_scalar() pass.
2015-08-05 Eric AnholtRevert "nir: Use a single bit for the dual-source blend...
2015-08-03 Iago Toral Quiroganir/nir_lower_io: Add vec4 support
2015-08-03 Timothy Arcerinir: Use a single bit for the dual-source blend index
2015-07-17 Connor Abbottnir: add nir_foreach_instr_safe_reverse()
2015-07-17 Connor Abbottnir: add nir_instr_is_first() and nir_instr_is_last...
2015-07-14 Iago Toral Quiroganir: add nir_var_shader_storage
2015-07-08 Kenneth Graunkenir: Fix comment above nir_convert_from_ssa() prototype.
2015-06-30 Connor Abbottnir: remove parent_instr from nir_register
2015-06-30 Connor Abbottnir: remove nir_src_get_parent_instr()
2015-06-30 Connor Abbottnir/from_ssa: add a flag to not convert everything...
2015-05-09 Jason Ekstrandnir/nir: Use a linked list instead of a hash set for...
2015-05-09 Jason Ekstrandnir: Add a function for rewriting the condition of...
2015-05-09 Jason Ekstrandnir: Add and use initializer #defines for nir_src and...
2015-04-23 Jason Ekstrandnir: Move get_const_initializer_load from vars_to_ssa...
2015-04-23 Jason Ekstrandnir/tex: Use the correct return size for query_levels...
2015-04-23 Jason Ekstrandnir: Refactor tex_instr_dest_size to use a switch statement
2015-04-14 Ian Romanicknir: Silence unused parameter warnings
2015-04-11 Kenneth Graunkenir: Store num_direct_uniforms in the nir_shader.
2015-04-11 Rob Clarknir: split out lower_sub from lower_negate
2015-04-10 Kenneth Graunkenir: Constify nir_lower_sampler's gl_shader_program...
2015-04-10 Kenneth Graunkenir: Make nir_lower_samplers take a gl_shader_stage...
2015-04-10 Kenneth Graunkenir: Move gl_shader_stage enum from mtypes.h to shader_...
2015-04-07 Jason Ekstrandnir: Make nir_*_instr_create take a nir_shader instead...
2015-04-07 Kenneth Graunkenir: Implement a nir_sweep() pass.
2015-04-05 Rob Clarknir: add lowering for idiv/udiv/umod
2015-04-05 Rob Clarknir: add option to lower slt/sge/seq/sne
2015-04-03 Jason Ekstrandnir: Add a cubemap normalizing pass
2015-04-03 Jason Ekstrandnir: Add a src_get_parent_instr function
2015-04-03 Eric Anholtnir: Add a lowering pass for texture projectors.
2015-04-01 Jason Ekstrandnir/algebraic: Add a seperate section for "late" optimi...
2015-03-27 Eric Anholtnir: Add optional lowering of flrp.
2015-03-19 Jason Ekstrandnir/lower_io: Add a assign_locations function that...
2015-03-19 Jason Ekstrandnir/lower_io: Make variable location assignment a manua...
2015-03-19 Jason Ekstrandnir: Use a list instead of a hash_table for inputs...
2015-03-09 Kenneth Graunkenir: Add native_integers to nir_shader_compiler_options.
2015-03-09 Kenneth Graunkenir: Delete nir_shader::user_structures and num_user_st...
2015-02-24 Jason Ekstrandnir/register: Add a parent_instr field
2015-02-20 Eric Anholtnir: Drop dependency on mtypes.h for core NIR.
2015-02-20 Eric Anholtutil: Move Mesa's bitset.h to util/.
2015-02-20 Jason Ekstrandnir: Add a global code motion (GCM) pass
2015-02-20 Jason Ekstrandnir/instr: Change "live" to a more generic "pass_flags...
2015-02-20 Jason Ekstrandnir: Make nir_[cf_node/instr]_[prev/next] return null...
2015-02-20 Jason Ekstrandnir/dominance: Add a constant-time mechanism for compar...
2015-02-20 Jason Ekstrandnir/dominance: Expose the dominance intersection function
2015-02-18 Eric Anholtnir: Add a flag for lowering fsat.
2015-02-18 Eric Anholtnir: Add a flag for lowering ffma.
2015-02-18 Eric Anholtnir: Add a flag for lowering fneg/ineg.
next