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
/
gallium
/
winsys
/
radeon
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: add support for compute-only chips
Marek Olšák
2019-07-29
1
-0
/
+1
*
winsys/amdgpu: Make KMS handles valid for original DRM file descriptor
Michel Dänzer
2019-07-03
1
-1
/
+2
*
ac: add radeon_info::is_amdgpu instead of checking drm_major == 3
Marek Olšák
2019-06-14
1
-0
/
+1
*
r300g: restore performance after RADEON_FLAG_NO_INTERPROCESS_SHARING was added
Richard Thier
2019-06-11
1
-1
/
+3
*
ac: treat Mullins as Kabini, remove the enum
Marek Olšák
2019-05-27
1
-3
/
+0
*
r600+radeonsi: use ctx_query_reset_status on radeon
Marek Olšák
2019-05-16
1
-5
/
+0
*
winsys/radeon: implement ctx_query_reset_status by copying radeonsi
Marek Olšák
2019-05-16
4
-6
/
+43
*
winsys/amdgpu: add REWIND emulation via INDIRECT_BUFFER into cs_check_space
Marek Olšák
2019-05-16
1
-1
/
+2
*
winsys/amdgpu: add a parallel compute IB coupled with a gfx IB
Marek Olšák
2019-05-16
1
-1
/
+2
*
ac: rename SI-CIK-VI to GFX6-GFX7-GFX8
Marek Olšák
2019-05-15
3
-19
/
+19
*
Delete autotools
Dylan Baker
2019-04-15
1
-12
/
+0
*
winsys/amdgpu,radeon: pass vm_alignment to buffer_from_handle
Marek Olšák
2018-11-28
2
-1
/
+3
*
radeonsi: stop command submission with PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET only
Marek Olšák
2018-11-09
1
-1
/
+2
*
radeonsi: adjust and simplify max_alloc_size determination
Marek Olšák
2018-09-10
1
-3
/
+5
*
ac: add radeon_info::num_good_cu_per_sh
Marek Olšák
2018-09-10
1
-0
/
+4
*
winsys/radeon: fix CMASK fast clear for NPOT textures with mipmapping on SI/CI
Marek Olšák
2018-09-10
1
-2
/
+2
*
radeonsi: pin the winsys thread to the requested L3 cache (v2)
Marek Olšák
2018-09-07
1
-0
/
+13
*
ac: add radeon_info::name
Marek Olšák
2018-08-14
1
-1
/
+6
*
radeonsi: use storage_samples instead of color_samples in most places
Marek Olšák
2018-07-31
1
-4
/
+2
*
radeonsi: rework RADEON_PRIO flags to be <= 31
Marek Olšák
2018-07-16
2
-2
/
+2
*
Shorten u_queue names
Marek Olšák
2018-07-04
1
-1
/
+1
*
radeon: duplicate cmask surface for now.
Dave Airlie
2018-06-26
1
-1
/
+61
*
radeonsi: move CMASK size computation into ac_surface
Marek Olšák
2018-06-25
1
-0
/
+13
*
amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
Marek Olšák
2018-06-19
4
-19
/
+19
*
ac/gpu_info: add radeon_info::num_tcc_blocks
Marek Olšák
2018-06-19
1
-0
/
+26
*
gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
Dave Airlie
2018-05-30
1
-7
/
+7
*
ac/gpu_info: add has_read_registers_query
Marek Olšák
2018-05-10
1
-0
/
+1
*
ac/gpu_info: add has_2d_tiling
Marek Olšák
2018-05-10
1
-0
/
+2
*
ac/gpu_info: add has_sparse_vm_mappings
Marek Olšák
2018-05-10
1
-0
/
+1
*
ac/gpu_info: add has_unaligned_shader_loads
Marek Olšák
2018-05-10
1
-0
/
+3
*
ac/gpu_info: add has_indirect_compute_dispatch
Marek Olšák
2018-05-10
1
-0
/
+5
*
ac/gpu_info: add kernel_flushes_tc_l2_after_ib
Marek Olšák
2018-05-10
1
-0
/
+1
*
ac/gpu_info: add has_format_bc1_through_bc7
Marek Olšák
2018-05-10
1
-0
/
+1
*
ac/gpu_info: add has_eqaa_surface_allocator
Marek Olšák
2018-05-10
1
-0
/
+1
*
radeonsi: clean up the reset status query implementation
Marek Olšák
2018-05-10
1
-0
/
+2
*
ac/gpu_info: add has_bo_metadata
Marek Olšák
2018-05-10
1
-0
/
+1
*
ac/gpu_info: add si_TA_CS_BC_BASE_ADDR_allowed
Marek Olšák
2018-05-10
1
-0
/
+1
*
ac/gpu_info: add htile_cmask_support_1d_tiling
Marek Olšák
2018-05-10
1
-0
/
+3
*
ac/gpu_info: add kernel_flushes_hdp_before_ib
Marek Olšák
2018-05-10
1
-0
/
+1
*
ac/surface: add EQAA support
Marek Olšák
2018-05-10
1
-2
/
+4
*
ac/surface: unify common legacy and gfx9 fmask fields
Marek Olšák
2018-05-10
1
-3
/
+3
*
ac/surface/gfx6: compute FMASK together with the color surface
Marek Olšák
2018-05-10
1
-0
/
+48
*
winsys/radeon: Destroy fd_hash table when the last winsys is removed.
Jan Vesely
2018-05-10
1
-1
/
+6
*
radeonsi: don't emit partial flushes for internal CS flushes only
Marek Olšák
2018-04-16
2
-5
/
+10
*
ac/gpu_info: rename has_virtual_memory -> r600_has_virtual_memory
Marek Olšák
2018-04-02
3
-17
/
+17
*
radeonsi: align command buffer starting address to fix some Raven hangs
Marek Olšák
2018-03-08
1
-0
/
+1
*
winsys/radeon: implement and enable 32-bit VM allocations
Marek Olšák
2018-02-17
3
-8
/
+64
*
winsys/radeon: add struct radeon_vm_heap
Marek Olšák
2018-02-17
3
-36
/
+47
*
winsys/radeon: Compute is_displayable in surf_drm_to_winsys
Michel Dänzer
2018-01-31
1
-0
/
+3
*
gallium/radeon: set number of pb_cache buckets = number of heaps
Marek Olšák
2018-01-27
2
-16
/
+13
[next]