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
/
gallium
/
winsys
/
amdgpu
/
drm
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: add support for displayable DCC for 1 RB chips
Marek Olšák
2019-04-04
1
-0
/
+8
*
winsys/amdgpu: cs_check_space sets the minimum IB size for future IBs
Marek Olšák
2019-02-11
2
-2
/
+23
*
winsys/amdgpu: clean up IB buffer size computation
Marek Olšák
2019-02-11
1
-8
/
+4
*
winsys/amdgpu: remove occurence of INDIRECT_BUFFER_CONST
Marek Olšák
2019-02-11
1
-2
/
+1
*
winsys/amdgpu: use a separate fence list for syncobjs
Marek Olšák
2019-02-11
2
-17
/
+15
*
winsys/amdgpu: unify fence list code
Marek Olšák
2019-02-11
2
-59
/
+42
*
winsys/amdgpu: don't drop manually added fence dependencies
Marek Olšák
2019-02-11
1
-2
/
+0
*
winsys/amdgpu: remove amdgpu_drm.h definitions
Marek Olšák
2019-01-30
1
-8
/
+0
*
winsys/amdgpu: rename rfence, rsrc, rdst -> afence, asrc, adst
Marek Olšák
2019-01-22
2
-23
/
+23
*
winsys/amdgpu: use the new BO list API
Marek Olšák
2019-01-22
1
-49
/
+25
*
winsys/amdgpu: Pull in LLVM CFLAGS
Michel Dänzer
2018-12-19
2
-1
/
+2
*
radeonsi: move SI_FORCE_FAMILY functionality to winsys
Nicolai Hähnle
2018-12-19
1
-0
/
+36
*
Revert "winsys/amdgpu: overallocate buffers for faster address translation on...
Marek Olšák
2018-11-29
1
-24
/
+0
*
amd/addrlib: update Mesa's copy of addrlib
Nicolai Hähnle
2018-11-29
1
-1
/
+1
*
winsys/amdgpu: add support for allocating GDS and OA resources
Marek Olšák
2018-11-28
1
-22
/
+33
*
winsys/amdgpu: use optimal VM alignment for CPU allocations
Marek Olšák
2018-11-28
1
-2
/
+4
*
winsys/amdgpu: use optimal VM alignment for imported buffers
Marek Olšák
2018-11-28
1
-20
/
+29
*
winsys/amdgpu,radeon: pass vm_alignment to buffer_from_handle
Marek Olšák
2018-11-28
1
-1
/
+2
*
winsys/amdgpu: overallocate buffers for faster address translation on Gfx9
Marek Olšák
2018-11-28
1
-0
/
+24
*
winsys/amdgpu: increase the VM alignment to the MSB of the size for Gfx9
Marek Olšák
2018-11-28
1
-1
/
+11
*
winsys/amdgpu: use >= instead of > for VM address alignment
Marek Olšák
2018-11-28
1
-1
/
+1
*
winsys/amdgpu: clean up code around BO VM alignment
Marek Olšák
2018-11-28
1
-2
/
+7
*
winsys/amdgpu: optimize slab allocation for 2 MB amdgpu page tables
Marek Olšák
2018-11-28
3
-2
/
+10
*
radeonsi: generalize the slab allocator code to allow layered slab allocators
Marek Olšák
2018-11-28
3
-24
/
+86
*
winsys/amdgpu: always reclaim/release slabs if there is not enough memory
Marek Olšák
2018-11-28
1
-7
/
+13
*
winsys/amdgpu: explicitly declare whether buffer_map is permanent or not
Nicolai Hähnle
2018-11-28
2
-33
/
+66
*
winsys/amdgpu: add amdgpu_winsys_bo::lock
Nicolai Hähnle
2018-11-28
3
-13
/
+20
*
winsys/amdgpu: fix a device handle leak in amdgpu_winsys_create
Marek Olšák
2018-11-23
1
-0
/
+6
*
winsys/amdgpu: fix a buffer leak in amdgpu_bo_from_handle
Marek Olšák
2018-11-23
1
-0
/
+6
*
radeonsi: stop command submission with PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET only
Marek Olšák
2018-11-09
2
-2
/
+5
*
winsys/amdgpu: Stop using amdgpu_bo_handle_type_kms_noimport
Michel Dänzer
2018-11-07
1
-3
/
+3
*
winsys/amdgpu: add vcn jpeg cs support
Boyuan Zhang
2018-10-23
1
-0
/
+12
*
radeonsi: pin the winsys thread to the requested L3 cache (v2)
Marek Olšák
2018-09-07
1
-0
/
+10
*
radeonsi: add radeonsi_zerovram driconfig option
Timothy Arceri
2018-08-30
1
-3
/
+7
*
winsys/amdgpu: pass the BO list via the CS ioctl on DRM >= 3.27.0
Marek Olšák
2018-08-03
3
-4
/
+58
*
radeonsi: use storage_samples instead of color_samples in most places
Marek Olšák
2018-07-31
1
-2
/
+1
*
winsys/amdgpu: remove RADEON_SURF_FMASK leftover
Marek Olšák
2018-07-19
1
-7
/
+4
*
winsys/amdgpu: fix VDPAU interop by having one amdgpu_winsys_bo per BO (v2)
Marek Olšák
2018-07-18
3
-5
/
+41
*
winsys/amdgpu: use a better hash_pointer function
Marek Olšák
2018-07-18
1
-8
/
+5
*
winsys/amdgpu: clean up error handling in amdgpu_bo_from_handle
Marek Olšák
2018-07-18
1
-20
/
+16
*
winsys/amdgpu: shorten bo->ws in amdgpu_bo_destroy
Marek Olšák
2018-07-18
1
-9
/
+10
*
winsys/amdgpu: clean up error handling in amdgpu_cs_submit_ib
Marek Olšák
2018-07-16
1
-9
/
+8
*
radeonsi: rework RADEON_PRIO flags to be <= 31
Marek Olšák
2018-07-16
2
-5
/
+5
*
winsys/amdgpu: use alloca when using global_bo_list
Marek Olšák
2018-07-16
1
-9
/
+1
*
winsys/amdgpu: remove label bo_list_error
Marek Olšák
2018-07-16
1
-12
/
+16
*
winsys/amdgpu: always update gfx_bo_list_counter
Marek Olšák
2018-07-16
1
-3
/
+3
*
winsys/amdgpu: make amdgpu_cs_context::flags & handles local
Marek Olšák
2018-07-16
2
-22
/
+5
*
Shorten u_queue names
Marek Olšák
2018-07-04
1
-1
/
+1
*
radeonsi: add a debug flag to zero vram allocations
Grazvydas Ignotas
2018-06-21
3
-0
/
+5
*
amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
Marek Olšák
2018-06-19
4
-19
/
+19
[next]