summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir.h
Commit message (Expand)AuthorAgeFilesLines
* nir: Add a fdot instruction that replicates the result to a vec4Jason Ekstrand2015-09-151-0/+6
* nir: Add a function for rewriting instruction destinationsJason Ekstrand2015-09-111-0/+2
* nir: Remove the mem_ctx parameter from ssa_def_rewrite_usesJason Ekstrand2015-09-111-1/+1
* nir: Fix a bunch of ralloc parenting errorsJason Ekstrand2015-09-111-6/+7
* nir: Store some geometry shader data in nir_shader.Kenneth Graunke2015-09-111-0/+8
* nir: add nir_texop_texture_samples and convert from glslIlia Mirkin2015-09-101-1/+3
* nir: Add a pass to lower outputs to temporary variablesJason Ekstrand2015-09-091-0/+2
* nir/cursor: Add a constructor for the end of a block but before the jumpJason Ekstrand2015-09-091-0/+11
* nir: Add a nir_system_value_from_intrinsic() function.Kenneth Graunke2015-09-081-0/+2
* nir: add a helper for iterating over blocks in a cf nodeConnor Abbott2015-09-011-0/+2
* nir: add nir_block_get_following_loop() helperConnor Abbott2015-09-011-0/+2
* nir: add an optimization for removing dead control flowConnor Abbott2015-09-011-0/+2
* nir: Convert the NIR instruction insertion API to use cursors.Kenneth Graunke2015-08-271-8/+51
* nir: Move nir_cursor to nir.h.Kenneth Graunke2015-08-271-0/+97
* nir: Use nir_shader::stage rather than passing it around.Kenneth Graunke2015-08-251-2/+1
* nir: Store gl_shader_stage in nir_shader.Kenneth Graunke2015-08-251-0/+4
* nir/lower_io: Remove assign_var_locations_direct_firstJason Ekstrand2015-08-251-8/+0
* nir: Pass a type_size() function pointer into nir_lower_io().Kenneth Graunke2015-08-251-4/+4
* nir: add nir_foreach_phi_src_safe()Connor Abbott2015-08-241-0/+2
* nir: move control flow modification to its own fileConnor Abbott2015-08-241-15/+0
* nir: Delete the nir_function_impl::start_block field.Kenneth Graunke2015-08-241-1/+7
* nir: Add a nir_opt_undef() to handle csels with undef.Eric Anholt2015-08-141-0/+2
* nir: Add a nir_lower_load_const_to_scalar() pass.Eric Anholt2015-08-041-0/+1
* Revert "nir: Use a single bit for the dual-source blend index"Eric Anholt2015-08-041-6/+2
* nir/nir_lower_io: Add vec4 supportIago Toral Quiroga2015-08-031-8/+10
* nir: Use a single bit for the dual-source blend indexTimothy Arceri2015-08-031-2/+6
* nir: add nir_foreach_instr_safe_reverse()Connor Abbott2015-07-171-0/+2
* nir: add nir_instr_is_first() and nir_instr_is_last() helpersConnor Abbott2015-07-171-0/+12
* nir: add nir_var_shader_storageIago Toral Quiroga2015-07-141-0/+1
* nir: Fix comment above nir_convert_from_ssa() prototype.Kenneth Graunke2015-07-081-3/+3
* nir: remove parent_instr from nir_registerConnor Abbott2015-06-301-8/+0
* nir: remove nir_src_get_parent_instr()Connor Abbott2015-06-301-10/+0
* nir/from_ssa: add a flag to not convert everything from SSAConnor Abbott2015-06-301-1/+6
* nir/nir: Use a linked list instead of a hash set for use/def setsJason Ekstrand2015-05-081-7/+39
* nir: Add a function for rewriting the condition of an if statementJason Ekstrand2015-05-081-0/+1
* nir: Add and use initializer #defines for nir_src and nir_destJason Ekstrand2015-05-081-6/+7
* nir: Move get_const_initializer_load from vars_to_ssa to NIR coreJason Ekstrand2015-04-221-0/+3
* nir/tex: Use the correct return size for query_levels and lodJason Ekstrand2015-04-221-1/+4
* nir: Refactor tex_instr_dest_size to use a switch statementJason Ekstrand2015-04-221-5/+8
* nir: Silence unused parameter warningsIan Romanick2015-04-141-1/+1
* nir: Store num_direct_uniforms in the nir_shader.Kenneth Graunke2015-04-111-0/+3
* nir: split out lower_sub from lower_negateRob Clark2015-04-111-0/+2
* nir: Constify nir_lower_sampler's gl_shader_program pointer.Kenneth Graunke2015-04-101-1/+1
* nir: Make nir_lower_samplers take a gl_shader_stage, not a gl_program *.Kenneth Graunke2015-04-101-1/+1
* nir: Move gl_shader_stage enum from mtypes.h to shader_enums.h.Kenneth Graunke2015-04-101-0/+1
* nir: Make nir_*_instr_create take a nir_shader instead of a void * contextJason Ekstrand2015-04-071-9/+9
* nir: Implement a nir_sweep() pass.Kenneth Graunke2015-04-071-0/+2
* nir: add lowering for idiv/udiv/umodRob Clark2015-04-051-0/+1
* nir: add option to lower slt/sge/seq/sneRob Clark2015-04-051-0/+3
* nir: Add a cubemap normalizing passJason Ekstrand2015-04-031-0/+2