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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: select the depth decompress path based on the aspect mask
Samuel Pitoiset
2019-11-25
1
-4
/
+16
*
radv: create decompress pipelines for separate depth/stencil layouts
Samuel Pitoiset
2019-11-25
3
-23
/
+44
*
radv: rework creation of decompress/resummarize meta pipelines
Samuel Pitoiset
2019-11-25
1
-34
/
+36
*
radv: set the image view aspect mask before resolves
Samuel Pitoiset
2019-11-25
1
-2
/
+2
*
radv: set the image view aspect mask during subpass transitions
Samuel Pitoiset
2019-11-25
1
-1
/
+1
*
aco: enable load/store vectorizer
Rhys Perry
2019-11-25
1
-18
/
+32
*
nir: add load/store vectorizer tests
Rhys Perry
2019-11-25
2
-0
/
+1763
*
nir: add a load/store vectorization pass
Rhys Perry
2019-11-25
3
-0
/
+1313
*
radv: set alignment for load_ssbo/store_ssbo in meta shaders
Rhys Perry
2019-11-25
3
-0
/
+26
*
nir: add nir_num_variable_modes and nir_var_mem_push_const
Rhys Perry
2019-11-25
2
-2
/
+9
*
aco: Make unused workgroup id's 0
Connor Abbott
2019-11-25
1
-3
/
+3
*
aco: Use common argument handling
Connor Abbott
2019-11-25
6
-637
/
+211
*
radv: Replace supports_spill with explict_scratch_args
Connor Abbott
2019-11-25
6
-54
/
+49
*
aco: Make num_workgroups and local_invocation_ids one argument each
Connor Abbott
2019-11-25
2
-17
/
+17
*
aco: Split vector arguments at the beginning
Connor Abbott
2019-11-25
2
-2
/
+20
*
aco: Use radv_shader_args in aco_compile_shader()
Connor Abbott
2019-11-25
3
-13
/
+13
*
aco: Constify radv_nir_compiler_options in isel
Connor Abbott
2019-11-25
3
-4
/
+4
*
radv: Move argument declaration out of nir_to_llvm
Connor Abbott
2019-11-25
6
-784
/
+823
*
ac/nir, radv, radeonsi: Switch to using ac_shader_args
Connor Abbott
2019-11-25
13
-1553
/
+1557
*
ac: Add a shared interface between radv, radeonsi, LLVM and ACO
Connor Abbott
2019-11-25
6
-0
/
+273
*
radv: Rename ac_arg_regfile
Connor Abbott
2019-11-25
1
-2
/
+2
*
drirc: Add glsl_zero_init workaround for GpuTest
Danylo Piliaiev
2019-11-25
1
-0
/
+7
*
meson: only build imgui when needed
Samuel Pitoiset
2019-11-25
3
-3
/
+5
*
ac/llvm: fix the local invocation index for wave32
Samuel Pitoiset
2019-11-25
1
-0
/
+4
*
radv: disable subgroup shuffle operations on GFX10
Samuel Pitoiset
2019-11-25
1
-1
/
+2
*
llvmpipe: initial query buffer object support. (v2)
Dave Airlie
2019-11-25
2
-1
/
+153
*
radv: create a fresh fork for each pipeline compile
Timothy Arceri
2019-11-25
2
-14
/
+139
*
radv: add a secure_compile_open_fifo_fds() helper
Timothy Arceri
2019-11-25
1
-0
/
+43
*
radv: add some infrastructure for fresh forks for each secure compile
Timothy Arceri
2019-11-25
1
-1
/
+14
*
nir: no-op C99 _Pragma() with MSVC
Brian Paul
2019-11-23
1
-0
/
+7
*
disk_cache_get_function_timestamp: check for dladdr
Michel Zou
2019-11-23
1
-1
/
+1
*
nir/serialize: support any num_components for remaining instructions
Marek Olšák
2019-11-23
1
-4
/
+13
*
nir/serialize: use 3 unused bits in intrinsic for packed_const_indices
Marek Olšák
2019-11-23
1
-11
/
+10
*
nir/serialize: don't serialize redundant nir_intrinsic_instr::num_components
Marek Olšák
2019-11-23
1
-6
/
+16
*
nir/serialize: serialize writemask for vec8 and vec16
Marek Olšák
2019-11-23
1
-9
/
+16
*
nir/serialize: serialize swizzles for vec8 and vec16
Marek Olšák
2019-11-23
1
-8
/
+43
*
nir/serialize: reuse the writemask field for 2 src X swizzles of SSA ALU
Marek Olšák
2019-11-23
1
-3
/
+33
*
nir/serialize: remove up to 3 consecutive equal ALU instruction headers
Marek Olšák
2019-11-23
1
-16
/
+65
*
nir/serialize: try to pack both deref array src into 32 bits
Marek Olšák
2019-11-23
1
-5
/
+28
*
nir/serialize: cleanup - fold nir_deref_type_var cases into switches
Marek Olšák
2019-11-23
1
-16
/
+19
*
nir/serialize: try to put deref->var index into the unused bits of the header
Marek Olšák
2019-11-23
1
-10
/
+23
*
nir/serialize: don't serialize mode for deref non-cast instructions
Marek Olšák
2019-11-23
1
-5
/
+12
*
nir/serialize: don't store deref types if not needed
Marek Olšák
2019-11-23
1
-4
/
+26
*
nir/serialize: try to pack two alu srcs into 1 uint32
Marek Olšák
2019-11-23
1
-21
/
+76
*
nir/serialize: pack nir_intrinsic_instr::const_index[] better
Marek Olšák
2019-11-23
1
-5
/
+84
*
nir/serialize: pack 1-component constants into 20 bits if possible
Marek Olšák
2019-11-23
1
-37
/
+135
*
nir/serialize: pack load_const with non-64-bit constants better
Marek Olšák
2019-11-23
1
-2
/
+46
*
nir/serialize: try to store a diff in var data locations instead of var data
Marek Olšák
2019-11-23
1
-15
/
+73
*
nir/serialize: deduplicate serialized var types by reusing the last unique one
Marek Olšák
2019-11-23
1
-10
/
+39
*
nir/serialize: don't serialize var->data for temporaries
Marek Olšák
2019-11-23
1
-12
/
+37
[next]