index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
winsys
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
virgl: make winsys modifications for encoded transfers
Gurchetan Singh
2019-02-15
3
-3
/
+16
*
drm-uapi: use local files, not system libdrm
Eric Engestrom
2019-02-14
6
-6
/
+6
*
winsys/amdgpu: cs_check_space sets the minimum IB size for future IBs
Marek Olšák
2019-02-11
2
-2
/
+23
*
winsys/amdgpu: clean up IB buffer size computation
Marek Olšák
2019-02-11
1
-8
/
+4
*
winsys/amdgpu: remove occurence of INDIRECT_BUFFER_CONST
Marek Olšák
2019-02-11
1
-2
/
+1
*
winsys/amdgpu: use a separate fence list for syncobjs
Marek Olšák
2019-02-11
2
-17
/
+15
*
winsys/amdgpu: unify fence list code
Marek Olšák
2019-02-11
2
-59
/
+42
*
winsys/amdgpu: don't drop manually added fence dependencies
Marek Olšák
2019-02-11
1
-2
/
+0
*
gallium-xlib: query MIT-SHM before using it.
Bart Oldeman
2019-02-05
1
-1
/
+3
*
panfrost: Initial stub for Panfrost driver
Alyssa Rosenzweig
2019-02-05
8
-0
/
+204
*
winsys/amdgpu: remove amdgpu_drm.h definitions
Marek Olšák
2019-01-30
1
-8
/
+0
*
kmsro: Add freedreno renderonly support
Jonathan Marek
2019-01-28
3
-0
/
+20
*
Switch imx to kmsro and remove the imx winsys
Rob Herring
2019-01-28
6
-195
/
+0
*
kmsro: Add etnaviv renderonly support
Rob Herring
2019-01-28
3
-11
/
+44
*
pl111: Rename the pl111 driver to "kmsro".
Eric Anholt
2019-01-28
7
-19
/
+19
*
freedreno: add renderonly scanout
Jonathan Marek
2019-01-26
2
-3
/
+4
*
gallium: use put image shm2 path (v2)
Dave Airlie
2019-01-25
1
-4
/
+9
*
winsys/amdgpu: rename rfence, rsrc, rdst -> afence, asrc, adst
Marek Olšák
2019-01-22
2
-23
/
+23
*
winsys/amdgpu: use the new BO list API
Marek Olšák
2019-01-22
1
-49
/
+25
*
vc4: Don't leak the GPU fd for renderonly usage.
Eric Anholt
2019-01-16
1
-1
/
+1
*
v3d: Don't leak the GPU fd for renderonly usage.
Eric Anholt
2019-01-16
1
-1
/
+1
*
freedreno: Move register constant files to src/freedreno.
Bas Nieuwenhuizen
2019-01-08
1
-0
/
+1
*
virgl/vtest: Use default socket name from protocol header
Jakob Bornecrantz
2019-01-03
1
-3
/
+1
*
virgl/vtest: fix front buffer flush with protocol version 0.
Dave Airlie
2018-12-28
1
-1
/
+1
*
winsys/amdgpu: Pull in LLVM CFLAGS
Michel Dänzer
2018-12-19
2
-1
/
+2
*
radeonsi: move SI_FORCE_FAMILY functionality to winsys
Nicolai Hähnle
2018-12-19
1
-0
/
+36
*
gallium: Constify drisw_loader_funcs struct
Michal Srb
2018-12-05
2
-3
/
+3
*
Revert "winsys/amdgpu: overallocate buffers for faster address translation on...
Marek Olšák
2018-11-29
1
-24
/
+0
*
amd/addrlib: update Mesa's copy of addrlib
Nicolai Hähnle
2018-11-29
1
-1
/
+1
*
winsys/svga: Fix a memory leak
Thomas Hellstrom
2018-11-29
1
-0
/
+2
*
winsys/amdgpu: add support for allocating GDS and OA resources
Marek Olšák
2018-11-28
1
-22
/
+33
*
winsys/amdgpu: use optimal VM alignment for CPU allocations
Marek Olšák
2018-11-28
1
-2
/
+4
*
winsys/amdgpu: use optimal VM alignment for imported buffers
Marek Olšák
2018-11-28
1
-20
/
+29
*
winsys/amdgpu,radeon: pass vm_alignment to buffer_from_handle
Marek Olšák
2018-11-28
3
-2
/
+5
*
winsys/amdgpu: overallocate buffers for faster address translation on Gfx9
Marek Olšák
2018-11-28
1
-0
/
+24
*
winsys/amdgpu: increase the VM alignment to the MSB of the size for Gfx9
Marek Olšák
2018-11-28
1
-1
/
+11
*
winsys/amdgpu: use >= instead of > for VM address alignment
Marek Olšák
2018-11-28
1
-1
/
+1
*
winsys/amdgpu: clean up code around BO VM alignment
Marek Olšák
2018-11-28
1
-2
/
+7
*
winsys/amdgpu: optimize slab allocation for 2 MB amdgpu page tables
Marek Olšák
2018-11-28
3
-2
/
+10
*
radeonsi: generalize the slab allocator code to allow layered slab allocators
Marek Olšák
2018-11-28
3
-24
/
+86
*
winsys/amdgpu: always reclaim/release slabs if there is not enough memory
Marek Olšák
2018-11-28
1
-7
/
+13
*
winsys/amdgpu: explicitly declare whether buffer_map is permanent or not
Nicolai Hähnle
2018-11-28
2
-33
/
+66
*
winsys/amdgpu: add amdgpu_winsys_bo::lock
Nicolai Hähnle
2018-11-28
3
-13
/
+20
*
virgl,vtest: Initialize return value
Gert Wollny
2018-11-28
1
-1
/
+1
*
v3d: Add renderonly support.
Eric Anholt
2018-11-27
2
-1
/
+9
*
freedreno: move drm to common location
Rob Clark
2018-11-27
2
-0
/
+2
*
winsys/amdgpu: fix a device handle leak in amdgpu_winsys_create
Marek Olšák
2018-11-23
1
-0
/
+6
*
winsys/amdgpu: fix a buffer leak in amdgpu_bo_from_handle
Marek Olšák
2018-11-23
1
-0
/
+6
*
virgl: fix vtest regression since fencing changes.
Dave Airlie
2018-11-19
1
-0
/
+1
*
virgl: Use file descriptor instead of un-allocated object
Gert Wollny
2018-11-19
1
-1
/
+1
[prev]
[next]