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: Add scoped_memory_barrier intrinsic
Caio Marcelo de Oliveira Filho
2019-10-24
1
-0
/
+36
*
nir: improve nir_variable packing
Timothy Arceri
2019-10-24
1
-1
/
+3
*
nir: fix nir_variable_data packing
Timothy Arceri
2019-10-24
1
-8
/
+8
*
nir/lower_idiv: add new llvm-based path
Rhys Perry
2019-10-21
1
-1
/
+13
*
nir: add nir_lower_amul pass
Rob Clark
2019-10-18
1
-0
/
+10
*
nir/search: fix the PoT helpers
Rob Clark
2019-10-18
1
-1
/
+1
*
nir: Add new texop nir_texop_tex_prefetch
Eduardo Lima Mitev
2019-10-18
1
-0
/
+1
*
freedreno/ir3: Implement lowering passes for VS and GS
Kristian H. Kristensen
2019-10-17
1
-0
/
+4
*
nir: support feeding state to nir_lower_clip_[vg]s
Erik Faye-Lund
2019-10-17
1
-2
/
+4
*
nir: support lowering clipdist to arrays
Erik Faye-Lund
2019-10-17
1
-3
/
+7
*
nir: add lowering-pass for point-size mov
Erik Faye-Lund
2019-10-17
1
-0
/
+3
*
nir: allow passing alpha-ref state to lowering-code
Erik Faye-Lund
2019-10-17
1
-1
/
+2
*
nir: add a pass to lower flat shading.
Dave Airlie
2019-10-17
1
-0
/
+2
*
nir: add nir_shader_compiler_options::lower_to_scalar
Marek Olšák
2019-10-10
1
-0
/
+1
*
nir: move gl_nir_opt_access from glsl directory
Marek Olšák
2019-10-10
1
-0
/
+1
*
nir: add auxiliary functions to detect if a mode is enabled
Samuel Iglesias Gonsálvez
2019-09-17
1
-0
/
+81
*
nir: Add a block_is_unreachable helper
Jason Ekstrand
2019-09-06
1
-0
/
+1
*
nir: Carve out nir_lower_samplers from GLSL code.
Timur Kristóf
2019-09-06
1
-0
/
+2
*
nir: allow specifying filter callback in lower_alu_to_scalar
Vasily Khoruzhick
2019-09-06
1
-1
/
+1
*
nir: Remove nir_const_load_to_arr
Alyssa Rosenzweig
2019-08-22
1
-5
/
+0
*
nir: add divergence analysis pass.
Daniel Schürmann
2019-08-20
1
-0
/
+8
*
nir/lcssa: allow to create LCSSA phis for loop-invariant booleans
Rhys Perry
2019-08-20
1
-1
/
+1
*
nir/lcssa: Skip loop invariant variables when converting to LCSSA.
Daniel Schürmann
2019-08-20
1
-1
/
+1
*
nir: make nir_to_lcssa() a general NIR pass.
Rhys Perry
2019-08-20
1
-0
/
+1
*
nir: Add more source types to nir_tex_instr_src_type
Jason Ekstrand
2019-08-19
1
-3
/
+14
*
nir: add a pass to clamp gl_PointSize to a range
Iago Toral Quiroga
2019-08-13
1
-0
/
+2
*
nir: merge and extend nir_opt_move_comparisons and nir_opt_move_load_ubo
Rhys Perry
2019-08-12
1
-3
/
+1
*
nir: replace nir_move_load_const() with nir_opt_sink()
Rhys Perry
2019-08-12
1
-1
/
+11
*
nir: add nir_lower_to_explicit()
Rhys Perry
2019-08-08
1
-0
/
+5
*
nir/lower_io: Add an option to lower 64-bit varyings
Jason Ekstrand
2019-07-31
1
-0
/
+6
*
nir: remove explicit nir_intrinsic_index_flag values
Eric Engestrom
2019-07-31
1
-2
/
+2
*
nir/algebraic: rename lower_bitshift to lower_bitops
Erico Nunes
2019-07-31
1
-2
/
+2
*
nir/algebraic: add new fsum ops and fdot lowering
Erico Nunes
2019-07-31
1
-0
/
+3
*
nir/find_array_copies: Handle wildcards and overlapping copies
Connor Abbott
2019-07-29
1
-0
/
+1
*
nir/algebraic: add option to lower fall_equalN/fany_nequalN
Jonathan Marek
2019-07-24
1
-0
/
+3
*
nir/algebraic: add option to lower fdph
Jonathan Marek
2019-07-24
1
-0
/
+3
*
nir: replace lower_sincos with algebraic opt
Jonathan Marek
2019-07-24
1
-2
/
+1
*
nir: Add a nir_tex_instr_has_implicit_derivatives helper
Jason Ekstrand
2019-07-23
1
-0
/
+13
*
nir: Move nir_alu_instr_is_comparison to the ALU section
Jason Ekstrand
2019-07-23
1
-23
/
+23
*
nir/lower_clip: add support for geometry shaders
Timothy Arceri
2019-07-19
1
-0
/
+1
*
nir: Allow internal changes to the instr in nir_shader_lower_instructions().
Eric Anholt
2019-07-18
1
-0
/
+7
*
nir/lower_doubles: Handle fdiv and fsub directly
Jason Ekstrand
2019-07-16
1
-1
/
+3
*
nir: Add some generic helpers for writing lowering passes
Jason Ekstrand
2019-07-16
1
-0
/
+45
*
nir: Add a helper for fetching the SSA def from an instruction
Jason Ekstrand
2019-07-16
1
-0
/
+2
*
nir,intel: Add support for lowering 64-bit nir_opt_extract_*
Jason Ekstrand
2019-07-15
1
-0
/
+1
*
nir/opt_if: Clean up single-src phis in opt_if_loop_terminator
Jason Ekstrand
2019-07-15
1
-0
/
+1
*
nir: intel/vec4: Add flag to disable some algebraic optimizations
Ian Romanick
2019-07-11
1
-0
/
+10
*
nir: Add some helpers for chasing SSA values properly
Jason Ekstrand
2019-07-10
1
-0
/
+80
*
nir/instr_set: Expose nir_instrs_equal()
Jason Ekstrand
2019-07-10
1
-0
/
+1
*
nir: Refactor nir_src_as_* constant functions
Jason Ekstrand
2019-07-10
1
-9
/
+28
[next]