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
/
compiler
/
nir
/
nir.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Switch the arguments to nir_foreach_use and friends
Jason Ekstrand
2016-04-28
1
-4
/
+4
*
nir: Switch the arguments to nir_foreach_function
Jason Ekstrand
2016-04-28
1
-1
/
+1
*
nir: Switch the arguments to nir_foreach_parallel_copy_entry
Jason Ekstrand
2016-04-28
1
-1
/
+1
*
nir: Switch the arguments to nir_foreach_phi_src
Jason Ekstrand
2016-04-28
1
-4
/
+4
*
nir: Switch the arguments to nir_foreach_instr
Jason Ekstrand
2016-04-28
1
-5
/
+5
*
nir: Add lrp lowering for doubles in opt_algebraic
Samuel Iglesias Gonsálvez
2016-04-28
1
-0
/
+2
*
nir: rename lower_flrp to lower_flrp32
Samuel Iglesias Gonsálvez
2016-04-28
1
-1
/
+1
*
nir/lower_double_ops: lower round_even()
Iago Toral Quiroga
2016-04-28
1
-1
/
+2
*
nir/lower_double_ops: lower fract()
Iago Toral Quiroga
2016-04-28
1
-0
/
+1
*
nir/lower_double_ops: lower ceil()
Iago Toral Quiroga
2016-04-28
1
-0
/
+1
*
nir/lower_double_ops: lower floor()
Iago Toral Quiroga
2016-04-28
1
-0
/
+1
*
nir/lower_double_ops: lower trunc()
Iago Toral Quiroga
2016-04-28
1
-0
/
+1
*
nir: add a pass to lower some double operations
Connor Abbott
2016-04-28
1
-0
/
+7
*
nir: rewrite nir_foreach_block and friends
Connor Abbott
2016-04-27
1
-7
/
+92
*
nir: Add a helper for figuring out what channels of an SSA def are read
Jason Ekstrand
2016-04-26
1
-0
/
+2
*
nir: rename nir_foreach_block*() to nir_foreach_block*_call()
Connor Abbott
2016-04-20
1
-3
/
+3
*
nir/lower-tex: add srgb->linear lowering
Rob Clark
2016-04-19
1
-0
/
+7
*
nir/intrinsics: Add a vulkan_resource_index intrinsic
Jason Ekstrand
2016-04-14
1
-0
/
+12
*
nir: Add a descriptor_set field to nir_variable
Jason Ekstrand
2016-04-14
1
-0
/
+5
*
nir: Add another index to load_uniform to specify the range read
Jason Ekstrand
2016-04-14
1
-0
/
+7
*
nir: Avoid structure initalization expressions.
Jose Fonseca
2016-04-14
1
-2
/
+16
*
nir/dead_variables: Configurably work with any variable mode
Jason Ekstrand
2016-04-13
1
-1
/
+1
*
nir/lower_io: Allow for a full bitmask of modes
Jason Ekstrand
2016-04-13
1
-1
/
+1
*
nir/lower_indirect: nir_variable_mode is now a bitfield
Jason Ekstrand
2016-04-13
1
-1
/
+1
*
nir: Convert nir_variable_mode to a bitfield
Jason Ekstrand
2016-04-13
1
-17
/
+16
*
nir/lower_system_values: Add support for several computed values
Jason Ekstrand
2016-04-11
1
-0
/
+3
*
nir: add a pass for lowering (un)pack_double_2x32
Connor Abbott
2016-04-11
1
-0
/
+2
*
nir: add bit_size info to nir_load_const_instr_create()
Samuel Iglesias Gonsálvez
2016-04-11
1
-1
/
+2
*
nir: add bit_size info to nir_ssa_undef_instr_create()
Samuel Iglesias Gonsálvez
2016-04-11
1
-1
/
+2
*
nir: Add a pass for gathering various bits of shader info
Jason Ekstrand
2016-04-10
1
-0
/
+1
*
nir: Add a helper for getting the current block from a cursor
Jason Ekstrand
2016-03-28
1
-0
/
+11
*
nir/lower_out_to_temp: Add an "entrypoint" parameter
Jason Ekstrand
2016-03-28
1
-1
/
+2
*
nir: Add a helper for getting the unique function in a shader
Jason Ekstrand
2016-03-28
1
-0
/
+11
*
nir: Add a variable_foreach_safe helper
Jason Ekstrand
2016-03-28
1
-0
/
+3
*
nir: Add a pass to inline functions
Jason Ekstrand
2016-03-24
1
-0
/
+2
*
nir: Add return lowering pass
Jason Ekstrand
2016-03-24
1
-0
/
+3
*
nir: Add a cursor helper for getting a cursor after any phi nodes
Jason Ekstrand
2016-03-24
1
-0
/
+16
*
nir: Add a function for comparing cursors
Jason Ekstrand
2016-03-24
1
-0
/
+2
*
nir: Add a pass to repair SSA form
Jason Ekstrand
2016-03-24
1
-0
/
+3
*
nir: Add an "exact" bit to nir_alu_instr
Jason Ekstrand
2016-03-23
1
-0
/
+11
*
nir/clone: Export nir_variable_clone
Jason Ekstrand
2016-03-23
1
-0
/
+1
*
nir/clone: Expose nir_constant_clone
Jason Ekstrand
2016-03-23
1
-0
/
+1
*
nir: Fix whitespace
Jason Ekstrand
2016-03-23
1
-1
/
+1
*
nir: add a bit_size parameter to nir_ssa_dest_init
Connor Abbott
2016-03-17
1
-2
/
+4
*
nir: rename nir_const_value fields to include bitsize information
Iago Toral Quiroga
2016-03-17
1
-6
/
+6
*
nir: update opcode definitions for different bit sizes
Connor Abbott
2016-03-17
1
-0
/
+4
*
nir: add nir_{src,dest}_bit_size() helpers
Connor Abbott
2016-03-17
1
-0
/
+12
*
nir: Add a bit_size to nir_register and nir_ssa_def
Jason Ekstrand
2016-03-17
1
-0
/
+6
*
nir: Add explicitly sized types
Jason Ekstrand
2016-03-17
1
-1
/
+28
*
nir: Add support for lowering load/stores of shared variables
Jordan Justen
2016-03-17
1
-1
/
+1
[next]