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
Commit message (
Expand
)
Author
Age
Files
Lines
*
winsys/amdgpu: avoid potential segfault in amdgpu_bo_map()
Samuel Pitoiset
2017-02-03
1
-7
/
+10
*
winsys/amdgpu: add a fast exit path into amdgpu_cs_add_buffer
Marek Olšák
2017-01-30
2
-0
/
+21
*
winsys/amdgpu: do not iterate twice when adding fence dependencies
Samuel Pitoiset
2017-01-30
1
-31
/
+32
*
winsys/amdgpu: add one likely() call in amdgpu_cs_flush()
Samuel Pitoiset
2017-01-30
1
-2
/
+2
*
winsys/amdgpu: fix ADDR_REGISTER_VALUE::backendDisables
Marek Olšák
2017-01-30
1
-1
/
+1
*
gallium/radeon: add VRAM-vis-usage HUD query
Samuel Pitoiset
2017-01-26
1
-0
/
+4
*
gallium/radeon: query the CPU accessible size of VRAM
Samuel Pitoiset
2017-01-26
1
-1
/
+10
*
gallium/radeon: add a new HUD query for the number of mapped buffers
Samuel Pitoiset
2017-01-25
3
-0
/
+6
*
winsys/amdgpu: drop all IBs if at least one was rejected within the context
Marek Olšák
2017-01-23
1
-1
/
+7
*
winsys/amdgpu: report a rejected IB as a lost context
Marek Olšák
2017-01-23
3
-0
/
+14
*
winsys/amdgpu: fix a race condition between fence updates and IB submissions
Marek Olšák
2017-01-06
2
-18
/
+22
*
gallium/radeon: add new HUD query num-SDMA-IBs
Marek Olšák
2017-01-06
3
-1
/
+8
*
gallium/radeon: rename the num-ctx-flushes query to num-GFX-IBs
Marek Olšák
2017-01-06
3
-4
/
+4
*
radeonsi: add Polaris12 support (v3)
Junwei Zhang
2016-12-21
1
-0
/
+4
*
winsys/amdgpu: set addrlib flag opt4Space
Marek Olšák
2016-11-21
1
-0
/
+1
*
gallium/radeon: add RADEON_SURF_OPTIMIZE_FOR_SPACE
Marek Olšák
2016-11-21
1
-1
/
+3
*
gallium/radeon: add radeon_surf::is_linear
Marek Olšák
2016-11-01
1
-0
/
+1
*
gallium/radeon: remove radeon_surf_level::pitch_bytes
Marek Olšák
2016-11-01
1
-1
/
+0
*
gallium/radeon: replace radeon_surf_info::dcc_enabled with num_dcc_levels
Marek Olšák
2016-11-01
1
-2
/
+2
*
gallium/radeon: don't force the same tiling parameters for FMASK
Marek Olšák
2016-10-26
1
-0
/
+2
*
winsys/amdgpu: allocate FMASK properly
Marek Olšák
2016-10-26
1
-2
/
+4
*
gallium/radeon: rename bo_size -> surf_size, bo_alignment -> surf_alignment
Marek Olšák
2016-10-26
1
-5
/
+5
*
gallium/radeon: remove unnecessary fields from radeon_surf_level
Marek Olšák
2016-10-26
1
-7
/
+0
*
gallium/radeon: pass pipe_resource and other params to surface_init directly
Marek Olšák
2016-10-26
1
-71
/
+75
*
winsys/amdgpu: remove unused definitions
Marek Olšák
2016-10-26
1
-8
/
+0
*
gallium/radeon: fold radeon_winsys::surface_best into radeon/winsys
Marek Olšák
2016-10-26
1
-7
/
+0
*
winsys/amdgpu: fix radeon_surf::macro_tile_index for imported textures
Marek Olšák
2016-10-26
1
-0
/
+17
*
radeonsi: implement TC-compatible HTILE
Marek Olšák
2016-10-13
1
-4
/
+53
*
winsys/amdgpu: fix infinite loop w/ RADEON_NOOP=1 caused by unsubmitted fences
Marek Olšák
2016-10-12
1
-2
/
+5
*
gallium/radeon/winsyses: set reasonable max_alloc_size
Marek Olšák
2016-10-05
1
-2
/
+2
*
gallium/radeon/winsyses: add radeon_winsys::min_alloc_size
Nicolai Hähnle
2016-09-29
1
-0
/
+2
*
gallium/radeon/winsyses: reduce the number of pb_cache buckets
Nicolai Hähnle
2016-09-27
1
-4
/
+2
*
winsys/amdgpu: enable buffer allocation from slabs
Nicolai Hähnle
2016-09-27
4
-0
/
+201
*
winsys/amdgpu: add fence and buffer list logic for slab allocated buffers
Nicolai Hähnle
2016-09-27
2
-45
/
+149
*
winsys/amdgpu: add slab entry structures to amdgpu_winsys_bo
Nicolai Hähnle
2016-09-27
3
-36
/
+74
*
winsys/amdgpu: do not synchronize unsynchronized buffers
Nicolai Hähnle
2016-09-27
3
-45
/
+118
*
gallium/radeon: add RADEON_FLAG_HANDLE
Nicolai Hähnle
2016-09-27
1
-0
/
+3
*
winsys/amdgpu: don't assume GTT if the VRAM flag isn't set
Marek Olšák
2016-09-13
1
-3
/
+3
*
android: add support for libmesa_amdgpu_addrlib
Mauro Rossi
2016-09-13
1
-4
/
+5
*
winsys/amdgpu: remove amdgpu_cs_lookup_buffer
Nicolai Hähnle
2016-09-12
1
-9
/
+0
*
winsys/amdgpu: remove unused field domains from amdgpu_cs_buffer
Nicolai Hähnle
2016-09-12
2
-37
/
+17
*
winsys/amdgpu: remove initial buffer list allocation
Nicolai Hähnle
2016-09-12
1
-20
/
+0
*
winsys/amdgpu: extract adding a new buffer list entry into its own function
Nicolai Hähnle
2016-09-12
1
-43
/
+70
*
winsys/amdgpu: use only one fence per BO
Nicolai Hähnle
2016-09-12
3
-68
/
+56
*
winsys/amdgpu: add do_winsys_deinit function
Nicolai Hähnle
2016-09-12
1
-2
/
+7
*
winsys/amdgpu: clean up error paths in amdgpu_winsys_create
Nicolai Hähnle
2016-09-12
1
-7
/
+5
*
gallium/radeon/winsyses: remove #includes of pb_bufmgr.h
Nicolai Hähnle
2016-09-12
1
-1
/
+0
*
winsys/amdgpu: replace OUT_CS with radeon_emit
Marek Olšák
2016-09-09
1
-14
/
+12
*
gallium/radeon/winsyses: fix counting mapped memory
Marek Olšák
2016-09-07
1
-0
/
+8
*
amd/addrlib: move addrlib from amdgpu winsys to common code
Dave Airlie
2016-09-06
23
-21944
/
+3
[next]