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
*
gallium/radeon/winsyses: set reasonable max_alloc_size
Marek Olšák
2016-10-05
2
-3
/
+5
*
winsys/radeon: add buffer_get_reloc_offset
Nicolai Hähnle
2016-10-04
1
-0
/
+11
*
gallium/winsys: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)
Matt Whitlock
2016-10-04
5
-5
/
+9
*
gallium/radeon/winsyses: add radeon_winsys::min_alloc_size
Nicolai Hähnle
2016-09-29
2
-0
/
+6
*
gallium/radeon/winsyses: reduce the number of pb_cache buckets
Nicolai Hähnle
2016-09-27
2
-8
/
+4
*
winsys/radeon: enable buffer allocation from slabs
Nicolai Hähnle
2016-09-27
4
-2
/
+209
*
winsys/radeon: add fine-grained fences for slab buffers
Nicolai Hähnle
2016-09-27
5
-11
/
+137
*
winsys/radeon: add slab buffer list
Nicolai Hähnle
2016-09-27
5
-12
/
+107
*
winsys/radeon: separate adding a buffer from updating its reloc data
Nicolai Hähnle
2016-09-27
1
-35
/
+17
*
winsys/radeon: add slab entry structures to radeon_bo
Nicolai Hähnle
2016-09-27
2
-39
/
+78
*
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
3
-1
/
+7
*
i915g: add dma-buf support to i915_drm_buffer_get_handle
Nicholas Bishop
2016-09-27
1
-0
/
+6
*
gallium: fix return value check
Martina Kollarova
2016-09-14
1
-6
/
+6
*
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/radeon: rename nrelocs, crelocs to max_relocs, num_relocs
Nicolai Hähnle
2016-09-12
2
-27
/
+27
*
winsys/radeon: don't pre-allocate the relocations array
Nicolai Hähnle
2016-09-12
1
-14
/
+1
*
winsys/radeon: remove unused radeon_cs_context::priority_usage
Nicolai Hähnle
2016-09-12
1
-1
/
+0
*
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
3
-3
/
+0
*
winsys/amdgpu: replace OUT_CS with radeon_emit
Marek Olšák
2016-09-09
1
-14
/
+12
*
winsys/radeon: replace OUT_CS with radeon_emit
Marek Olšák
2016-09-09
1
-7
/
+5
*
gallium/radeon/winsyses: fix counting mapped memory
Marek Olšák
2016-09-07
2
-0
/
+16
*
amd/addrlib: move addrlib from amdgpu winsys to common code
Dave Airlie
2016-09-06
23
-21944
/
+3
*
radeonsi: move sid.h/r600d_common.h to a common place.
Dave Airlie
2016-09-06
1
-1
/
+1
*
Introduce .editorconfig
Eric Engestrom
2016-08-31
4
-0
/
+9
*
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
2
-0
/
+9
*
svga: add guest statistic gathering interface
Charmaine Lee
2016-08-26
1
-0
/
+20
*
gallium: add a pipe_context parameter to resource_get_handle
Marek Olšák
2016-08-25
1
-1
/
+1
*
gallium/winsys/kms: Look up the GEM handle after importing a prime FD
Tomasz Figa
2016-08-24
1
-0
/
+4
*
gallium/winsys/kms: Move display target handle lookup to separate function
Tomasz Figa
2016-08-24
1
-9
/
+24
*
gallium/winsys/kms: Fully initialize kms_sw_dt at prime import time (v2)
Tomasz Figa
2016-08-24
1
-7
/
+11
*
gallium/winsys/kms: Fix double refcount when importing from prime FD (v2)
Tomasz Figa
2016-08-24
1
-1
/
+0
*
winsys/radeon: track the amount of mapped memory
Marek Olšák
2016-08-10
3
-1
/
+18
*
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
[next]