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
*
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