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 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
*
nir: Add a src_get_parent_instr function
Jason Ekstrand
2015-04-03
1
-0
/
+10
*
nir: Add a lowering pass for texture projectors.
Eric Anholt
2015-04-03
1
-0
/
+1
*
nir/algebraic: Add a seperate section for "late" optimizations
Jason Ekstrand
2015-04-01
1
-0
/
+1
*
nir: Add optional lowering of flrp.
Eric Anholt
2015-03-27
1
-0
/
+1
*
nir/lower_io: Add a assign_locations function that sorts by [in]direct use
Jason Ekstrand
2015-03-19
1
-0
/
+4
*
nir/lower_io: Make variable location assignment a manual operation
Jason Ekstrand
2015-03-19
1
-0
/
+3
*
nir: Use a list instead of a hash_table for inputs, outputs, and uniforms
Jason Ekstrand
2015-03-19
1
-3
/
+3
*
nir: Add native_integers to nir_shader_compiler_options.
Kenneth Graunke
2015-03-08
1
-0
/
+6
*
nir: Delete nir_shader::user_structures and num_user_structures.
Kenneth Graunke
2015-03-08
1
-4
/
+0
*
nir/register: Add a parent_instr field
Jason Ekstrand
2015-02-24
1
-1
/
+10
*
nir: Drop dependency on mtypes.h for core NIR.
Eric Anholt
2015-02-20
1
-1
/
+3
*
util: Move Mesa's bitset.h to util/.
Eric Anholt
2015-02-20
1
-1
/
+1
*
nir: Add a global code motion (GCM) pass
Jason Ekstrand
2015-02-19
1
-0
/
+2
*
nir/instr: Change "live" to a more generic "pass_flags" field
Jason Ekstrand
2015-02-19
1
-2
/
+4
*
nir: Make nir_[cf_node/instr]_[prev/next] return null if at the end
Jason Ekstrand
2015-02-19
1
-6
/
+22
*
nir/dominance: Add a constant-time mechanism for comparing blocks
Jason Ekstrand
2015-02-19
1
-0
/
+9
*
nir/dominance: Expose the dominance intersection function
Jason Ekstrand
2015-02-19
1
-0
/
+2
*
nir: Add a flag for lowering fsat.
Eric Anholt
2015-02-18
1
-0
/
+1
*
nir: Add a flag for lowering ffma.
Eric Anholt
2015-02-18
1
-0
/
+1
*
nir: Add a flag for lowering fneg/ineg.
Eric Anholt
2015-02-18
1
-0
/
+2
*
nir: Add a flag for lowering fsqrt(x) to frcp(frsqrt(x)).
Eric Anholt
2015-02-18
1
-0
/
+1
*
nir: Conditionalize the POW reconstruction on shader compiler options.
Eric Anholt
2015-02-18
1
-0
/
+1
*
nir: Add a nir_shader_compiler_options struct pointed to by the shaders.
Eric Anholt
2015-02-18
1
-2
/
+13
*
nir: Mark nir_print_instr's instr pointer as const.
Kenneth Graunke
2015-02-10
1
-1
/
+1
*
nir: add an optimization to remove useless phi nodes
Connor Abbott
2015-02-03
1
-0
/
+2
*
nir: Add a pass to lower vector phi nodes to scalar phi nodes
Jason Ekstrand
2015-02-03
1
-0
/
+2
[next]