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
/
drivers
/
radeonsi
/
si_fence.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
Marek Olšák
2018-06-19
1
-3
/
+3
*
radeonsi: don't emit partial flushes for internal CS flushes only
Marek Olšák
2018-04-16
1
-1
/
+4
*
radeonsi: remove r600_common_context
Marek Olšák
2018-04-05
1
-34
/
+34
*
radeonsi: remove r600_pipe_common::screen
Marek Olšák
2018-04-05
1
-1
/
+1
*
radeonsi: move r600_cs.h contents into si_pipe.h, si_build_pm4.h
Marek Olšák
2018-04-05
1
-2
/
+1
*
radeonsi: update copyrights
Marek Olšák
2018-04-05
1
-0
/
+1
*
radeonsi: switch radeon_add_to_buffer_list parameter to si_context
Marek Olšák
2018-04-05
1
-4
/
+4
*
radeonsi: use r600_common_context less pt3
Marek Olšák
2018-04-05
1
-7
/
+5
*
radeonsi: use r600_common_context less pt2
Marek Olšák
2018-04-05
1
-16
/
+16
*
radeonsi: use r600_common_context less pt1
Marek Olšák
2018-04-05
1
-26
/
+26
*
radeonsi: flatten / remove struct r600_ring
Marek Olšák
2018-04-05
1
-18
/
+18
*
radeonsi: remove r600_ring::flush callback
Marek Olšák
2018-04-05
1
-3
/
+3
*
radeonsi: move EOP event code from r600_pipe_common.c to si_fence.c
Marek Olšák
2018-04-05
1
-0
/
+121
*
radeonsi: fix fence_server_sync() holding up extra work v2
Andres Rodriguez
2018-01-30
1
-24
/
+25
*
radeonsi: implement semaphore_server_signal v2
Andres Rodriguez
2018-01-30
1
-0
/
+37
*
radeonsi: add support for importing PIPE_FD_TYPE_SYNCOBJ semaphores
Andres Rodriguez
2018-01-30
1
-6
/
+20
*
gallium: add type parameter to create_fence_fd
Andres Rodriguez
2018-01-30
1
-1
/
+4
*
radeonsi: Export signalled sync file instead of -1.
Bas Nieuwenhuizen
2018-01-26
1
-0
/
+2
*
ac: rename has_sync_file to has_fence_to_handle.
Bas Nieuwenhuizen
2018-01-04
1
-2
/
+2
*
radeonsi: use a separate allocator for fine fences
Marek Olšák
2017-12-06
1
-1
/
+1
*
r300,r600,radeonsi: replace RADEON_FLUSH_* with PIPE_FLUSH_*
Marek Olšák
2017-11-29
1
-3
/
+3
*
radeonsi: remove r600_common_screen
Marek Olšák
2017-11-29
1
-11
/
+11
*
radeonsi: check that we don't leak fine.buf references
Nicolai Hähnle
2017-11-28
1
-0
/
+2
*
radeonsi: try flushing unflushed fences in si_fence_finish even when timeout ...
Nicolai Hähnle
2017-11-26
1
-3
/
+3
*
gallium/u_threaded: avoid syncing in threaded_context_flush
Nicolai Hähnle
2017-11-20
1
-1
/
+2
*
radeonsi: avoid syncing the driver thread in si_fence_finish
Nicolai Hähnle
2017-11-20
1
-37
/
+38
*
radeonsi: recompute the relative timeout after waiting for ready fence
Nicolai Hähnle
2017-11-20
1
-0
/
+5
*
radeonsi: implement PIPE_FLUSH_{TOP,BOTTOM}_OF_PIPE
Nicolai Hähnle
2017-11-09
1
-1
/
+88
*
radeonsi: document some subtle details of fence_finish & fence_server_sync
Nicolai Hähnle
2017-11-09
1
-0
/
+22
*
gallium/u_threaded: implement asynchronous flushes
Nicolai Hähnle
2017-11-09
1
-25
/
+79
*
radeonsi: move fence functions to si_fence.c
Nicolai Hähnle
2017-11-09
1
-0
/
+304