index
:
external_mesa3d
history/lineage-16.0-base-old
history/mesa-before-lima-update
replicant-10
replicant-11
replicant-9
Mesa for Android
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: Add new variable modes for ray-tracing
Jason Ekstrand
2020-11-05
1
-3
/
+3
*
nir: Make nir_deref_instr::mode a bitfield
Jason Ekstrand
2020-11-03
1
-6
/
+6
*
nir: Fix unaligned pointer access
Tony Wasserka
2020-10-07
1
-6
/
+9
*
nir: Disallow goto and goto_if in clone and [de]serialize
Jason Ekstrand
2020-09-30
1
-0
/
+7
*
nir: Add alignment information to cast derefs
Jason Ekstrand
2020-09-03
1
-0
/
+4
*
nir: Add a new nir_var_mem_constant variable mode
Jason Ekstrand
2020-09-01
1
-3
/
+3
*
nir/serialize: fix serialization of system values
Karol Herbst
2020-09-01
1
-0
/
+1
*
nir: Rename num_shared to shared_size
Jason Ekstrand
2020-09-01
1
-2
/
+2
*
nir: Fix serialize/deserialize of void samplers/images
Jesse Natalie
2020-08-17
1
-1
/
+1
*
nir: Add a structured flag to nir_shader
Karol Herbst
2020-08-14
1
-0
/
+4
*
nir: Use a single list for all shader variables
Jason Ekstrand
2020-07-29
1
-12
/
+2
*
nir: Use 8-bit types for most info fields
Jason Ekstrand
2020-05-15
1
-1
/
+1
*
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
[next]