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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: fix printing of var_decl with more than 4 components.
Daniel Schürmann
2020-01-09
1
-1
/
+1
*
spirv,nir: add new lod parameter to image_{load,store} intrinsics
Samuel Pitoiset
2020-01-09
1
-2
/
+2
*
nir: make nir_get_texture_size/lod available outside nir_lower_tex
Gert Wollny
2020-01-04
3
-110
/
+117
*
nir/zink: move clip_halfz-lowering to common code
Erik Faye-Lund
2020-01-03
3
-0
/
+80
*
st/nir: Optionally unify inputs_read/outputs_written when linking.
Kenneth Graunke
2020-01-03
1
-0
/
+6
*
nir: print non-uniform tex fields.
Bas Nieuwenhuizen
2020-01-02
1
-0
/
+8
*
nir: Add clone/hash/serialize support for non-uniform tex instructions.
Bas Nieuwenhuizen
2020-01-02
3
-1
/
+12
*
nir: sanitize work group intrinsics to always be 32-bit.
Dave Airlie
2019-12-27
1
-0
/
+4
*
nir+vtn: vec8+vec16 support
Rob Clark
2019-12-21
12
-21
/
+104
*
nir/serialize: cast swizzle before shifting
Karol Herbst
2019-12-21
1
-1
/
+1
*
nir: fix assign_io_var_locations for vertex inputs
Jonathan Marek
2019-12-19
1
-3
/
+9
*
Revert "nir/lower_double_ops: relax lower mod()"
Juan A. Suarez Romero
2019-12-19
1
-15
/
+6
*
nir/lower_double_ops: relax lower mod()
Juan A. Suarez Romero
2019-12-19
1
-6
/
+15
*
nir: add option to lower half packing opcodes
Jonathan Marek
2019-12-16
2
-0
/
+14
*
v3d: handle writes to gl_Layer from geometry shaders
Iago Toral Quiroga
2019-12-16
1
-0
/
+4
*
nir/opt_peephole_select: remove unused variables
Alejandro Piñeiro
2019-12-13
1
-4
/
+0
*
nir: add some fields to nir_variable_data
Timothy Arceri
2019-12-13
1
-0
/
+28
*
nir: Don't copy empty array
Tomeu Vizoso
2019-12-12
1
-2
/
+4
*
nir: handle nir_deref_type_ptr_as_array in rematerialize_deref_in_block
Karol Herbst
2019-12-11
1
-0
/
+1
*
nir/tests: MSVC build fix
Karol Herbst
2019-12-11
1
-14
/
+11
*
nir/tests: add serializer tests
Karol Herbst
2019-12-11
2
-0
/
+299
*
nir/serialize: fix vec8 and vec16
Karol Herbst
2019-12-11
1
-12
/
+17
*
nir/lower_clip: Fix incorrect driver loc for clipdist outputs
Rob Clark
2019-12-04
1
-0
/
+11
*
nir/load_store_vectorize: fix combining stores with aliasing loads between
Rhys Perry
2019-12-04
2
-2
/
+16
*
nir/algebraic: Rearrange bcsel sequences generated by nir_opt_peephole_select
Ian Romanick
2019-12-02
1
-0
/
+53
*
nir/algebraic: Simplify some Inf and NaN avoidance code
Ian Romanick
2019-12-02
1
-0
/
+9
*
nir/opt_peephole_select: Don't count some unary operations
Ian Romanick
2019-12-02
1
-1
/
+15
*
nir/lower_io_to_vector: don't create arrays when not needed
Rhys Perry
2019-12-02
1
-1
/
+7
*
nir: Make algebraic backtrack and reprocess after a replacement.
Eric Anholt
2019-11-26
2
-22
/
+97
*
nir: Refactor algebraic's block walk
Eric Anholt
2019-11-26
1
-31
/
+31
*
nir: Maintain the algebraic automaton's state as we work.
Connor Abbott
2019-11-26
2
-38
/
+78
*
nir: Add a scheduler pass to reduce maximum register pressure.
Eric Anholt
2019-11-25
3
-0
/
+1092
*
nir: add load/store vectorizer tests
Rhys Perry
2019-11-25
2
-0
/
+1763
*
nir: add a load/store vectorization pass
Rhys Perry
2019-11-25
3
-0
/
+1313
*
nir: add nir_num_variable_modes and nir_var_mem_push_const
Rhys Perry
2019-11-25
2
-2
/
+9
*
nir: no-op C99 _Pragma() with MSVC
Brian Paul
2019-11-23
1
-0
/
+7
*
nir/serialize: support any num_components for remaining instructions
Marek Olšák
2019-11-23
1
-4
/
+13
*
nir/serialize: use 3 unused bits in intrinsic for packed_const_indices
Marek Olšák
2019-11-23
1
-11
/
+10
*
nir/serialize: don't serialize redundant nir_intrinsic_instr::num_components
Marek Olšák
2019-11-23
1
-6
/
+16
*
nir/serialize: serialize writemask for vec8 and vec16
Marek Olšák
2019-11-23
1
-9
/
+16
*
nir/serialize: serialize swizzles for vec8 and vec16
Marek Olšák
2019-11-23
1
-8
/
+43
*
nir/serialize: reuse the writemask field for 2 src X swizzles of SSA ALU
Marek Olšák
2019-11-23
1
-3
/
+33
*
nir/serialize: remove up to 3 consecutive equal ALU instruction headers
Marek Olšák
2019-11-23
1
-16
/
+65
*
nir/serialize: try to pack both deref array src into 32 bits
Marek Olšák
2019-11-23
1
-5
/
+28
*
nir/serialize: cleanup - fold nir_deref_type_var cases into switches
Marek Olšák
2019-11-23
1
-16
/
+19
*
nir/serialize: try to put deref->var index into the unused bits of the header
Marek Olšák
2019-11-23
1
-10
/
+23
*
nir/serialize: don't serialize mode for deref non-cast instructions
Marek Olšák
2019-11-23
1
-5
/
+12
*
nir/serialize: don't store deref types if not needed
Marek Olšák
2019-11-23
1
-4
/
+26
*
nir/serialize: try to pack two alu srcs into 1 uint32
Marek Olšák
2019-11-23
1
-21
/
+76
*
nir/serialize: pack nir_intrinsic_instr::const_index[] better
Marek Olšák
2019-11-23
1
-5
/
+84
[next]