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
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: use gnu_symbol_visibility argument
Dylan Baker
2020-06-01
19
-20
/
+22
*
ac/gpu_info: replace num_good_cu_per_sh with min/max_good_cu_per_sa
Marek Olšák
2020-05-26
1
-1
/
+2
*
ac/gpu_info: compute the best safe IB alignment
Marek Olšák
2020-05-23
2
-2
/
+2
*
amdgpu: fix unitialized variable
Pierre-Eric Pelloux-Prayer
2020-05-22
1
-1
/
+1
*
winsys/amdgpu: add RADEON_FLAG_UNCACHED for faster blits over PCIe
Marek Olšák
2020-05-15
1
-0
/
+3
*
gallium: rename 'state tracker' to 'frontend'
Marek Olšák
2020-05-13
19
-21
/
+21
*
amdgpu: use AMDGPU_IB_FLAGS_SECURE when requested
Pierre-Eric Pelloux-Prayer
2020-05-11
1
-0
/
+5
*
amdgpu: add encrypted slabs support
Pierre-Eric Pelloux-Prayer
2020-05-11
4
-18
/
+70
*
radeon: add RADEON_CREATE_ENCRYPTED flag
Pierre-Eric Pelloux-Prayer
2020-05-11
1
-0
/
+5
*
radeonsi: add AMD_DEBUG=tmz option
Pierre-Eric Pelloux-Prayer
2020-05-11
1
-0
/
+5
*
amdgpu/radeon: add secure api
Pierre-Eric Pelloux-Prayer
2020-05-11
4
-0
/
+42
*
ac/surface,radeonsi: move the set/get_bo_metadata code to ac_surface.c
Marek Olšák
2020-05-07
2
-119
/
+79
*
amd: remove duplicated definitions from amdgpu_drm.h
Marek Olšák
2020-05-07
3
-16
/
+0
*
iris: move iris_vtable to iris_screen
Mike Blumenkrantz
2020-04-29
1
-1
/
+1
*
ac/surface: add code for gfx10 displayable DCC
Marek Olšák
2020-04-29
1
-0
/
+8
*
ac/surface: rename micro tile mode enums like gfx10 uses them
Marek Olšák
2020-04-29
1
-1
/
+1
*
winsys/svga: Optionally avoid caching buffer maps
Thomas Hellstrom
2020-04-29
4
-12
/
+22
*
gallium/pipebuffer: Use persistent maps for slabs
Thomas Hellstrom
2020-04-29
1
-0
/
+2
*
drm-uapi,radv,radeonsi: Add amdgpu_drm.h header.
Bas Nieuwenhuizen
2020-04-27
3
-3
/
+3
*
winsys/amdgpu: Retrieve WC flags from imported buffers.
Bas Nieuwenhuizen
2020-04-16
2
-0
/
+15
*
svga: fix build on FreeBSD
Greg V
2020-04-13
1
-0
/
+3
*
svga, winsys/svga: Fix persistent memory discard maps
Thomas Hellstrom
2020-04-01
2
-3
/
+12
*
scons: Prune out unnecessary targets.
Jose Fonseca
2020-03-30
2
-43
/
+0
*
meson: inline `inc_common`
Eric Engestrom
2020-03-28
4
-4
/
+4
*
util: don't include p_defines.h and u_pointer.h from gallium
Marek Olšák
2020-03-27
5
-0
/
+5
*
winsys/radeon: change to 3-space indentation
Marek Olšák
2020-03-19
8
-2963
/
+2956
*
Android.mk: Tweak MESA_ENABLE_LLVM checks
John Stultz
2020-03-19
1
-0
/
+4
*
ac: add radeon_info::use_late_alloc to control LATE_ALLOC globally
Marek Olšák
2020-03-12
1
-0
/
+2
*
gallium/hash_table: remove some function wrappers
Marek Olšák
2020-02-26
11
-62
/
+52
*
gallium/hash_table: turn it into a wrapper around util/hash_table
Marek Olšák
2020-02-26
12
-16
/
+16
*
gallium/hash_table: use the same callback signatures as util/hash_table
Marek Olšák
2020-02-26
1
-3
/
+3
*
gallium/hash_table: consolidate hash tables with FD keys
Marek Olšák
2020-02-26
6
-142
/
+6
*
gallium/hash_table: consolidate hash tables with pointer keys
Marek Olšák
2020-02-26
4
-53
/
+8
*
util: Change os_same_file_description return type from bool to int
Michel Dänzer
2020-02-21
1
-1
/
+14
*
winsys/amdgpu: Make local variable r signed
Michel Dänzer
2020-02-21
1
-1
/
+2
*
virgl: Use align_free for align_malloc allocated buffer
Szymon Andrzejuk
2020-02-01
1
-1
/
+1
*
winsys/amdgpu: Close KMS handles for other DRM file descriptions
Michel Dänzer
2020-01-29
2
-3
/
+21
*
winsys/amdgpu: Re-use amdgpu_screen_winsys when possible
Michel Dänzer
2020-01-29
2
-24
/
+48
*
winsys/svga: Enable transhuge pages for buffer objects
Thomas Hellstrom
2020-01-29
1
-0
/
+1
*
winsys/svga: use new ioctl for logging
Roland Scheidegger
2020-01-29
4
-6
/
+42
*
radeonsi: stop using the VM_ALWAYS_VALID flag
Pierre-Eric Pelloux-Prayer
2020-01-29
3
-16
/
+0
*
Revert "winsys/amdgpu: Re-use amdgpu_screen_winsys when possible"
Marek Olšák
2020-01-27
2
-45
/
+24
*
Revert "winsys/amdgpu: Close KMS handles for other DRM file descriptions"
Marek Olšák
2020-01-27
2
-21
/
+3
*
etnaviv: update Android build files
Martin Fuzzey
2020-01-24
1
-1
/
+1
*
winsys/amdgpu: Close KMS handles for other DRM file descriptions
Michel Dänzer
2020-01-23
2
-3
/
+21
*
winsys/amdgpu: Re-use amdgpu_screen_winsys when possible
Michel Dänzer
2020-01-23
2
-24
/
+45
*
winsys/amdgpu: Only re-export KMS handles for different DRM FDs
Michel Dänzer
2020-01-23
3
-11
/
+32
*
winsys/amdgpu: Keep track of retrieved KMS handles using hash tables
Michel Dänzer
2020-01-23
3
-0
/
+47
*
winsys/amdgpu: Keep a list of amdgpu_screen_winsyses in amdgpu_winsys
Michel Dänzer
2020-01-23
2
-1
/
+28
*
virgl/drm: update UAPI
Gurchetan Singh
2020-01-10
2
-175
/
+1
[next]