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/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
*
winsys/radeon: implement cs_get_next_fence
Marek Olšák
2016-08-06
2
-2
/
+29
*
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
2
-34
/
+0
*
gallium/radeon: inline radeon_winsys::query_memory_usage
Marek Olšák
2016-08-06
2
-12
/
+0
*
gallium/radeon/winsyses: expose per-IB used_vram and used_gart to drivers
Marek Olšák
2016-08-06
4
-25
/
+19
*
gallium/radeon/winsyses: print CS submission error number
Marek Olšák
2016-08-06
2
-2
/
+2
*
virgl: add exported dmabuf to BO hash table
Rob Herring
2016-07-29
1
-0
/
+3
*
mesa: Use AC_HEADER_MAJOR to include correct header for major().
Matt Turner
2016-07-26
1
-1
/
+6
*
winsys/amdgpu: use pb_cache buckets for fewer pb_cache misses
Marek Olšák
2016-07-19
1
-6
/
+21
*
winsys/radeon: use pb_cache buckets for fewer pb_cache misses
Marek Olšák
2016-07-19
1
-7
/
+22
*
gallium/pb_cache: divide the cache into buckets for reducing cache misses
Marek Olšák
2016-07-19
2
-4
/
+4
*
gallium/radeon: remove RADEON_FLUSH_KEEP_TILING_FLAGS flag
Marek Olšák
2016-07-19
1
-6
/
+3
*
gallium/u_queue: add optional cleanup callback
Rob Clark
2016-07-16
2
-2
/
+2
*
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
2
-6
/
+8
*
radeonsi: just save buffer sizes instead of buffers while recording IBs
Marek Olšák
2016-07-13
2
-2
/
+2
*
nvc0: initial support for GP100 GPUs
Ben Skeggs
2016-07-12
1
-0
/
+1
*
svga: invalidate gb surface before it is reused
Charmaine Lee
2016-07-08
1
-0
/
+13
*
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
2
-4
/
+0
[prev]
[next]