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
Commit message (
Expand
)
Author
Age
Files
Lines
*
winsys/amdgpu: disable IB chaining on SI
Marek Olšák
2016-08-26
1
-5
/
+6
*
winsys/amdgpu: finish up SI addrlib integration
Marek Olšák
2016-08-26
1
-5
/
+25
*
winsys/amdgpu: initial SI support
Ronie Salgado
2016-08-26
3
-6
/
+46
*
gallium/radeon: add a driver query for AMDGPU_INFO_NUM_EVICTIONS
Marek Olšák
2016-08-26
1
-0
/
+7
*
winsys/amdgpu: track the amount of mapped memory
Marek Olšák
2016-08-10
4
-1
/
+24
*
winsys/amdgpu: don't try to unmap userptr buffers
Marek Olšák
2016-08-10
1
-0
/
+3
*
winsys/amdgpu: query ME/PFP/CE firmware versions
Nicolai Hähnle
2016-08-08
1
-0
/
+22
*
winsys/amdgpu: implement cs_get_next_fence
Marek Olšák
2016-08-06
2
-4
/
+35
*
gallium/radeon: move radeon_winsys::cs_memory_below_limit to drivers
Marek Olšák
2016-08-06
1
-18
/
+0
*
gallium/radeon: inline radeon_winsys::query_memory_usage
Marek Olšák
2016-08-06
1
-6
/
+0
*
gallium/radeon/winsyses: expose per-IB used_vram and used_gart to drivers
Marek Olšák
2016-08-06
2
-11
/
+8
*
gallium/radeon/winsyses: print CS submission error number
Marek Olšák
2016-08-06
1
-1
/
+1
*
winsys/amdgpu: use pb_cache buckets for fewer pb_cache misses
Marek Olšák
2016-07-19
1
-6
/
+21
*
gallium/pb_cache: divide the cache into buckets for reducing cache misses
Marek Olšák
2016-07-19
1
-2
/
+2
*
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
2
-1
/
+9
*
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
*
winsys/amdgpu: avoid flushed depth when possible
Nicolai Hähnle
2016-07-06
1
-3
/
+8
*
gallium/radeon: add depth/stencil_adjusted output to surface computation
Nicolai Hähnle
2016-07-06
1
-0
/
+4
*
gallium/radeon/winsyses: remove unused stencil_offset
Nicolai Hähnle
2016-07-06
1
-2
/
+0
*
gallium/radeon: add and use radeon_info::max_alloc_size (v2)
Marek Olšák
2016-07-05
1
-0
/
+2
*
radeon uvd add uvd fw version for amdgpu
sonjiang
2016-06-29
1
-1
/
+10
*
radeonsi: always calculate DCC info even if it's not used immediately
Marek Olšák
2016-06-29
1
-1
/
+0
*
gallium/radeon/winsyses: boolean -> bool, TRUE -> true, FALSE -> false
Marek Olšák
2016-06-25
4
-37
/
+38
*
winsys/amdgpu: add guard pages when R600_DEBUG=check_vm is enabled
Nicolai Hähnle
2016-06-24
3
-2
/
+8
*
gallium/u_queue: allow the execute function to differ per job
Marek Olšák
2016-06-24
2
-2
/
+3
*
gallium/u_queue: add an option to name threads
Marek Olšák
2016-06-24
1
-1
/
+1
*
gallium/u_queue: add an option to have multiple worker threads
Marek Olšák
2016-06-24
3
-4
/
+4
*
gallium/u_queue: use a ring instead of a stack
Marek Olšák
2016-06-24
1
-1
/
+1
*
gallium/util: import the multithreaded job queue from amdgpu winsys (v2)
Marek Olšák
2016-06-15
4
-83
/
+18
*
gallium/radeon: add micro_tile_mode to radeon_surf
Marek Olšák
2016-06-14
1
-0
/
+15
*
Android: move libdrm settings to top-level Android.common.mk
Rob Herring
2016-06-13
1
-1
/
+1
*
winsys/amdgpu: enable DCC for mipmapped textures
Marek Olšák
2016-06-08
1
-6
/
+23
*
radeonsi: add per-level dcc_enabled flags
Marek Olšák
2016-06-08
1
-3
/
+7
*
gallium/radeon: don't allocate DCC for non-renderable texture formats
Marek Olšák
2016-06-08
1
-0
/
+1
*
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
2
-18
/
+109
*
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
2
-10
/
+71
*
winsys/amdgpu: add amdgpu_ib and amdgpu_cs_from_ib helper functions
Nicolai Hähnle
2016-06-01
2
-7
/
+37
*
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
2
-14
/
+14
*
winsys/amdgpu: add amdgpu_cs_has_user_fence
Nicolai Hähnle
2016-06-01
1
-4
/
+8
*
winsys/amdgpu: set flags correctly when allocating depth-stencil buffers
Marek Olšák
2016-06-01
1
-2
/
+8
*
winsys/amdgpu: add back multithreaded command submission
Marek Olšák
2016-05-26
6
-131
/
+341
*
gallium/radeon: don't set PB_USAGE in winsyses
Marek Olšák
2016-05-19
1
-2
/
+0
[next]