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
/
radeon
Commit message (
Expand
)
Author
Age
Files
Lines
*
winsys/radeon: don't call surface_best for FMASK
Marek Olšák
2016-11-05
1
-1
/
+1
*
gallium/radeon: Multiply bpe by nsamples in surf_winsys_to_drm
Michel Dänzer
2016-11-04
1
-2
/
+5
*
gallium/radeon: Use flags parameter in radeon_winsys_surface_init
Michel Dänzer
2016-11-04
1
-1
/
+1
*
gallium/radeon: Only convert stencil info if RADEON_SURF_SBUFFER is set
Michel Dänzer
2016-11-04
1
-10
/
+21
*
gallium/radeon: Only loop up to last_level for drm<->winsys conversion
Michel Dänzer
2016-11-04
1
-2
/
+2
*
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
-8
/
+11
*
gallium/radeon: rename bo_size -> surf_size, bo_alignment -> surf_alignment
Marek Olšák
2016-10-26
1
-4
/
+4
*
gallium/radeon: remove flags specific to libdrm_radeon from winsys interface
Marek Olšák
2016-10-26
1
-1
/
+3
*
gallium/radeon: remove unnecessary fields from radeon_surf_level
Marek Olšák
2016-10-26
1
-8
/
+0
*
gallium/radeon: decrease the size of radeon_surf
Marek Olšák
2016-10-26
1
-2
/
+2
*
gallium/radeon: pass pipe_resource and other params to surface_init directly
Marek Olšák
2016-10-26
1
-20
/
+53
*
gallium/radeon: fold radeon_winsys::surface_best into radeon/winsys
Marek Olšák
2016-10-26
1
-18
/
+6
*
gallium/radeon/winsyses: set reasonable max_alloc_size
Marek Olšák
2016-10-05
1
-1
/
+3
*
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
1
-1
/
+2
*
gallium/radeon/winsyses: add radeon_winsys::min_alloc_size
Nicolai Hähnle
2016-09-29
1
-0
/
+4
*
gallium/radeon/winsyses: reduce the number of pb_cache buckets
Nicolai Hähnle
2016-09-27
1
-4
/
+2
*
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
*
gallium/radeon: add RADEON_FLAG_HANDLE
Nicolai Hähnle
2016-09-27
2
-1
/
+4
*
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
*
gallium/radeon/winsyses: remove #includes of pb_bufmgr.h
Nicolai Hähnle
2016-09-12
2
-2
/
+0
*
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
1
-0
/
+8
*
Introduce .editorconfig
Eric Engestrom
2016-08-31
1
-0
/
+3
*
gallium/radeon: add a driver query for AMDGPU_INFO_NUM_EVICTIONS
Marek Olšák
2016-08-26
1
-0
/
+2
*
winsys/radeon: track the amount of mapped memory
Marek Olšák
2016-08-10
3
-1
/
+18
*
winsys/radeon: implement cs_get_next_fence
Marek Olšák
2016-08-06
2
-2
/
+29
*
gallium/radeon: move radeon_winsys::cs_memory_below_limit to drivers
Marek Olšák
2016-08-06
1
-16
/
+0
*
gallium/radeon: inline radeon_winsys::query_memory_usage
Marek Olšák
2016-08-06
1
-6
/
+0
*
gallium/radeon/winsyses: expose per-IB used_vram and used_gart to drivers
Marek Olšák
2016-08-06
2
-14
/
+11
*
gallium/radeon/winsyses: print CS submission error number
Marek Olšák
2016-08-06
1
-1
/
+1
*
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
1
-2
/
+2
*
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
1
-1
/
+1
*
gallium/radeon: add a return value to cs_flush
Marek Olšák
2016-07-14
1
-3
/
+4
*
radeonsi: just save buffer sizes instead of buffers while recording IBs
Marek Olšák
2016-07-13
1
-1
/
+1
*
gallium/radeon/winsyses: remove unused stencil_offset
Nicolai Hähnle
2016-07-06
1
-2
/
+0
*
gallium/radeon: add and use radeon_info::max_alloc_size (v2)
Marek Olšák
2016-07-05
1
-0
/
+4
*
gallium/radeon/winsyses: boolean -> bool, TRUE -> true, FALSE -> false
Marek Olšák
2016-06-25
4
-74
/
+74
*
winsys/radeon: add guard pages when R600_DEBUG=check_vm is enabled
Nicolai Hähnle
2016-06-24
3
-2
/
+7
*
gallium/u_queue: allow the execute function to differ per job
Marek Olšák
2016-06-24
2
-3
/
+3
*
gallium/u_queue: add an option to name threads
Marek Olšák
2016-06-24
1
-1
/
+1
[next]