index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
/
nir
/
nir_serialize.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Drop nir_tex_instr::texture_array_size
Jason Ekstrand
2020-02-26
1
-4
/
+1
*
compiler/nir: Add support for variable initialization from a pointer
Arcady Goldmints-Orlov
2020-02-12
1
-1
/
+11
*
nir: Remove always-true assert
Kristian H. Kristensen
2020-02-04
1
-1
/
+0
*
nir: Add clone/hash/serialize support for non-uniform tex instructions.
Bas Nieuwenhuizen
2020-01-02
1
-1
/
+7
*
nir/serialize: cast swizzle before shifting
Karol Herbst
2019-12-21
1
-1
/
+1
*
nir/serialize: fix vec8 and vec16
Karol Herbst
2019-12-11
1
-12
/
+17
*
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
*
nir/serialize: pack 1-component constants into 20 bits if possible
Marek Olšák
2019-11-23
1
-37
/
+135
*
nir/serialize: pack load_const with non-64-bit constants better
Marek Olšák
2019-11-23
1
-2
/
+46
*
nir/serialize: try to store a diff in var data locations instead of var data
Marek Olšák
2019-11-23
1
-15
/
+73
*
nir/serialize: deduplicate serialized var types by reusing the last unique one
Marek Olšák
2019-11-23
1
-10
/
+39
*
nir/serialize: don't serialize var->data for temporaries
Marek Olšák
2019-11-23
1
-12
/
+37
*
nir/serialize: pack src better and limit the object count to 1M from 1G
Marek Olšák
2019-11-23
1
-33
/
+75
*
nir/serialize: pack instructions better
Marek Olšák
2019-11-23
1
-106
/
+297
*
nir/serialize: do ctx = {0} instead of manual initializations
Marek Olšák
2019-11-21
1
-4
/
+2
*
nir: strip as we serialize to remove the nir_shader_clone call
Marek Olšák
2019-11-21
1
-26
/
+34
*
nir/serialize: fix serializing functions with no implementations.
Dave Airlie
2019-11-19
1
-3
/
+11
*
nir/serialize: pack function has name and entry point into flags.
Dave Airlie
2019-11-19
1
-5
/
+7
*
nir/serialize: pack nir_variable flags
Marek Olšák
2019-11-05
1
-13
/
+36
*
nir/serialize: store 32-bit object IDs instead of 64-bit
Marek Olšák
2019-11-05
1
-28
/
+31
*
nir/serialize: don't expand 16-bit variable state slots to 32 bits
Marek Olšák
2019-11-05
1
-6
/
+4
*
util: rename list_empty() to list_is_empty()
Timothy Arceri
2019-10-28
1
-1
/
+1
*
nir: add a strip parameter to nir_serialize
Marek Olšák
2019-10-10
1
-2
/
+17
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
nir: Add a no wrapping bits to nir_alu_instr
Caio Marcelo de Oliveira Filho
2019-06-26
1
-4
/
+8
*
nir: Don't replace the nir_shader when NIR_TEST_SERIALIZE=1
Jason Ekstrand
2019-06-05
1
-7
/
+14
*
nir: make nir_const_value scalar
Karol Herbst
2019-04-14
1
-2
/
+2
*
nir: Add a pass for selectively lowering variables to scratch space
Jason Ekstrand
2019-04-12
1
-0
/
+2
*
nir: Get rid of global registers
Jason Ekstrand
2019-04-09
1
-7
/
+0
*
nir: Get rid of nir_register::is_packed
Jason Ekstrand
2019-04-09
1
-2
/
+1
*
nir: add support for gather offsets
Karol Herbst
2019-03-21
1
-0
/
+2
*
nir/serialize: Prevent writing uninitialized state_slot data
Connor Abbott
2019-03-11
1
-5
/
+14
*
src/compiler: use new hash table and set creation helpers
Caio Marcelo de Oliveira Filho
2019-01-14
1
-2
/
+1
*
nir: Tag entrypoint for easy recognition by nir_shader_get_entrypoint()
Matt Turner
2019-01-09
1
-0
/
+4
*
nir: Add a ptr_as_array deref type
Jason Ekstrand
2019-01-08
1
-2
/
+10
*
nir/serialize: Alloc constants off the variable
Jason Ekstrand
2018-07-24
1
-1
/
+1
*
nir: Add a concept of constant data associated with a shader
Jason Ekstrand
2018-07-02
1
-0
/
+12
[next]