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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/lower_io: Add a assign_locations function that sorts by [in]direct use
Jason Ekstrand
2015-03-19
2
-0
/
+75
*
nir/lower_io: Make variable location assignment a manual operation
Jason Ekstrand
2015-03-19
2
-12
/
+5
*
nir: Use a list instead of a hash_table for inputs, outputs, and uniforms
Jason Ekstrand
2015-03-19
6
-35
/
+29
*
mesa: Replace _mesa_round_to_even() with _mesa_roundeven().
Matt Turner
2015-03-18
2
-7
/
+10
*
nir/peephole_select: Allow uniform/input loads and load_const
Jason Ekstrand
2015-03-17
1
-0
/
+25
*
nir/peephole_select: Copy instructions into the block before the if
Jason Ekstrand
2015-03-17
1
-13
/
+20
*
nir/peephole_select: Rename are_all_move_to_phi and use a switch
Jason Ekstrand
2015-03-17
1
-25
/
+31
*
nir: Fix non-determinism in nir_lower_vars_to_ssa().
Kenneth Graunke
2015-03-12
1
-97
/
+26
*
nir: Add intrinsics for SYSTEM_VALUE_BASE_VERTEX and VERTEX_ID_ZERO_BASE
Kenneth Graunke
2015-03-12
2
-0
/
+8
*
nir/worklist: Don't change the start index when computing the tail index
Jason Ekstrand
2015-03-11
2
-7
/
+7
*
nir: Optimize a + neg(a)
Thomas Helland
2015-03-11
1
-0
/
+2
*
nir: Optimize (a*b)+(a*c) -> a*(b+c)
Thomas Helland
2015-03-11
1
-0
/
+2
*
nir: Make the printer include nir_variable::location too.
Kenneth Graunke
2015-03-09
1
-1
/
+1
*
nir: Only do gl_FrontFacing workaround in glsl_to_nir for the FS.
Kenneth Graunke
2015-03-08
1
-1
/
+2
*
nir: Plumb the shader stage into glsl_to_nir().
Kenneth Graunke
2015-03-08
2
-7
/
+9
*
nir: Add native_integers to nir_shader_compiler_options.
Kenneth Graunke
2015-03-08
3
-7
/
+12
*
nir: Try to make sense of the nir_shader_compiler_options code.
Kenneth Graunke
2015-03-08
2
-28
/
+4
*
nir: Delete nir_shader::user_structures and num_user_structures.
Kenneth Graunke
2015-03-08
4
-22
/
+0
*
nir: Use helper macros for dealing with VLAs.
Jose Fonseca
2015-03-04
4
-24
/
+69
*
nir: Use alloca instead of variable length arrays.
Jose Fonseca
2015-02-27
3
-16
/
+21
*
nir: Introduce nir_intrinsic_discard_if.
Kenneth Graunke
2015-02-24
2
-2
/
+10
*
nir/register: Add a parent_instr field
Jason Ekstrand
2015-02-24
3
-1
/
+18
*
nir/gcm: Add some missing break statements
Jason Ekstrand
2015-02-23
1
-0
/
+4
*
nir: Copy-propagate vecN operations that are actually moves
Jason Ekstrand
2015-02-23
1
-16
/
+29
*
nir: Generalize the optimization of subs of subs from 0.
Eric Anholt
2015-02-21
1
-2
/
+2
*
nir: Collapse repeated bcsels on the same argument.
Eric Anholt
2015-02-21
1
-0
/
+1
*
nir: When faced with a csel on !condition, just flip the arguments.
Eric Anholt
2015-02-21
1
-0
/
+1
*
nir: Allow nir_opt_algebraic to see booleanness through &&, ||, ^, !.
Eric Anholt
2015-02-21
1
-1
/
+29
*
nir: Add a couple of simplifications of csel operations.
Eric Anholt
2015-02-21
1
-0
/
+3
*
nir: Fix the Mesa build without -DDEBUG.
Kenneth Graunke
2015-02-20
1
-2
/
+2
*
nir: Drop dependency on mtypes.h for core NIR.
Eric Anholt
2015-02-20
3
-1
/
+5
*
util: Move Mesa's bitset.h to util/.
Eric Anholt
2015-02-20
1
-1
/
+1
*
nir/GCM: Pull unpinned instructions out of blocks while pinning
Jason Ekstrand
2015-02-19
1
-37
/
+25
*
nir/GCM: Use pass_flags instead of bitsets for tracking visited/pinned
Jason Ekstrand
2015-02-19
1
-46
/
+49
*
nir: Add a global code motion (GCM) pass
Jason Ekstrand
2015-02-19
2
-0
/
+503
*
nir/instr: Change "live" to a more generic "pass_flags" field
Jason Ekstrand
2015-02-19
2
-7
/
+13
*
nir: Make nir_[cf_node/instr]_[prev/next] return null if at the end
Jason Ekstrand
2015-02-19
1
-6
/
+22
*
nir/from_ssa: Don't try to read an invalid instruction
Jason Ekstrand
2015-02-19
1
-1
/
+1
*
nir/validate: Validate SSA defs the same way we do for registers
Jason Ekstrand
2015-02-19
1
-8
/
+79
*
nir/validate: Validate if_uses on registers
Jason Ekstrand
2015-02-19
1
-18
/
+44
*
nir: Properly clean up CF nodes when we remove them
Jason Ekstrand
2015-02-19
1
-0
/
+54
*
nir: use nir_foreach_ssa_def for indexing ssa defs
Jason Ekstrand
2015-02-19
1
-23
/
+5
*
nir/from_ssa: Use the nir_block_dominance function instead of our own
Jason Ekstrand
2015-02-19
1
-7
/
+2
*
nir/dominance: Add a constant-time mechanism for comparing blocks
Jason Ekstrand
2015-02-19
2
-0
/
+39
*
nir/dominance: Expose the dominance intersection function
Jason Ekstrand
2015-02-19
2
-0
/
+24
*
nir: add missing GLSL_TYPE_DOUBLE case in type_size()
Brian Paul
2015-02-19
1
-0
/
+1
*
nir: Add an ALU op builder kind of like ir_builder.h
Eric Anholt
2015-02-18
3
-0
/
+169
*
nir: Recognize and reduce duplicated fsats.
Eric Anholt
2015-02-18
1
-0
/
+2
*
nir: Add a flag for lowering fsat.
Eric Anholt
2015-02-18
2
-1
/
+3
*
nir: Add a flag for lowering ffma.
Eric Anholt
2015-02-18
2
-1
/
+3
[next]