index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
nir
/
nir.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Add a fdot instruction that replicates the result to a vec4
Jason Ekstrand
2015-09-15
1
-0
/
+6
*
nir: Add a function for rewriting instruction destinations
Jason Ekstrand
2015-09-11
1
-0
/
+2
*
nir: Remove the mem_ctx parameter from ssa_def_rewrite_uses
Jason Ekstrand
2015-09-11
1
-1
/
+1
*
nir: Fix a bunch of ralloc parenting errors
Jason Ekstrand
2015-09-11
1
-6
/
+7
*
nir: Store some geometry shader data in nir_shader.
Kenneth Graunke
2015-09-11
1
-0
/
+8
*
nir: add nir_texop_texture_samples and convert from glsl
Ilia Mirkin
2015-09-10
1
-1
/
+3
*
nir: Add a pass to lower outputs to temporary variables
Jason Ekstrand
2015-09-09
1
-0
/
+2
*
nir/cursor: Add a constructor for the end of a block but before the jump
Jason Ekstrand
2015-09-09
1
-0
/
+11
*
nir: Add a nir_system_value_from_intrinsic() function.
Kenneth Graunke
2015-09-08
1
-0
/
+2
*
nir: add a helper for iterating over blocks in a cf node
Connor Abbott
2015-09-01
1
-0
/
+2
*
nir: add nir_block_get_following_loop() helper
Connor Abbott
2015-09-01
1
-0
/
+2
*
nir: add an optimization for removing dead control flow
Connor Abbott
2015-09-01
1
-0
/
+2
*
nir: Convert the NIR instruction insertion API to use cursors.
Kenneth Graunke
2015-08-27
1
-8
/
+51
*
nir: Move nir_cursor to nir.h.
Kenneth Graunke
2015-08-27
1
-0
/
+97
*
nir: Use nir_shader::stage rather than passing it around.
Kenneth Graunke
2015-08-25
1
-2
/
+1
*
nir: Store gl_shader_stage in nir_shader.
Kenneth Graunke
2015-08-25
1
-0
/
+4
*
nir/lower_io: Remove assign_var_locations_direct_first
Jason Ekstrand
2015-08-25
1
-8
/
+0
*
nir: Pass a type_size() function pointer into nir_lower_io().
Kenneth Graunke
2015-08-25
1
-4
/
+4
*
nir: add nir_foreach_phi_src_safe()
Connor Abbott
2015-08-24
1
-0
/
+2
*
nir: move control flow modification to its own file
Connor Abbott
2015-08-24
1
-15
/
+0
*
nir: Delete the nir_function_impl::start_block field.
Kenneth Graunke
2015-08-24
1
-1
/
+7
*
nir: Add a nir_opt_undef() to handle csels with undef.
Eric Anholt
2015-08-14
1
-0
/
+2
*
nir: Add a nir_lower_load_const_to_scalar() pass.
Eric Anholt
2015-08-04
1
-0
/
+1
*
Revert "nir: Use a single bit for the dual-source blend index"
Eric Anholt
2015-08-04
1
-6
/
+2
*
nir/nir_lower_io: Add vec4 support
Iago Toral Quiroga
2015-08-03
1
-8
/
+10
*
nir: Use a single bit for the dual-source blend index
Timothy Arceri
2015-08-03
1
-2
/
+6
*
nir: add nir_foreach_instr_safe_reverse()
Connor Abbott
2015-07-17
1
-0
/
+2
*
nir: add nir_instr_is_first() and nir_instr_is_last() helpers
Connor Abbott
2015-07-17
1
-0
/
+12
*
nir: add nir_var_shader_storage
Iago Toral Quiroga
2015-07-14
1
-0
/
+1
*
nir: Fix comment above nir_convert_from_ssa() prototype.
Kenneth Graunke
2015-07-08
1
-3
/
+3
*
nir: remove parent_instr from nir_register
Connor Abbott
2015-06-30
1
-8
/
+0
*
nir: remove nir_src_get_parent_instr()
Connor Abbott
2015-06-30
1
-10
/
+0
*
nir/from_ssa: add a flag to not convert everything from SSA
Connor Abbott
2015-06-30
1
-1
/
+6
*
nir/nir: Use a linked list instead of a hash set for use/def sets
Jason Ekstrand
2015-05-08
1
-7
/
+39
*
nir: Add a function for rewriting the condition of an if statement
Jason Ekstrand
2015-05-08
1
-0
/
+1
*
nir: Add and use initializer #defines for nir_src and nir_dest
Jason Ekstrand
2015-05-08
1
-6
/
+7
*
nir: Move get_const_initializer_load from vars_to_ssa to NIR core
Jason Ekstrand
2015-04-22
1
-0
/
+3
*
nir/tex: Use the correct return size for query_levels and lod
Jason Ekstrand
2015-04-22
1
-1
/
+4
*
nir: Refactor tex_instr_dest_size to use a switch statement
Jason Ekstrand
2015-04-22
1
-5
/
+8
*
nir: Silence unused parameter warnings
Ian Romanick
2015-04-14
1
-1
/
+1
*
nir: Store num_direct_uniforms in the nir_shader.
Kenneth Graunke
2015-04-11
1
-0
/
+3
*
nir: split out lower_sub from lower_negate
Rob Clark
2015-04-11
1
-0
/
+2
*
nir: Constify nir_lower_sampler's gl_shader_program pointer.
Kenneth Graunke
2015-04-10
1
-1
/
+1
*
nir: Make nir_lower_samplers take a gl_shader_stage, not a gl_program *.
Kenneth Graunke
2015-04-10
1
-1
/
+1
*
nir: Move gl_shader_stage enum from mtypes.h to shader_enums.h.
Kenneth Graunke
2015-04-10
1
-0
/
+1
*
nir: Make nir_*_instr_create take a nir_shader instead of a void * context
Jason Ekstrand
2015-04-07
1
-9
/
+9
*
nir: Implement a nir_sweep() pass.
Kenneth Graunke
2015-04-07
1
-0
/
+2
*
nir: add lowering for idiv/udiv/umod
Rob Clark
2015-04-05
1
-0
/
+1
*
nir: add option to lower slt/sge/seq/sne
Rob Clark
2015-04-05
1
-0
/
+3
*
nir: Add a cubemap normalizing pass
Jason Ekstrand
2015-04-03
1
-0
/
+2
[next]