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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: check NIR_SKIP to skip passes by name
Caio Marcelo de Oliveira Filho
2019-01-18
1
-0
/
+24
*
nir: Account for atomics in copy propagation.
Bas Nieuwenhuizen
2019-01-18
1
-1
/
+24
*
nir: Add a bool to float32 lowering pass
Jason Ekstrand
2019-01-14
3
-0
/
+180
*
src/compiler: use new hash table and set creation helpers
Caio Marcelo de Oliveira Filho
2019-01-14
20
-97
/
+42
*
nir/gcm: Support deref instructions
Jason Ekstrand
2019-01-12
1
-0
/
+4
*
nir: fix copy-paste error in nir_lower_constant_initializers
Rhys Perry
2019-01-10
1
-2
/
+2
*
nir: Unset metadata debug bit if no progress made
Matt Turner
2019-01-09
22
-12
/
+115
*
nir: Add lowering support for 64-bit operations to software
Matt Turner
2019-01-09
2
-2
/
+178
*
nir: Create nir_builder in nir_lower_doubles_impl()
Matt Turner
2019-01-09
1
-17
/
+19
*
nir: Add and set info::uses_64bit
Matt Turner
2019-01-09
1
-0
/
+5
*
nir: Implement lowering of 64-bit shift operations
Matt Turner
2019-01-09
2
-0
/
+143
*
nir: Wire up int64 lowering functions
Matt Turner
2019-01-09
2
-3
/
+127
*
nir: Add some more int64 lowering helpers
Jason Ekstrand
2019-01-09
1
-0
/
+227
*
nir: Tag entrypoint for easy recognition by nir_shader_get_entrypoint()
Matt Turner
2019-01-09
5
-6
/
+27
*
nir: Rework nir_lower_constant_initializers() to handle functions
Matt Turner
2019-01-09
1
-34
/
+25
*
nir: Make nir_deref_instr_build/get_const_offset actually use size_align.
Eric Anholt
2019-01-08
1
-3
/
+2
*
nir: Add nir_lower_tex support for Broadcom's swizzled TG4 results.
Eric Anholt
2019-01-08
2
-0
/
+26
*
nir: fix warning in nir_lower_io.c
Caio Marcelo de Oliveira Filho
2019-01-08
1
-1
/
+1
*
nir: rename global/local to private/function memory
Karol Herbst
2019-01-08
19
-71
/
+71
*
spirv: Add support for using derefs for UBO/SSBO access
Jason Ekstrand
2019-01-08
1
-0
/
+2
*
nir/vulkan: Add a descriptor type to vulkan resource intrinsics
Jason Ekstrand
2019-01-08
3
-2
/
+36
*
nir/lower_io: Add "explicit" IO lowering
Jason Ekstrand
2019-01-08
2
-0
/
+417
*
nir/validate: Allow array derefs on vectors in more modes
Jason Ekstrand
2019-01-08
1
-4
/
+6
*
nir/intrinsics: Add access flags to load/store_deref
Jason Ekstrand
2019-01-08
2
-4
/
+5
*
nir/intrinsics: Allow deref sources to consume anything
Jason Ekstrand
2019-01-08
2
-24
/
+28
*
nir/validate: Allow derefs in phi nodes
Jason Ekstrand
2019-01-08
1
-1
/
+0
*
nir/remove_dead_variables: Properly handle deref casts
Jason Ekstrand
2019-01-08
1
-0
/
+3
*
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/validate: Don't allow derefs in if conditions
Jason Ekstrand
2019-01-08
1
-0
/
+6
*
nir: Add a ptr_as_array deref type
Jason Ekstrand
2019-01-08
10
-11
/
+104
*
nir: Move propagation of cast derefs to a new nir_opt_deref pass
Jason Ekstrand
2019-01-08
4
-27
/
+72
*
glsl_type: Add support for explicitly laid out matrices and arrays
Jason Ekstrand
2019-01-08
5
-12
/
+15
*
glsl_type: Drop the glsl_get_array_instance C helper
Jason Ekstrand
2019-01-08
2
-3
/
+2
*
nir: Distinguish between normal uniforms and UBOs
Jason Ekstrand
2019-01-08
8
-28
/
+31
*
nir: Allow storing to shader_storage
Jason Ekstrand
2019-01-08
1
-4
/
+2
*
nir/validate: Require array indices to match the deref bit size
Jason Ekstrand
2019-01-08
1
-2
/
+4
*
nir/builder: Add nir_i2i and nir_u2u helpers which take a bit size
Jason Ekstrand
2019-01-08
1
-13
/
+32
*
nir: avoid uninitialized variable warning
Timothy Arceri
2019-01-07
1
-1
/
+1
*
nir: Add nir_lower_tex options to lower sampler return formats.
Eric Anholt
2019-01-04
2
-0
/
+83
*
nir: Allow nir_format_unpack_int/sint to unpack larger values.
Eric Anholt
2019-01-04
1
-3
/
+8
*
nir: remove dead code from copy_prop_vars
Caio Marcelo de Oliveira Filho
2019-01-04
1
-1
/
+1
*
nir: merge some basic consecutive ifs
Timothy Arceri
2019-01-03
1
-0
/
+93
*
nir: add rewrite_phi_predecessor_blocks() helper
Timothy Arceri
2019-01-03
1
-20
/
+31
*
nir: simplify does_varying_match()
Timothy Arceri
2019-01-03
1
-5
/
+2
*
nir: make use of does_varying_match() helper
Timothy Arceri
2019-01-03
1
-2
/
+1
*
nir: make nir_opt_remove_phis_impl() static
Timothy Arceri
2019-01-03
2
-2
/
+1
*
nir: add a way to print the deref chain
Caio Marcelo de Oliveira Filho
2019-01-02
2
-4
/
+14
*
compiler/spirv: handle 16-bit float in radians() and degrees()
Iago Toral Quiroga
2019-01-02
1
-2
/
+2
[next]