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: add is_packing_supported_for_type() helper
Timothy Arceri
2019-02-08
1
-15
/
+13
*
nir: add support for marking used patches when packing varyings
Timothy Arceri
2019-02-08
1
-23
/
+51
*
nir: Avoid splitting compact arrays into per-element variables.
Kenneth Graunke
2019-02-05
1
-0
/
+4
*
nir: Avoid clip/cull distance lowering multiple times.
Kenneth Graunke
2019-02-05
1
-2
/
+12
*
nir: Bail on clip/cull distance lowering if GLSL IR already did it.
Kenneth Graunke
2019-02-05
1
-2
/
+2
*
nir: Record info->fs.pixel_center_integer in lower_system_values
Kenneth Graunke
2019-02-05
1
-0
/
+6
*
nir/deref: Drop zero ptr_as_array derefs
Jason Ekstrand
2019-02-05
1
-0
/
+21
*
nir: add missing vec opcodes in lower_bool_to_float
Jonathan Marek
2019-02-05
1
-0
/
+6
*
nir: keep the phi order when splitting blocks
Caio Marcelo de Oliveira Filho
2019-02-04
1
-3
/
+2
*
nir: Optimize double-precision lower_round_even()
Matt Turner
2019-01-29
1
-44
/
+12
*
nir: Allow SSBOs and global to alias
Jason Ekstrand
2019-01-26
1
-1
/
+6
*
nir/validate: Allow array derefs of vectors for nir_var_mem_global
Jason Ekstrand
2019-01-26
1
-1
/
+2
*
nir/lower_io: Add support for nir_var_mem_global
Jason Ekstrand
2019-01-26
1
-0
/
+12
*
nir/lower_io: Add a 32 and 64-bit global address formats
Jason Ekstrand
2019-01-26
2
-30
/
+123
*
nir: Add load/store/atomic global intrinsics
Jason Ekstrand
2019-01-26
3
-1
/
+39
*
anv: Add pipeline cache support for xfb_info
Jason Ekstrand
2019-01-22
1
-1
/
+1
*
nir/xfb: distinguish array of structs vs array of blocks
Alejandro Piñeiro
2019-01-22
1
-7
/
+17
*
nir/xfb: Properly handle arrays of blocks
Jason Ekstrand
2019-01-22
1
-20
/
+41
*
nir/xfb: don't assert when xfb_buffer/stride is present but not xfb_offset
Alejandro Piñeiro
2019-01-22
1
-7
/
+6
*
nir/xfb: Fix offset accounting for dvec3/4
Jason Ekstrand
2019-01-22
1
-2
/
+2
*
nir: Preserve offsets in lower_io_to_scalar_early
Jason Ekstrand
2019-01-22
1
-0
/
+8
*
nir: fix lowering arrays to elements for XFB outputs
Samuel Pitoiset
2019-01-22
1
-2
/
+11
*
nir: do not remove varyings used for transform feedback
Samuel Pitoiset
2019-01-22
1
-0
/
+3
*
nir: Mark deref UBO and SSBO access as non-scalar
Jason Ekstrand
2019-01-21
1
-1
/
+3
*
mesa: add MESA_SHADER_KERNEL
Karol Herbst
2019-01-21
2
-6
/
+3
*
nir: add bit_size parameter to system values with multiple allowed bit sizes
Karol Herbst
2019-01-21
3
-6
/
+16
*
nir: add legal bit_sizes to intrinsics
Karol Herbst
2019-01-21
4
-13
/
+30
*
nir/validate: allow to check against a bitmask of bit_sizes
Karol Herbst
2019-01-21
1
-17
/
+17
*
nir/spirv: handle SpvStorageClassCrossWorkgroup
Karol Herbst
2019-01-19
3
-0
/
+7
*
nir: rename nir_var_shared to nir_var_mem_shared
Karol Herbst
2019-01-19
8
-16
/
+16
*
nir: rename nir_var_ssbo to nir_var_mem_ssbo
Karol Herbst
2019-01-19
9
-29
/
+29
*
nir: rename nir_var_ubo to nir_var_mem_ubo
Karol Herbst
2019-01-19
5
-8
/
+8
*
nir: rename nir_var_function to nir_var_function_temp
Karol Herbst
2019-01-19
16
-52
/
+52
*
nir: rename nir_var_private to nir_var_shader_temp
Karol Herbst
2019-01-19
13
-24
/
+24
*
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
[next]