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_deref.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: handle nir_deref_type_ptr_as_array in rematerialize_deref_in_block
Karol Herbst
2019-12-11
1
-0
/
+1
*
nir: fix deref offset builder
Dave Airlie
2019-11-22
1
-1
/
+1
*
nir: move data.image.access to data.access
Marek Olšák
2019-11-19
1
-1
/
+1
*
util: rename list_empty() to list_is_empty()
Timothy Arceri
2019-10-28
1
-2
/
+2
*
nir: add amul instruction
Rob Clark
2019-10-18
1
-1
/
+1
*
nir/lcssa: handle deref instructions properly
Daniel Schürmann
2019-08-20
1
-7
/
+5
*
nir: avoid warning when casting bogus pointer
Erik Faye-Lund
2019-08-15
1
-1
/
+1
*
nir: Fix comparison for nir_deref_instr_is_known_out_of_bounds()
Connor Abbott
2019-07-30
1
-1
/
+1
*
nir/find_array_copies: Handle wildcards and overlapping copies
Connor Abbott
2019-07-29
1
-0
/
+14
*
nir/deref: Add a has_complex_use helper
Jason Ekstrand
2019-05-31
1
-0
/
+78
*
nir: Allow derefs to be used as phi sources
Caio Marcelo de Oliveira Filho
2019-05-29
1
-0
/
+8
*
nir: Use the nir_builder _imm helpers in setting up deref offsets.
Eric Anholt
2019-04-19
1
-4
/
+3
*
nir: Fix deref offset calculation for structs.
Eric Anholt
2019-04-19
1
-1
/
+1
*
nir/deref: fix struct wrapper casts. (v3)
Dave Airlie
2019-03-29
1
-2
/
+36
*
nir/deref: remove casts of casts which are likely redundant (v3)
Dave Airlie
2019-03-21
1
-2
/
+26
*
nir/deref: Consider COHERENT decorated var derefs as aliasing
Jason Ekstrand
2019-03-15
1
-4
/
+47
*
nir/deref: Expose nir_opt_deref_impl
Jason Ekstrand
2019-03-06
1
-1
/
+1
*
nir: rename glsl_type_is_struct() -> glsl_type_is_struct_or_ifc()
Timothy Arceri
2019-03-06
1
-1
/
+1
*
nir/deref: Rematerialize parents in rematerialize_derefs_in_use_blocks
Jason Ekstrand
2019-02-11
1
-3
/
+2
*
nir/deref: Drop zero ptr_as_array derefs
Jason Ekstrand
2019-02-05
1
-0
/
+21
*
nir: Allow SSBOs and global to alias
Jason Ekstrand
2019-01-26
1
-1
/
+6
*
src/compiler: use new hash table and set creation helpers
Caio Marcelo de Oliveira Filho
2019-01-14
1
-2
/
+1
*
nir: Unset metadata debug bit if no progress made
Matt Turner
2019-01-09
1
-0
/
+4
*
nir: Make nir_deref_instr_build/get_const_offset actually use size_align.
Eric Anholt
2019-01-08
1
-3
/
+2
*
nir/deref: Skip over casts in fixup_deref_modes
Jason Ekstrand
2019-01-08
1
-0
/
+2
*
nir/deref: Support casts and ptr_as_array in comparisons
Jason Ekstrand
2019-01-08
1
-7
/
+68
*
nir/opt_deref: Properly optimize ptr_as_array derefs
Jason Ekstrand
2019-01-08
1
-6
/
+91
*
nir: Add a ptr_as_array deref type
Jason Ekstrand
2019-01-08
1
-1
/
+19
*
nir: Move propagation of cast derefs to a new nir_opt_deref pass
Jason Ekstrand
2019-01-08
1
-0
/
+63
*
nir/derefs: Add a nir_derefs_do_not_alias enum value
Jason Ekstrand
2018-11-28
1
-3
/
+3
*
nir: Use nir_src_is_const and nir_src_as_* in core code
Jason Ekstrand
2018-10-22
1
-8
/
+6
*
nir: add initializer data to fix MSVC compile error
Juan A. Suarez Romero
2018-09-19
1
-1
/
+1
*
nir: Add a small pass to rematerialize derefs per-block
Jason Ekstrand
2018-09-19
1
-0
/
+133
*
nir: Remove outdated comment
Caio Marcelo de Oliveira Filho
2018-08-28
1
-3
/
+0
*
nir: Skip common instructions when comparing deref paths
Caio Marcelo de Oliveira Filho
2018-08-22
1
-0
/
+3
*
nir: Export deref comparison functions
Caio Marcelo de Oliveira Filho
2018-08-22
1
-0
/
+109
*
nir/deref: Add helpers for getting offsets
Jason Ekstrand
2018-07-02
1
-0
/
+89
*
nir: Add a deref_instr_has_indirect helper
Jason Ekstrand
2018-07-02
1
-0
/
+18
*
nir: Remove old-school deref chain support
Jason Ekstrand
2018-06-22
1
-278
/
+0
*
nir: Add a deref path helper struct
Jason Ekstrand
2018-06-22
1
-0
/
+57
*
nir: Add a pass for fixing deref modes
Jason Ekstrand
2018-06-22
1
-0
/
+30
*
nir: add deref lowering sanity checking
Rob Clark
2018-06-22
1
-0
/
+2
*
nir/deref: Add some deref cleanup functions
Jason Ekstrand
2018-06-22
1
-0
/
+53
*
nir: Add helpers for working with deref instructions
Jason Ekstrand
2018-06-22
1
-0
/
+301