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: 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
*
nir: Add an invalid type
Jason Ekstrand
2015-01-29
1
-0
/
+1
*
nir: add a helper function for getting the number of source components
Connor Abbott
2015-01-26
1
-0
/
+15
*
nir: Use pointers for nir_src_copy and nir_dest_copy
Jason Ekstrand
2015-01-26
1
-2
/
+2
*
nir: use Python to autogenerate opcode information
Connor Abbott
2015-01-24
1
-14
/
+2
*
nir: Expose nir_print_instr() for debug prints
Eric Anholt
2015-01-23
1
-0
/
+1
*
nir: Add nir_lower_alu_to_scalar.
Eric Anholt
2015-01-23
1
-0
/
+1
*
nir: Make some helpers for copying ALU src/dests.
Eric Anholt
2015-01-23
1
-0
/
+4
*
nir: Make an easier helper for setting up SSA defs.
Eric Anholt
2015-01-22
1
-0
/
+2
*
nir: Replace assert(0) with unreachable().
Matt Turner
2015-01-21
1
-2
/
+1
*
nir: Add src and dest constructors
Jason Ekstrand
2015-01-21
1
-0
/
+37
*
nir: Add a nir_foreach_phi_src helper macro
Jason Ekstrand
2015-01-20
1
-0
/
+3
*
util: Move main/set to util/hash_set
Jason Ekstrand
2015-01-15
1
-1
/
+1
[next]