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
/
amdgpu
/
drm
/
amdgpu_cs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/u_queue: add optional cleanup callback
Rob Clark
2016-07-16
1
-1
/
+1
*
winsys/amdgpu: return an error on IB submission failures
Marek Olšák
2016-07-14
1
-1
/
+6
*
gallium/radeon: add a return value to cs_flush
Marek Olšák
2016-07-14
1
-3
/
+4
*
radeonsi: just save buffer sizes instead of buffers while recording IBs
Marek Olšák
2016-07-13
1
-1
/
+1
*
gallium/radeon/winsyses: boolean -> bool, TRUE -> true, FALSE -> false
Marek Olšák
2016-06-25
1
-15
/
+16
*
gallium/u_queue: allow the execute function to differ per job
Marek Olšák
2016-06-24
1
-1
/
+2
*
gallium/u_queue: add an option to have multiple worker threads
Marek Olšák
2016-06-24
1
-2
/
+2
*
gallium/util: import the multithreaded job queue from amdgpu winsys (v2)
Marek Olšák
2016-06-15
1
-13
/
+10
*
winsys/amdgpu: decay max_ib_size over time
Nicolai Hähnle
2016-06-01
1
-0
/
+2
*
winsys/amdgpu: implement IB chaining on the gfx ring
Nicolai Hähnle
2016-06-01
1
-18
/
+108
*
winsys/amdgpu: consolidate IB size management in amdgpu_ib_finalize
Nicolai Hähnle
2016-06-01
1
-9
/
+9
*
radeon/winsys: introduce radeon_winsys_cs_chunk
Nicolai Hähnle
2016-06-01
1
-24
/
+29
*
winsys/amdgpu: start with smaller IBs, growing as necessary
Nicolai Hähnle
2016-06-01
1
-10
/
+70
*
winsys/amdgpu: add amdgpu_ib and amdgpu_cs_from_ib helper functions
Nicolai Hähnle
2016-06-01
1
-0
/
+4
*
winsys/amdgpu: extract IB big buffer allocation for re-use
Nicolai Hähnle
2016-06-01
1
-17
/
+29
*
winsys/amdgpu: add IB buffer in amdgpu_get_new_ib
Nicolai Hähnle
2016-06-01
1
-121
/
+113
*
radeon/winsys: add cs_check_space
Nicolai Hähnle
2016-06-01
1
-0
/
+7
*
winsys/amdgpu: simplify interface of amdgpu_get_new_ib
Nicolai Hähnle
2016-06-01
1
-13
/
+13
*
winsys/amdgpu: add amdgpu_cs_has_user_fence
Nicolai Hähnle
2016-06-01
1
-4
/
+8
*
winsys/amdgpu: add back multithreaded command submission
Marek Olšák
2016-05-26
1
-111
/
+202
*
winsys/amdgpu: cleanup error handling in amdgpu_ctx_create
Nicolai Hähnle
2016-05-17
1
-9
/
+14
*
winsys/amdgpu: avoid ioctl call when fence_wait is called without timeout
Nicolai Hähnle
2016-05-17
1
-3
/
+10
*
Treewide: Remove Elements() macro
Jan Vesely
2016-05-17
1
-4
/
+4
*
gallium/radeon: add a heuristic for better (S)DMA performance
Marek Olšák
2016-05-10
1
-0
/
+8
*
gallium/radeon: use gart_page_size instead of hardcoded 4096
Marek Olšák
2016-05-10
1
-3
/
+4
*
winsys/amdgpu: count buffer size only once
Marek Olšák
2016-05-02
1
-2
/
+2
*
winsys/amdgpu: loosen up requirements for how much memory IBs can use
Marek Olšák
2016-05-02
1
-4
/
+10
*
winsys/radeon: remove use_reusable_pool parameter from buffer_create
Nicolai Hähnle
2016-04-27
1
-1
/
+1
*
winsys/amdgpu: Silence possibly uninitialized variable warning.
Bas Nieuwenhuizen
2016-04-21
1
-0
/
+3
*
winsys/amdgpu: fix preamble IB size
Thomas Hindoe Paaboel Andersen
2016-04-21
1
-0
/
+1
*
winsys/amdgpu: Enlarge const IB size.
Bas Nieuwenhuizen
2016-04-19
1
-8
/
+20
*
winsys/amdgpu: Add support for const IB.
Marek Olšák
2016-04-19
1
-4
/
+84
*
winsys/amdgpu: split IB data into a new structure in preparation for CE
Marek Olšák
2016-04-19
1
-35
/
+33
*
gallium/radeon: move ring_type into winsyses
Marek Olšák
2016-04-19
1
-4
/
+4
*
gallium/radeon: remove old CS tracing
Marek Olšák
2016-03-20
1
-4
/
+2
*
winsys/amdgpu: optionally use buffer lists with all allocated buffers
Marek Olšák
2016-01-23
1
-3
/
+30
*
gallium/radeon: remove radeon_winsys_cs_handle
Marek Olšák
2015-12-11
1
-9
/
+7
*
winsys/amdgpu: add winsys function cs_get_buffer_list
Marek Olšák
2015-10-03
1
-0
/
+19
*
gallium/radeon: stop using "reloc" in a few places
Marek Olšák
2015-10-03
1
-25
/
+25
*
gallium/radeon: tell the winsys the exact resource binding types
Marek Olšák
2015-10-03
1
-4
/
+4
*
winsys/amdgpu: remove IB padding for SI
Marek Olšák
2015-09-01
1
-17
/
+5
*
winsys/amdgpu: use small IBs for better performance on VI
Marek Olšák
2015-09-01
1
-7
/
+9
*
winsys/amdgpu: add a new winsys for the new kernel driver
Marek Olšák
2015-08-14
1
-0
/
+704