index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
master
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
winsys
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-06
virgl: Pass resource size and transfer offsets
Tomeu Vizoso
4
-28
/
+208
2018-10-06
virgl, vtest: Correct the transfer size calculation
Gert Wollny
1
-1
/
+3
2018-10-04
virgl: Negotiate version with vtest server
Tomeu Vizoso
3
-0
/
+64
2018-09-12
winsys/virgl: avoid unintended behavior
Erik Faye-Lund
1
-1
/
+1
2018-09-10
radeonsi: adjust and simplify max_alloc_size determination
Marek Olšák
1
-3
/
+5
2018-09-10
ac: add radeon_info::num_good_cu_per_sh
Marek Olšák
1
-0
/
+4
2018-09-10
winsys/radeon: fix CMASK fast clear for NPOT textures with mipmapping on SI/CI
Marek Olšák
1
-2
/
+2
2018-09-10
winsys/drm: check for CAPS2/SM41 support if VGPU10 is enabled
Charmaine Lee
1
-1
/
+1
2018-09-10
winsys/drm: Add support for quality level in surface ioctl
Deepak Rawat
4
-8
/
+16
2018-09-10
winsys/drm: enable intra_surface_copy if HW_CAP2 is supported
Charmaine Lee
1
-6
/
+9
2018-09-10
winsys/svga: Add support for new surface ioctl, multisample pattern
Deepak Rawat
5
-95
/
+321
2018-09-10
svga: add sample count to the surface_can_create interface
Charmaine Lee
1
-1
/
+5
2018-09-07
radeonsi: pin the winsys thread to the requested L3 cache (v2)
Marek Olšák
2
-0
/
+23
2018-09-05
svga: sync with upstream changes to surface flags
Charmaine Lee
4
-8
/
+13
2018-09-05
winsys/svga: Avoid cap2 code path for now
Neha Bhende
1
-13
/
+5
2018-09-05
svga/winsys: Add cap2 support in winsys
Neha Bhende
2
-0
/
+15
2018-09-05
winsys/drm: Fix assert when try to accumulate an invalid fd
Charmaine Lee
1
-2
/
+7
2018-09-05
winsys/virgl/vtest: Correct off-by-one error in resource allocation
Gert Wollny
1
-4
/
+9
2018-09-05
winsys/virgl: Initialize value to silence valgrind
Gert Wollny
1
-1
/
+1
2018-09-05
winsys/virgl: correct resource and handle allocation (v2)
Gert Wollny
1
-5
/
+18
2018-08-31
imx: make use of loader_open_render_node(..) helper
Christian Gmeiner
1
-1
/
+2
2018-08-30
radeonsi: add radeonsi_zerovram driconfig option
Timothy Arceri
1
-3
/
+7
2018-08-17
gallium/winsys/kms: don't unmap what wasn't mapped
Ray Strode
1
-5
/
+13
2018-08-14
ac: add radeon_info::name
Marek Olšák
1
-1
/
+6
2018-08-06
drisw: Fix build on Android Nougat, which lacks shm (v2)
Chad Versace
1
-0
/
+11
2018-08-03
winsys/amdgpu: pass the BO list via the CS ioctl on DRM >= 3.27.0
Marek Olšák
3
-4
/
+58
2018-07-31
radeonsi: use storage_samples instead of color_samples in most places
Marek Olšák
2
-6
/
+3
2018-07-31
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
1
-1
/
+1
2018-07-24
Revert "virgl: remove unused stride-arguments"
Dave Airlie
1
-0
/
+6
2018-07-23
virgl: remove unused stride-arguments
Erik Faye-Lund
1
-6
/
+0
2018-07-19
winsys/amdgpu: remove RADEON_SURF_FMASK leftover
Marek Olšák
1
-7
/
+4
2018-07-18
winsys/amdgpu: fix VDPAU interop by having one amdgpu_winsys_bo per BO (v2)
Marek Olšák
3
-5
/
+41
2018-07-18
winsys/amdgpu: use a better hash_pointer function
Marek Olšák
1
-8
/
+5
2018-07-18
winsys/amdgpu: clean up error handling in amdgpu_bo_from_handle
Marek Olšák
1
-20
/
+16
2018-07-18
winsys/amdgpu: shorten bo->ws in amdgpu_bo_destroy
Marek Olšák
1
-9
/
+10
2018-07-16
winsys/amdgpu: clean up error handling in amdgpu_cs_submit_ib
Marek Olšák
1
-9
/
+8
2018-07-16
radeonsi: rework RADEON_PRIO flags to be <= 31
Marek Olšák
4
-7
/
+7
2018-07-16
winsys/amdgpu: use alloca when using global_bo_list
Marek Olšák
1
-9
/
+1
2018-07-16
winsys/amdgpu: remove label bo_list_error
Marek Olšák
1
-12
/
+16
2018-07-16
winsys/amdgpu: always update gfx_bo_list_counter
Marek Olšák
1
-3
/
+3
2018-07-16
winsys/amdgpu: make amdgpu_cs_context::flags & handles local
Marek Olšák
2
-22
/
+5
2018-07-10
virgl/vtest: add support to vtest for new cap getting.
Dave Airlie
2
-4
/
+28
2018-07-04
Shorten u_queue names
Marek Olšák
2
-2
/
+2
2018-06-26
radeon: duplicate cmask surface for now.
Dave Airlie
1
-1
/
+61
2018-06-25
radeonsi: move CMASK size computation into ac_surface
Marek Olšák
1
-0
/
+13
2018-06-21
radeonsi: add a debug flag to zero vram allocations
Grazvydas Ignotas
3
-0
/
+5
2018-06-19
amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
Marek Olšák
8
-38
/
+38
2018-06-19
ac/gpu_info: add radeon_info::num_tcc_blocks
Marek Olšák
1
-0
/
+26
2018-06-19
virgl: Remove debugging left-overs
Tomeu Vizoso
1
-2
/
+0
2018-06-07
drisw: Fix invalid pointer arithmetic
Jan Vesely
1
-1
/
+1
[next]