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
/
amd
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: advertise VK_AMD_memory_overallocation_behavior
Samuel Pitoiset
2020-04-28
2
-0
/
+7
*
radv: track memory heaps usage if overallocation is explicitly disallowed
Samuel Pitoiset
2020-04-28
2
-0
/
+48
*
radv: remove unused radv_device_memory::map_size field
Samuel Pitoiset
2020-04-28
1
-1
/
+0
*
radv: enable FMASK for color attachments only
Samuel Pitoiset
2020-04-28
1
-1
/
+2
*
radv: Determine memory type for import based on fd.
Bas Nieuwenhuizen
2020-04-28
1
-17
/
+63
*
radv/winsys: Add function to get domains/flags from fd.
Bas Nieuwenhuizen
2020-04-28
2
-0
/
+51
*
radv: Stop using memory type indices.
Bas Nieuwenhuizen
2020-04-28
2
-108
/
+23
*
radv: Use actual memory type count for setting app-visible bitset.
Bas Nieuwenhuizen
2020-04-28
1
-1
/
+1
*
radv: do not expose GTT as device local memory mostly for APUs
Samuel Pitoiset
2020-04-27
1
-29
/
+30
*
radv: Add WSI buffers to BO list only if they can be used.
Bas Nieuwenhuizen
2020-04-27
3
-14
/
+42
*
ac,radeonsi: fix compilations issues with LLVM 11
Samuel Pitoiset
2020-04-27
4
-14
/
+18
*
drm-uapi,radv,radeonsi: Add amdgpu_drm.h header.
Bas Nieuwenhuizen
2020-04-27
8
-8
/
+8
*
ac: reassociate FP expressions for inexact instructions for radeonsi
Marek Olšák
2020-04-27
1
-0
/
+9
*
ac: generate FMA for inexact instructions for radeonsi
Marek Olšák
2020-04-27
3
-0
/
+40
*
ac: update and document fast math flags used by radeonsi
Marek Olšák
2020-04-27
2
-3
/
+13
*
ac: force enable -structurizecfg-skip-uniform-regions for LLVM 11
Marek Olšák
2020-04-27
1
-0
/
+4
*
radv: fix robust_buffer_access if enabled via VkPhysicalDeviceFeatures2
Samuel Pitoiset
2020-04-27
1
-10
/
+44
*
radv: Pass logical device to si_emit_graphics
Joshua Ashton
2020-04-25
3
-5
/
+6
*
radv/aco: enable 8/16-bit storage and int8/int16 on GFX8+
Rhys Perry
2020-04-24
3
-22
/
+29
*
aco: lower 8/16-bit integer arithmetic
Rhys Perry
2020-04-24
1
-0
/
+31
*
aco: improve sub-dword emit_split_vector() with sgprs
Rhys Perry
2020-04-24
1
-6
/
+7
*
aco: clobber scc in s_bfe_u32 in get_alu_src()
Rhys Perry
2020-04-24
1
-1
/
+2
*
aco: handle undef p_create_vector operands in the optimizer
Rhys Perry
2020-04-24
1
-0
/
+4
*
aco: vectorize global loads/stores
Rhys Perry
2020-04-24
1
-2
/
+10
*
aco: allow 8/16-bit shared loads
Rhys Perry
2020-04-24
1
-2
/
+0
*
aco: add and use get_buffer_store_op() helper
Rhys Perry
2020-04-24
1
-78
/
+33
*
aco: refactor visit_store_scratch() to use new helpers
Rhys Perry
2020-04-24
1
-32
/
+15
*
aco: refactor visit_store_global() to use new helpers
Rhys Perry
2020-04-24
1
-30
/
+29
*
aco: refactor visit_store_ssbo() to use new helpers
Rhys Perry
2020-04-24
1
-64
/
+13
*
aco: refactor store_vmem_mubuf() to use new helpers
Rhys Perry
2020-04-24
1
-58
/
+9
*
aco: refactor store_lds() to use new helpers
Rhys Perry
2020-04-24
1
-91
/
+90
*
aco: add helpers for splitting stores
Rhys Perry
2020-04-24
1
-0
/
+155
*
aco: use emit_load helper for VMEM/SMEM loads
Rhys Perry
2020-04-24
1
-494
/
+226
*
aco: refactor load_lds to use new helpers
Rhys Perry
2020-04-24
1
-98
/
+75
*
aco: add emit_load helper
Rhys Perry
2020-04-24
1
-0
/
+285
*
aco: add and use RegClass::get() helper
Rhys Perry
2020-04-24
2
-14
/
+12
*
aco: be more careful about using SMEM for load_global
Rhys Perry
2020-04-24
1
-3
/
+4
*
radv: allocate larger shader memory slabs if needed
Rhys Perry
2020-04-24
1
-2
/
+2
*
radv: align buffer descriptor sizes to dword
Rhys Perry
2020-04-24
2
-2
/
+16
*
aco: Move s_setprio to correct place after the gs_alloc_req.
Timur Kristóf
2020-04-24
1
-2
/
+3
*
aco: Use 24-bit multiplication for NGG wave id and thread id.
Timur Kristóf
2020-04-24
1
-2
/
+2
*
aco: Use 24-bit multiplication in TCS I/O
Timur Kristóf
2020-04-24
1
-5
/
+5
*
aco: Const correctness for aco_print_ir.
Timur Kristóf
2020-04-24
2
-26
/
+26
*
aco: Const correctness for get_barrier_interaction.
Timur Kristóf
2020-04-24
2
-11
/
+11
*
aco: Abort when RA can't find a register.
Timur Kristóf
2020-04-24
1
-1
/
+2
*
aco: Increase barrier_count to 7 to include barrier_barrier.
Timur Kristóf
2020-04-24
1
-1
/
+1
*
aco: Only store TCS outputs to VMEM when they are read by TES.
Timur Kristóf
2020-04-24
1
-12
/
+26
*
radv: Add inputs read by TES to radv_shader_info.
Timur Kristóf
2020-04-24
2
-0
/
+9
*
aco: fix outdated label_vec from p_create_vector labelling
Rhys Perry
2020-04-24
1
-3
/
+5
*
ac,radeonsi: simplify checking for Navi1x chips
Marek Olšák
2020-04-24
1
-4
/
+1
[next]