index
:
~glisse/mesa
master
nouveau_nir_spirv_opencl_v5
nouveau_nir_spirv_opencl_v6
mesa sandbox
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
nir
/
nir.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-22
nir: Move get_const_initializer_load from vars_to_ssa to NIR core
Jason Ekstrand
1
-0
/
+3
2015-04-22
nir/tex: Use the correct return size for query_levels and lod
Jason Ekstrand
1
-1
/
+4
2015-04-22
nir: Refactor tex_instr_dest_size to use a switch statement
Jason Ekstrand
1
-5
/
+8
2015-04-14
nir: Silence unused parameter warnings
Ian Romanick
1
-1
/
+1
2015-04-11
nir: Store num_direct_uniforms in the nir_shader.
Kenneth Graunke
1
-0
/
+3
2015-04-11
nir: split out lower_sub from lower_negate
Rob Clark
1
-0
/
+2
2015-04-10
nir: Constify nir_lower_sampler's gl_shader_program pointer.
Kenneth Graunke
1
-1
/
+1
2015-04-10
nir: Make nir_lower_samplers take a gl_shader_stage, not a gl_program *.
Kenneth Graunke
1
-1
/
+1
2015-04-10
nir: Move gl_shader_stage enum from mtypes.h to shader_enums.h.
Kenneth Graunke
1
-0
/
+1
2015-04-07
nir: Make nir_*_instr_create take a nir_shader instead of a void * context
Jason Ekstrand
1
-9
/
+9
2015-04-07
nir: Implement a nir_sweep() pass.
Kenneth Graunke
1
-0
/
+2
2015-04-05
nir: add lowering for idiv/udiv/umod
Rob Clark
1
-0
/
+1
2015-04-05
nir: add option to lower slt/sge/seq/sne
Rob Clark
1
-0
/
+3
2015-04-03
nir: Add a cubemap normalizing pass
Jason Ekstrand
1
-0
/
+2
2015-04-03
nir: Add a src_get_parent_instr function
Jason Ekstrand
1
-0
/
+10
2015-04-03
nir: Add a lowering pass for texture projectors.
Eric Anholt
1
-0
/
+1
2015-04-01
nir/algebraic: Add a seperate section for "late" optimizations
Jason Ekstrand
1
-0
/
+1
2015-03-27
nir: Add optional lowering of flrp.
Eric Anholt
1
-0
/
+1
2015-03-19
nir/lower_io: Add a assign_locations function that sorts by [in]direct use
Jason Ekstrand
1
-0
/
+4
2015-03-19
nir/lower_io: Make variable location assignment a manual operation
Jason Ekstrand
1
-0
/
+3
2015-03-19
nir: Use a list instead of a hash_table for inputs, outputs, and uniforms
Jason Ekstrand
1
-3
/
+3
2015-03-08
nir: Add native_integers to nir_shader_compiler_options.
Kenneth Graunke
1
-0
/
+6
2015-03-08
nir: Delete nir_shader::user_structures and num_user_structures.
Kenneth Graunke
1
-4
/
+0
2015-02-24
nir/register: Add a parent_instr field
Jason Ekstrand
1
-1
/
+10
2015-02-20
nir: Drop dependency on mtypes.h for core NIR.
Eric Anholt
1
-1
/
+3
2015-02-20
util: Move Mesa's bitset.h to util/.
Eric Anholt
1
-1
/
+1
2015-02-19
nir: Add a global code motion (GCM) pass
Jason Ekstrand
1
-0
/
+2
2015-02-19
nir/instr: Change "live" to a more generic "pass_flags" field
Jason Ekstrand
1
-2
/
+4
2015-02-19
nir: Make nir_[cf_node/instr]_[prev/next] return null if at the end
Jason Ekstrand
1
-6
/
+22
2015-02-19
nir/dominance: Add a constant-time mechanism for comparing blocks
Jason Ekstrand
1
-0
/
+9
2015-02-19
nir/dominance: Expose the dominance intersection function
Jason Ekstrand
1
-0
/
+2
2015-02-18
nir: Add a flag for lowering fsat.
Eric Anholt
1
-0
/
+1
2015-02-18
nir: Add a flag for lowering ffma.
Eric Anholt
1
-0
/
+1
2015-02-18
nir: Add a flag for lowering fneg/ineg.
Eric Anholt
1
-0
/
+2
2015-02-18
nir: Add a flag for lowering fsqrt(x) to frcp(frsqrt(x)).
Eric Anholt
1
-0
/
+1
2015-02-18
nir: Conditionalize the POW reconstruction on shader compiler options.
Eric Anholt
1
-0
/
+1
2015-02-18
nir: Add a nir_shader_compiler_options struct pointed to by the shaders.
Eric Anholt
1
-2
/
+13
2015-02-10
nir: Mark nir_print_instr's instr pointer as const.
Kenneth Graunke
1
-1
/
+1
2015-02-03
nir: add an optimization to remove useless phi nodes
Connor Abbott
1
-0
/
+2
2015-02-03
nir: Add a pass to lower vector phi nodes to scalar phi nodes
Jason Ekstrand
1
-0
/
+2
2015-01-29
nir: Add an invalid type
Jason Ekstrand
1
-0
/
+1
2015-01-26
nir: add a helper function for getting the number of source components
Connor Abbott
1
-0
/
+15
2015-01-26
nir: Use pointers for nir_src_copy and nir_dest_copy
Jason Ekstrand
1
-2
/
+2
2015-01-24
nir: use Python to autogenerate opcode information
Connor Abbott
1
-14
/
+2
2015-01-23
nir: Expose nir_print_instr() for debug prints
Eric Anholt
1
-0
/
+1
2015-01-23
nir: Add nir_lower_alu_to_scalar.
Eric Anholt
1
-0
/
+1
2015-01-23
nir: Make some helpers for copying ALU src/dests.
Eric Anholt
1
-0
/
+4
2015-01-22
nir: Make an easier helper for setting up SSA defs.
Eric Anholt
1
-0
/
+2
2015-01-21
nir: Replace assert(0) with unreachable().
Matt Turner
1
-2
/
+1
2015-01-21
nir: Add src and dest constructors
Jason Ekstrand
1
-0
/
+37
[next]