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
*
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
*
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: align alignments for better buffer reuse
Marek Olšák
2016-05-10
1
-0
/
+1
*
gallium/radeon: use gart_page_size instead of hardcoded 4096
Marek Olšák
2016-05-10
1
-3
/
+4
*
winsys/amdgpu: move gart_page_size to struct radeon_winsys
Marek Olšák
2016-05-10
3
-10
/
+9
*
gallium/radeon: remove tile_mode_array_valid flags
Marek Olšák
2016-05-02
1
-2
/
+0
*
winsys/amdgpu: pass PIPE_CONFIG to addrlib on texture import
Marek Olšák
2016-05-02
2
-0
/
+2
*
winsys/amdgpu: read NUM_BANKS from buffer metadata
Marek Olšák
2016-05-02
2
-21
/
+2
*
gallium/radeon: add radeon_surf::macro_tile_index
Marek Olšák
2016-05-02
1
-0
/
+3
*
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
*
gallium/radeon: drop support for LINEAR_GENERAL layout
Marek Olšák
2016-04-28
1
-6
/
+0
*
winsys/radeon: remove use_reusable_pool parameter from buffer_create
Nicolai Hähnle
2016-04-27
2
-10
/
+6
*
gallium: Remove every double semi-colon
Jakob Sinclair
2016-04-26
2
-2
/
+2
*
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
2
-5
/
+94
*
winsys/amdgpu: split IB data into a new structure in preparation for CE
Marek Olšák
2016-04-19
4
-47
/
+48
[next]