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_serialize.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
nir: Remove old-school deref chain support
Jason Ekstrand
2018-06-22
1
-99
/
+0
*
nir,spirv: Rework function calls
Jason Ekstrand
2018-06-22
1
-34
/
+10
*
nir: Add a concept of per-member structs and a lowering pass
Jason Ekstrand
2018-06-22
1
-0
/
+12
*
nir: add deref lowering sanity checking
Rob Clark
2018-06-22
1
-0
/
+2
*
nir: Add a deref instruction type
Jason Ekstrand
2018-06-22
1
-0
/
+81
*
nir/serialize: handle var->name being NULL
Alejandro Piñeiro
2018-03-01
1
-1
/
+2
*
nir: mark unused space in packed_tex_data
Tapani Pälli
2018-01-29
1
-0
/
+1
*
nir/serialize: fix build with gcc 4.4.7
Dave Airlie
2017-11-03
1
-19
/
+19
*
nir: Add hooks for testing serialization
Jason Ekstrand
2017-10-31
1
-0
/
+19
*
nir: add serialization and deserialization
Connor Abbott
2017-10-31
1
-0
/
+1201