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
*
winsys/amdgpu: allow drivers to set/get opaque metadata
Marek Olšák
2016-03-09
1
-0
/
+5
*
gallium/radeon: rename winsys buffer_get/set_tiling to buffer_get/set_metadata
Marek Olšák
2016-03-09
2
-12
/
+12
*
gallium/radeon: remove rcs parameter from radeon_winsys::buffer_set_tiling
Marek Olšák
2016-03-09
2
-9
/
+0
*
gallium/radeon: use a structure for passing tiling flags from/to winsys
Marek Olšák
2016-03-09
2
-80
/
+47
*
gallium: add external usage flags to resource_from(get)_handle (v2)
Marek Olšák
2016-03-09
1
-2
/
+4
*
winsys/amdgpu: enlarge buffer_indices_hashlist
Bas Nieuwenhuizen
2016-03-09
1
-1
/
+1
*
svga: add new svga_winsys_context::get_command_buffer_size()
Brian Paul
2016-03-04
1
-0
/
+8
*
winsys/svga: Increase the fence timeout
Thomas Hellstrom
2016-03-04
1
-1
/
+2
*
winsys/svga: Fix an uninitialized return value
Thomas Hellstrom
2016-03-04
1
-0
/
+2
*
winsys/radeon: drop support for DRM 2.12.0 (kernel < 3.2)
Marek Olšák
2016-03-01
1
-25
/
+17
*
nvc0: initial support for GM20x GPUs
Ben Skeggs
2016-02-16
1
-0
/
+1
*
gallium/radeon: drop support for LLVM 3.5
Marek Olšák
2016-02-11
1
-3
/
+2
*
winsys/radeon: fix the num_tile_pipes comment to silence warnings
Marek Olšák
2016-02-10
1
-3
/
+3
*
winsys/radeon: better explain the num_tile_pipes fixup for TAHITI (v2)
Alexandre Demers
2016-02-10
1
-2
/
+4
*
winsys/radeon: fix a wrong NUM_TILE_PIPES value from the kernel
Marek Olšák
2016-02-09
1
-0
/
+6
*
gallium/radeon: remove radeon_info::r600_tiling_config
Marek Olšák
2016-02-05
2
-22
/
+9
*
gallium/radeon: get pipe_interleave_bytes AKA group_bytes from the winsys
Marek Olšák
2016-02-05
2
-0
/
+10
*
gallium/radeon: set num_banks in the winsys
Marek Olšák
2016-02-05
1
-0
/
+5
*
gallium/radeon: just get num_tile_pipes from the winsys
Marek Olšák
2016-02-05
1
-0
/
+5
*
winsys/amdgpu: add an assertion to cik_get_num_tile_pipes (v2)
Marek Olšák
2016-02-05
1
-1
/
+4
*
winsys/amdgpu: remove an r600-only setting
Marek Olšák
2016-02-05
1
-1
/
+0
*
gallium/radeon: rename & reorder members of radeon_info
Marek Olšák
2016-02-05
4
-32
/
+32
*
winsys/radeon: Do not deinit the pb cache if it was not initialized
Niels Ole Salscheider
2016-02-02
1
-2
/
+3
*
virgl: mark function as static
Dave Airlie
2016-02-02
1
-1
/
+1
*
virgl: also build vtest for Android
Rob Herring
2016-02-02
1
-0
/
+33
*
virgl: fix reference counting of prime handles
Rob Herring
2016-02-02
2
-12
/
+33
*
virgl: reuse screen when fd is already open
Rob Herring
2016-02-02
2
-2
/
+89
*
winsys/amdgpu: Process RADEON_FLAG_* independently from RADEON_DOMAIN_*
Michel Dänzer
2016-01-29
1
-10
/
+9
*
winsys/amdgpu: Handle RADEON_FLAG_NO_CPU_ACCESS
Michel Dänzer
2016-01-29
1
-0
/
+2
*
winsys/amdgpu: optionally use buffer lists with all allocated buffers
Marek Olšák
2016-01-23
5
-3
/
+61
*
virgl: enable building on Android
Rob Herring
2016-01-23
1
-0
/
+34
*
winsys/amdgpu: compute num_good_compute_units correctly
Marek Olšák
2016-01-22
1
-10
/
+5
*
gallium/radeon: rename max_compute_units -> num_good_compute_units
Marek Olšák
2016-01-22
2
-5
/
+5
*
gallium/radeon: do not reallocate user memory buffers
Nicolai Hähnle
2016-01-14
2
-0
/
+12
*
winsys/radeon: fix warnings about incompatible pointer types
Nicolai Hähnle
2016-01-14
1
-6
/
+6
*
svga: Rename SVGA_HINT_FLAG_DRAW_EMITTED
Sinclair Yeh
2016-01-06
1
-4
/
+4
*
nouveau: enable use of new kernel interfaces
Ben Skeggs
2015-12-22
1
-2
/
+0
*
nouveau: remove use of deprecated nouveau_device_wrap()
Ben Skeggs
2015-12-22
1
-8
/
+23
*
nouveau: fix screen creation failure paths
Ben Skeggs
2015-12-22
1
-6
/
+10
*
nouveau: return nouveau_screen from hw-specific creation functions
Ben Skeggs
2015-12-22
1
-2
/
+2
*
nouveau: remove use of deprecated nouveau_device::fd
Ben Skeggs
2015-12-22
1
-1
/
+1
*
winsys/amdgpu: clear the buffer cache on mmap failure and try again
Marek Olšák
2015-12-11
1
-0
/
+5
*
winsys/radeon: clear the buffer cache on mmap failure and try again
Marek Olšák
2015-12-11
1
-3
/
+10
*
winsys/amdgpu: clear the buffer cache on allocation failure and try again
Marek Olšák
2015-12-11
1
-2
/
+7
*
winsys/radeon: clear the buffer cache on allocation failure and try again
Marek Olšák
2015-12-11
1
-2
/
+7
*
gallium/radeon: remove radeon_winsys_cs_handle
Marek Olšák
2015-12-11
4
-36
/
+20
*
winsys/radeon: use pb_cache instead of pb_cache_manager
Marek Olšák
2015-12-11
4
-178
/
+75
*
winsys/radeon: use radeon_bomgr less
Marek Olšák
2015-12-11
2
-16
/
+8
*
winsys/radeon: rename radeon_bomgr_init_functions
Marek Olšák
2015-12-11
3
-3
/
+3
*
winsys/radeon: move variables from radeon_bomgr to radeon_drm_winsys
Marek Olšák
2015-12-11
3
-126
/
+129
[next]