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
/
amd
/
vulkan
/
winsys
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv/winsys: fix hash when adding internal buffers
Samuel Pitoiset
2019-01-31
1
-1
/
+1
*
radv/winsys: Add priority handling during submit.
Bas Nieuwenhuizen
2019-01-29
3
-49
/
+115
*
radv/winsys: Set winsys bo priority on creation.
Bas Nieuwenhuizen
2019-01-29
3
-9
/
+21
*
radv: add support for VK_EXT_memory_budget
Samuel Pitoiset
2019-01-15
3
-1
/
+47
*
radv: compute optimal VM alignment for imported buffers
Samuel Pitoiset
2018-12-20
1
-1
/
+30
*
radv/android: Use buffer metadata to determine scanout compat.
Bas Nieuwenhuizen
2018-12-04
1
-0
/
+53
*
amd/addrlib: update Mesa's copy of addrlib
Nicolai Hähnle
2018-11-29
2
-2
/
+1
*
radv: Align large buffers to the fragment size.
Bas Nieuwenhuizen
2018-11-27
1
-1
/
+5
*
radv/winsys: remove the max IBs per submit limit for the sysmem path
Samuel Pitoiset
2018-11-19
1
-17
/
+29
*
radv/winsys: remove the max IBs per submit limit for the fallback path
Samuel Pitoiset
2018-11-19
1
-48
/
+55
*
radv/winsys: do not assign last submission when chained path failed
Samuel Pitoiset
2018-10-31
1
-1
/
+4
*
radv/winsys: fix buffer deletion in the sysmem path
Samuel Pitoiset
2018-10-31
1
-2
/
+3
*
radv/winsys: cleanup the chained submission path
Samuel Pitoiset
2018-10-31
1
-11
/
+17
*
radv/winsys: remove unused surface_best()
Samuel Pitoiset
2018-10-31
1
-7
/
+0
*
radv/winsys: fix creating the BO list for virtual buffers
Samuel Pitoiset
2018-08-17
1
-1
/
+1
*
radv/winsys: use alloca() for semaphore dependencies
Samuel Pitoiset
2018-07-17
1
-6
/
+2
*
radv: get rid of buffer object priorities
Samuel Pitoiset
2018-07-12
1
-45
/
+14
*
radv: winsys/amdgpu: include missing pthread.h header
Mauro Rossi
2018-07-07
1
-0
/
+1
*
radv/winsys: make use of radeon_emit()
Samuel Pitoiset
2018-07-05
1
-11
/
+12
*
amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
Marek Olšák
2018-06-19
1
-33
/
+33
*
radv/winsys: allow to allocate BOs in the 32-bit addr space
Samuel Pitoiset
2018-05-22
1
-1
/
+2
*
radv/winsys: request high address
Samuel Pitoiset
2018-05-22
1
-4
/
+6
*
amd: remove support for LLVM 4.0
Marek Olšák
2018-05-17
1
-7
/
+0
*
radv/winsys: fix leaking resources from bo's imported by fd
Andres Rodriguez
2018-04-30
1
-0
/
+1
*
radv/winsys: allow to submit up to 4 IBs for chips without chaining
Samuel Pitoiset
2018-04-20
1
-50
/
+168
*
radv/winsys: allow local BOs on APUs
Samuel Pitoiset
2018-04-20
1
-1
/
+2
*
radv: Keep a global BO list for VkMemory.
Bas Nieuwenhuizen
2018-04-18
1
-7
/
+39
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
2
-0
/
+4
*
radv: Use the syncobj wait ioctl to wait on fences if possible.
Bas Nieuwenhuizen
2018-03-01
1
-4
/
+4
*
radv: Implement more efficient !waitAll fence waiting.
Bas Nieuwenhuizen
2018-03-01
1
-0
/
+34
*
radv: implement VK_EXT_external_memory_host
Fredrik Höglund
2018-02-08
1
-0
/
+49
*
radv/ws: get rid of useless return value
Dave Airlie
2018-01-18
1
-3
/
+2
*
radv/winsys: make IBs read-only for the GPU
Samuel Pitoiset
2018-01-08
1
-6
/
+11
*
radv/winsys: add RADEON_FLAG_READ_ONLY
Samuel Pitoiset
2018-01-08
1
-1
/
+3
*
radv/winsys: rework radv_amdgpu_bo_va_op()
Samuel Pitoiset
2018-01-08
1
-17
/
+23
*
radv: move local bos usage to a perftest flag.
Dave Airlie
2017-12-28
3
-1
/
+3
*
radv: Use a sort for rebuilding the sparse buffer bo list.
Bas Nieuwenhuizen
2017-12-19
1
-21
/
+24
*
radv/amdgpu: wrap sync fd import/export.
Bas Nieuwenhuizen
2017-12-18
1
-0
/
+21
*
radv: Add syncobj signal/reset/wait to winsys.
Bas Nieuwenhuizen
2017-12-18
1
-0
/
+40
*
radv/winsys: implement query_value()
Samuel Pitoiset
2017-12-08
1
-0
/
+56
*
radv/winsys: improve error messages when the buffer list creation failed
Samuel Pitoiset
2017-11-24
1
-3
/
+6
*
radv/winsys: do not try to create a BO list with 0 buffers
Samuel Pitoiset
2017-11-24
1
-3
/
+9
*
amd/addrlib: update to latest version
Marek Olšák
2017-11-08
2
-2
/
+0
*
radv: move is_local up to the winsys level.
Dave Airlie
2017-11-06
3
-3
/
+2
*
radv: add support for local bos. (v3)
Dave Airlie
2017-10-26
3
-8
/
+29
*
radv: disable implicit sync for radv allocated bos v3
Andres Rodriguez
2017-10-21
1
-0
/
+2
*
radv: Implement VK_EXT_global_priority
Andres Rodriguez
2017-10-21
1
-4
/
+22
*
radv: Only set the MTYPE flags on GFX9+.
Bas Nieuwenhuizen
2017-10-11
1
-1
/
+1
*
amd: move r600d_common.h into r600g
Marek Olšák
2017-10-09
1
-1
/
+0
*
radv: Don't use a virtual function for getting the buffer virtual address.
Bas Nieuwenhuizen
2017-09-20
3
-22
/
+15
[next]