index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
winsys
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-04
gallium/winsys: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)
Matt Whitlock
5
-5
/
+9
2016-09-29
gallium/radeon/winsyses: add radeon_winsys::min_alloc_size
Nicolai Hähnle
2
-0
/
+6
2016-09-27
gallium/radeon/winsyses: reduce the number of pb_cache buckets
Nicolai Hähnle
2
-8
/
+4
2016-09-27
winsys/radeon: enable buffer allocation from slabs
Nicolai Hähnle
4
-2
/
+209
2016-09-27
winsys/radeon: add fine-grained fences for slab buffers
Nicolai Hähnle
5
-11
/
+137
2016-09-27
winsys/radeon: add slab buffer list
Nicolai Hähnle
5
-12
/
+107
2016-09-27
winsys/radeon: separate adding a buffer from updating its reloc data
Nicolai Hähnle
1
-35
/
+17
2016-09-27
winsys/radeon: add slab entry structures to radeon_bo
Nicolai Hähnle
2
-39
/
+78
2016-09-27
winsys/amdgpu: enable buffer allocation from slabs
Nicolai Hähnle
4
-0
/
+201
2016-09-27
winsys/amdgpu: add fence and buffer list logic for slab allocated buffers
Nicolai Hähnle
2
-45
/
+149
2016-09-27
winsys/amdgpu: add slab entry structures to amdgpu_winsys_bo
Nicolai Hähnle
3
-36
/
+74
2016-09-27
winsys/amdgpu: do not synchronize unsynchronized buffers
Nicolai Hähnle
3
-45
/
+118
2016-09-27
gallium/radeon: add RADEON_FLAG_HANDLE
Nicolai Hähnle
3
-1
/
+7
2016-09-27
i915g: add dma-buf support to i915_drm_buffer_get_handle
Nicholas Bishop
1
-0
/
+6
2016-09-14
gallium: fix return value check
Martina Kollarova
1
-6
/
+6
2016-09-13
winsys/amdgpu: don't assume GTT if the VRAM flag isn't set
Marek Olšák
1
-3
/
+3
2016-09-13
android: add support for libmesa_amdgpu_addrlib
Mauro Rossi
1
-4
/
+5
2016-09-12
winsys/radeon: rename nrelocs, crelocs to max_relocs, num_relocs
Nicolai Hähnle
2
-27
/
+27
2016-09-12
winsys/radeon: don't pre-allocate the relocations array
Nicolai Hähnle
1
-14
/
+1
2016-09-12
winsys/radeon: remove unused radeon_cs_context::priority_usage
Nicolai Hähnle
1
-1
/
+0
2016-09-12
winsys/amdgpu: remove amdgpu_cs_lookup_buffer
Nicolai Hähnle
1
-9
/
+0
2016-09-12
winsys/amdgpu: remove unused field domains from amdgpu_cs_buffer
Nicolai Hähnle
2
-37
/
+17
2016-09-12
winsys/amdgpu: remove initial buffer list allocation
Nicolai Hähnle
1
-20
/
+0
2016-09-12
winsys/amdgpu: extract adding a new buffer list entry into its own function
Nicolai Hähnle
1
-43
/
+70
2016-09-12
winsys/amdgpu: use only one fence per BO
Nicolai Hähnle
3
-68
/
+56
2016-09-12
winsys/amdgpu: add do_winsys_deinit function
Nicolai Hähnle
1
-2
/
+7
2016-09-12
winsys/amdgpu: clean up error paths in amdgpu_winsys_create
Nicolai Hähnle
1
-7
/
+5
2016-09-12
gallium/radeon/winsyses: remove #includes of pb_bufmgr.h
Nicolai Hähnle
3
-3
/
+0
2016-09-09
winsys/amdgpu: replace OUT_CS with radeon_emit
Marek Olšák
1
-14
/
+12
2016-09-09
winsys/radeon: replace OUT_CS with radeon_emit
Marek Olšák
1
-7
/
+5
2016-09-07
gallium/radeon/winsyses: fix counting mapped memory
Marek Olšák
2
-0
/
+16
2016-09-06
amd/addrlib: move addrlib from amdgpu winsys to common code
Dave Airlie
23
-21944
/
+3
2016-09-06
radeonsi: move sid.h/r600d_common.h to a common place.
Dave Airlie
1
-1
/
+1
2016-08-31
Introduce .editorconfig
Eric Engestrom
4
-0
/
+9
2016-08-26
winsys/amdgpu: disable IB chaining on SI
Marek Olšák
1
-5
/
+6
2016-08-26
winsys/amdgpu: finish up SI addrlib integration
Marek Olšák
1
-5
/
+25
2016-08-26
winsys/amdgpu: initial SI support
Ronie Salgado
3
-6
/
+46
2016-08-26
gallium/radeon: add a driver query for AMDGPU_INFO_NUM_EVICTIONS
Marek Olšák
2
-0
/
+9
2016-08-26
svga: add guest statistic gathering interface
Charmaine Lee
1
-0
/
+20
2016-08-25
gallium: add a pipe_context parameter to resource_get_handle
Marek Olšák
1
-1
/
+1
2016-08-24
gallium/winsys/kms: Look up the GEM handle after importing a prime FD
Tomasz Figa
1
-0
/
+4
2016-08-24
gallium/winsys/kms: Move display target handle lookup to separate function
Tomasz Figa
1
-9
/
+24
2016-08-24
gallium/winsys/kms: Fully initialize kms_sw_dt at prime import time (v2)
Tomasz Figa
1
-7
/
+11
2016-08-24
gallium/winsys/kms: Fix double refcount when importing from prime FD (v2)
Tomasz Figa
1
-1
/
+0
2016-08-10
winsys/radeon: track the amount of mapped memory
Marek Olšák
3
-1
/
+18
2016-08-10
winsys/amdgpu: track the amount of mapped memory
Marek Olšák
4
-1
/
+24
2016-08-10
winsys/amdgpu: don't try to unmap userptr buffers
Marek Olšák
1
-0
/
+3
2016-08-08
winsys/amdgpu: query ME/PFP/CE firmware versions
Nicolai Hähnle
1
-0
/
+22
2016-08-06
winsys/radeon: implement cs_get_next_fence
Marek Olšák
2
-2
/
+29
2016-08-06
winsys/amdgpu: implement cs_get_next_fence
Marek Olšák
2
-4
/
+35
[next]