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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-41
/
+46
*
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
2
-0
/
+14
*
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
*
gallium: push offset down to driver
Stanimir Varbanov
2016-05-30
6
-0
/
+38
*
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
2
-4
/
+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
2
-8
/
+8
*
gallium/radeon: add a heuristic for better (S)DMA performance
Marek Olšák
2016-05-10
2
-0
/
+16
*
gallium/radeon: align alignments for better buffer reuse
Marek Olšák
2016-05-10
2
-0
/
+2
*
gallium/radeon: use gart_page_size instead of hardcoded 4096
Marek Olšák
2016-05-10
2
-4
/
+5
*
winsys/radeon: use gart_page_size instead of private size_align
Marek Olšák
2016-05-10
3
-14
/
+11
*
winsys/amdgpu: move gart_page_size to struct radeon_winsys
Marek Olšák
2016-05-10
3
-10
/
+9
*
gallium/radeon: remove stencil_tile_split from metadata
Marek Olšák
2016-05-02
1
-4
/
+0
*
gallium/radeon: remove tile_mode_array_valid flags
Marek Olšák
2016-05-02
2
-4
/
+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
2
-0
/
+19
*
winsys/radeon: drop support for kernels lacking tile mode array queries
Marek Olšák
2016-05-02
1
-6
/
+14
*
winsys/radeon: count buffer size only once
Marek Olšák
2016-05-02
1
-2
/
+2
*
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/sw/xlib: use correct free function for xlib_dt->data
Jose Fonseca
2016-05-01
1
-1
/
+1
*
winsys/sw/dri: use correct free function for dri_sw_dt->data
WuZhen
2016-05-01
1
-1
/
+1
*
winsys/radeon: enlarge buffer_indices_hashlist
Bas Nieuwenhuizen
2016-04-28
1
-1
/
+1
*
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
4
-18
/
+11
*
gallium: Remove every double semi-colon
Jakob Sinclair
2016-04-26
2
-2
/
+2
*
scons: Whenever possible decide what to do based on platform and not compiler.
Jose Fonseca
2016-04-26
1
-6
/
+4
*
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
*
gallium/radeon: move ring_type into winsyses
Marek Olšák
2016-04-19
4
-9
/
+11
*
gallium/radeon: relax requirements on VRAM placements on APUs
Marek Olšák
2016-04-12
2
-0
/
+28
*
winsys/amdgpu: remove hack for low VRAM configuration
Marek Olšák
2016-04-12
1
-10
/
+0
*
winsys/radeon: fix printing allocation failures
Marek Olšák
2016-04-12
1
-4
/
+4
*
winsys/amdgpu: add support for 64-bit buffer sizes
Marek Olšák
2016-04-12
3
-17
/
+22
*
pb_buffer: switch pb_buffer::size to 64 bits
Marek Olšák
2016-04-12
3
-6
/
+8
[next]