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
/
glsl
/
nir
/
nir_lower_locals_to_regs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: move to compiler/
Emil Velikov
2016-01-26
1
-396
/
+0
*
nir: Get rid of function overloads
Jason Ekstrand
2015-12-28
1
-4
/
+4
*
nir: Add a writemask to store intrinsics.
Kenneth Graunke
2015-12-22
1
-1
/
+1
*
nir: Report progress from nir_lower_locals_to_regs().
Kenneth Graunke
2015-09-21
1
-3
/
+15
*
nir: Remove the mem_ctx parameter from ssa_def_rewrite_uses
Jason Ekstrand
2015-09-11
1
-2
/
+1
*
nir: Fix a bunch of ralloc parenting errors
Jason Ekstrand
2015-09-11
1
-4
/
+3
*
nir/nir: Use a linked list instead of a hash set for use/def sets
Jason Ekstrand
2015-05-08
1
-8
/
+6
*
nir/locals_to_regs: Hanadle indirect accesses of length-1 arrays
Jason Ekstrand
2015-04-22
1
-0
/
+8
*
nir/locals_to_regs: Initialize registers with constant initializers
Jason Ekstrand
2015-04-22
1
-0
/
+103
*
nir/locals_to_regs: Pass around the nir_shader rather than a void * mem_ctx
Jason Ekstrand
2015-04-22
1
-13
/
+13
*
nir/types: Make glsl_get_length smarter
Jason Ekstrand
2015-04-22
1
-9
/
+2
*
nir: Use pointers for nir_src_copy and nir_dest_copy
Jason Ekstrand
2015-01-26
1
-6
/
+6
*
nir: Make an easier helper for setting up SSA defs.
Eric Anholt
2015-01-22
1
-7
/
+4
*
nir: Stop using designated initializers
Jason Ekstrand
2015-01-21
1
-7
/
+2
*
hash_table: Rename insert_with_hash to insert_pre_hashed
Jason Ekstrand
2015-01-15
1
-1
/
+1
*
nir: Use the actual FNV-1a hash for hashing derefs
Jason Ekstrand
2015-01-15
1
-39
/
+26
*
nir: Make load_const SSA-only
Jason Ekstrand
2015-01-15
1
-5
/
+2
*
nir: Call nir_metadata_preserve more places
Jason Ekstrand
2015-01-15
1
-0
/
+3
*
nir: Vectorize intrinsics
Jason Ekstrand
2015-01-15
1
-13
/
+5
*
nir: Add a pass to lower local variables to registers
Jason Ekstrand
2015-01-15
1
-0
/
+313