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
Commit message (
Expand
)
Author
Age
Files
Lines
*
virgl: fix const warning on debug flags.
Dave Airlie
2018-12-04
2
-3
/
+3
*
nv50,nvc0: Fix gallium nine regression regarding sampler bindings
Karol Herbst
2018-12-02
2
-16
/
+12
*
d3dadapter9: use snprintf(..., "%s", ...) instead of strncpy
Andre Heider
2018-12-01
2
-13
/
+22
*
st/xvmc: Add X11 include path.
Vinson Lee
2018-11-30
1
-0
/
+1
*
virgl: don't mark buffers as unclean after a write
Gurchetan Singh
2018-11-30
2
-1
/
+10
*
virgl: avoid large inline transfers
Gurchetan Singh
2018-11-30
1
-1
/
+5
*
virgl: quadruple command buffer size
Gurchetan Singh
2018-11-30
1
-1
/
+1
*
Revert "winsys/amdgpu: overallocate buffers for faster address translation on...
Marek Olšák
2018-11-29
1
-24
/
+0
*
draw: fix infinite loop in line stippling
Roland Scheidegger
2018-11-29
1
-11
/
+15
*
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
*
st/xa: Fix a memory leak
Thomas Hellstrom
2018-11-29
1
-0
/
+1
*
freedreno: Fix autotools build.
Vinson Lee
2018-11-28
1
-0
/
+2
*
radeonsi: add memory management stress tests for GDS
Marek Olšák
2018-11-28
2
-0
/
+48
*
winsys/amdgpu: add support for allocating GDS and OA resources
Marek Olšák
2018-11-28
2
-23
/
+36
*
radeonsi: allow si_cp_dma_clear_buffer to clear GDS from any IB
Marek Olšák
2018-11-28
4
-31
/
+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
7
-5
/
+15
*
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
*
radeonsi: fix is_oneway_access_only for bindless images
Marek Olšák
2018-11-28
1
-6
/
+23
*
radeonsi/nir: parse more information about bindless usage
Marek Olšák
2018-11-28
1
-4
/
+32
*
tgsi/scan: add more information about bindless usage
Marek Olšák
2018-11-28
2
-2
/
+33
*
radeonsi: small cleanup for memory opcodes
Marek Olšák
2018-11-28
1
-9
/
+4
*
radeonsi: fix is_oneway_access_only for image stores
Marek Olšák
2018-11-28
1
-12
/
+37
*
radeonsi: use structured buffer intrinsics for image views
Marek Olšák
2018-11-28
2
-10
/
+42
*
radeonsi: clean up primitive binning enablement
Marek Olšák
2018-11-28
1
-11
/
+16
*
virgl: fix undefined shift to use unsigned.
Dave Airlie
2018-11-29
1
-1
/
+1
*
r600: make suballocator 256-bytes align
Dave Airlie
2018-11-29
1
-1
/
+1
*
gallivm: Use nextafterf(0.5, 0.0) as rounding constant
Matt Turner
2018-11-28
1
-1
/
+1
*
winsys/amdgpu: explicitly declare whether buffer_map is permanent or not
Nicolai Hähnle
2018-11-28
17
-62
/
+140
*
winsys/amdgpu: add amdgpu_winsys_bo::lock
Nicolai Hähnle
2018-11-28
3
-13
/
+20
*
virgl: Don't try handling server fences when they are not supported
Gert Wollny
2018-11-28
1
-2
/
+4
*
virgl,vtest: Initialize return value
Gert Wollny
2018-11-28
1
-1
/
+1
*
v3d: Add renderonly support.
Eric Anholt
2018-11-27
6
-5
/
+77
*
gallium: Remove unused variable in u_tests.
Eric Anholt
2018-11-27
1
-1
/
+0
*
freedreno: implements get_sample_position
Hyunjun Ko
2018-11-27
1
-0
/
+45
*
freedreno/a3xx: also set FSSUPERTHREADENABLE
Rob Clark
2018-11-27
1
-0
/
+1
*
freedreno: use MSM_BO_SCANOUT with scanout buffers
Jonathan Marek
2018-11-27
1
-1
/
+3
*
freedreno: use GENERIC instead of TEXCOORD for blit program
Jonathan Marek
2018-11-27
1
-1
/
+1
*
freedreno: a2xx texture update
Jonathan Marek
2018-11-27
9
-20
/
+212
*
freedreno/a2xx: Compute depth base in gmem correctly
Jonathan Marek
2018-11-27
1
-5
/
+7
*
freedreno/a2xx: set VIZ_QUERY_ID on a20x
Jonathan Marek
2018-11-27
1
-0
/
+5
*
freedreno: add missing a20x ids
Jonathan Marek
2018-11-27
1
-0
/
+2
[next]