Merge remote-tracking branch 'mesa-public/master' into vulkan
[mesa.git] / src / glsl / nir / nir.h
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-19 Jason Ekstrandnir/info: Add a few bits of info for fragment shaders
2015-10-19 Jason Ekstrandnir/info: Add compute shader local size to nir_shader_info
2015-10-19 Jason Ekstrandnir/info: Move the GS info into a stage-specific info...
2015-10-19 Jason Ekstrandnir: Add a label to nir_shader_info
2015-10-15 Jason Ekstrandnir: Add helpers for creating variables and adding...
2015-10-15 Jason Ekstrandanv/nir: Add a pass for applying a applying a pipeline...
2015-10-15 Jason Ekstrandnir/intrinsic: Allow up to four indices
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-09 Kristian Høgsberg... Merge ../mesa into vulkan
2015-10-04 Kenneth Graunkenir: Add a nir_shader_info::has_transform_feedback_vary...
2015-10-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-03 Jason Ekstrandnir: Add a nir_foreach_variable macro
2015-10-02 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
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 Jason EkstrandMerge branch 'nir-spirv' into vulkan
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-05 Jason EkstrandMerge branch 'nir-spirv' into vulkan
2015-09-05 Jason EkstrandMerge branch 'nir-spirv' into vulkan
2015-09-05 Jason EkstrandMerge branch 'nir-spirv' into vulkan
2015-09-05 Jason EkstrandMerge branch 'nir-spirv' into vulkan
2015-09-05 Jason Ekstrandnir: Add a lower_fdiv option and use it in i965
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-09-01 Jason EkstrandMerge remote-tracking branch 'fdo-personal/nir-spirv...
2015-09-01 Jason Ekstrandnir/nir_variable: Add a descriptor set field
2015-09-01 Jason Ekstrandnir/cursor: Add a helper for getting the current block
2015-09-01 Jason Ekstrandnir: Add a pass to lower outputs to temporary variables
2015-08-31 Jason Ekstrandnir/cursor: Add a constructor for the end of a block...
2015-08-31 Jason Ekstrandnir: Add a helper for getting the tail of a deref chain
2015-08-31 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-29 Jason Ekstrandnir: Add a pass to lower outputs to temporary variables
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-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-10 Jason Ekstrandnir: Add C++ versions of NIR_(SRC|DEST)_INIT
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-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-01 Jason Ekstrandvk/HACK: Plumb real descriptor set/index into textures
2015-06-01 Jason EkstrandNIR: Add a helper for doing sampler lowering for vulkan
2015-05-16 Jason EkstrandMerge remote-tracking branch 'fdo-personal/wip/nir...
2015-05-16 Jason Ekstrandnir: Add a helper for getting the tail of a deref chain
2015-05-09 Jason Ekstrandnir/nir: Use a linked list instead of a hash set for...
next