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: add vcn dec cs support
Leo Liu
2017-05-25
1
-1
/
+10
*
radeon: rename has_uvd info to has_hw_decode
Leo Liu
2017-05-25
1
-2
/
+2
*
winsys/amdgpu: align VA allocations to fragment size v2
Christian König
2017-05-24
1
-0
/
+2
*
gallium/radeon: pipe AMDGPU_INFO_NUM_VRAM_CPU_PAGE_FAULTS into gallium HUD
Marek Olšák
2017-05-23
2
-0
/
+8
*
virgl: fix virgl_bo_transfer_{put, get} box struct copy
Rob Herring
2017-05-19
1
-2
/
+12
*
ac: add radeon_info::num_{sdma,compute}_rings
Nicolai Hähnle
2017-05-18
1
-2
/
+2
*
ac_surface: use radeon_info from ac_gpu_info
Nicolai Hähnle
2017-05-18
2
-6
/
+2
*
ac/radeonsi: move radeon_info initialization to amd/common
Nicolai Hähnle
2017-05-18
2
-238
/
+4
*
ac/radeonsi: move some aspects of sanity checking to ac_surface
Nicolai Hähnle
2017-05-18
1
-16
/
+0
*
ac/radeonsi: add ac_compute_surface to automatically switch gfx6 vs. gfx9
Nicolai Hähnle
2017-05-18
1
-4
/
+1
*
ac/radeonsi: move the bulk of gfx9_surface_init to ac_surface
Nicolai Hähnle
2017-05-18
1
-415
/
+10
*
ac/radeonsi: move the bulk of gfx6_surface_init to ac_surface
Nicolai Hähnle
2017-05-18
1
-411
/
+16
*
ac/radeonsi: move amdgpu_addr_create to ac_surface
Nicolai Hähnle
2017-05-18
3
-165
/
+1
*
radeonsi/gfx9: add support for Raven
Marek Olšák
2017-05-15
1
-0
/
+4
*
Android: rework LLVM build support
Rob Herring
2017-05-11
1
-0
/
+2
*
Android: push driver build details to driver makefiles
Rob Herring
2017-05-11
2
-0
/
+9
*
Android: amd: use exported include dirs instead of explicit includes
Rob Herring
2017-05-11
1
-6
/
+1
*
winsys/amdgpu: fix Polaris12 (RX 550) breakage
Marek Olšák
2017-05-05
1
-0
/
+1
*
winsys/svga: fix error path when kernel is not able to create surface
Deepak Rawat
2017-04-26
1
-15
/
+18
*
winsys/sw/dri: don't use GNU void pointer arithmetic
Emil Velikov
2017-04-19
1
-1
/
+1
*
winsys/amdgpu: init buffer_indices_hashlist with memset()
Samuel Pitoiset
2017-04-17
1
-8
/
+2
*
winsys/amdgpu: simplify amdgpu_cs_add_buffer() a bit
Samuel Pitoiset
2017-04-17
1
-4
/
+3
*
svga: remove unused vmw_dri1_intersect_src_bbox()
Samuel Pitoiset
2017-04-13
1
-32
/
+0
*
gallium/radeon: add HUD queries for GPU temperature and clocks
Samuel Pitoiset
2017-04-10
1
-1
/
+6
*
svga: add context pointer to the invalidate surface interface
Charmaine Lee
2017-04-07
4
-16
/
+19
*
winsys/svga: use c11 thread types/functions
Brian Paul
2017-04-07
3
-13
/
+13
*
winsys/svga: Resolve command submission buffer contention v3
Thomas Hellstrom
2017-04-07
3
-2
/
+38
*
winsys/amdgpu: sparse buffer debugging helpers
Nicolai Hähnle
2017-04-05
1
-0
/
+61
*
winsys/amdgpu: take fences when freeing a backing buffer
Nicolai Hähnle
2017-04-05
1
-3
/
+11
*
winsys/amdgpu: add sparse buffers to CS
Nicolai Hähnle
2017-04-05
2
-16
/
+140
*
winsys/amdgpu: sparse buffer creation / destruction / commitment
Nicolai Hähnle
2017-04-05
1
-1
/
+400
*
winsys/amdgpu: add sparse buffer data structures
Nicolai Hähnle
2017-04-05
2
-1
/
+46
*
winsys/amdgpu: extend amdgpu_add_fence to allow adding multiple fences
Nicolai Hähnle
2017-04-05
2
-11
/
+27
*
winsys/amdgpu: build handles and flags list late on submit thread
Nicolai Hähnle
2017-04-05
2
-17
/
+28
*
winsys/amdgpu: share common code in amdgpu_add_fence_dependencies
Nicolai Hähnle
2017-04-05
1
-21
/
+17
*
winsys/amdgpu: extract amdgpu_do_add_real_buffer
Nicolai Hähnle
2017-04-05
1
-8
/
+18
*
winsys/radeon: sparse buffers will not be supported
Nicolai Hähnle
2017-04-05
1
-0
/
+2
*
radeonsi/gfx9: fix and enable single-sample CMASK fast clear
Marek Olšák
2017-03-31
1
-0
/
+7
*
radeonsi/gfx9: fix and enable MSAA compression
Marek Olšák
2017-03-31
1
-1
/
+1
*
radeonsi/gfx9: fix linear mipmap CPU access
Marek Olšák
2017-03-31
1
-1
/
+1
*
winsys/amdgpu: remove AMDGPU_INFO_NUM_EVICTIONS
Samuel Pitoiset
2017-03-30
1
-4
/
+0
*
winsys/surface: add height pitch for gfx9
Leo Liu
2017-03-30
1
-0
/
+1
*
winsys/amdgpu: set/get BO tiling flags for GFX9
Marek Olšák
2017-03-30
1
-2
/
+4
*
radeonsi/gfx9: add radeon_surf.gfx9.surf_offset
Marek Olšák
2017-03-30
1
-0
/
+1
*
radeonsi/gfx9: add a workaround for 1D depth textures
Marek Olšák
2017-03-30
1
-7
/
+5
*
gallium/radeon: move pre-GFX9 radeon_bo_metadata.* to u.legacy.*
Marek Olšák
2017-03-30
2
-56
/
+62
*
winsys/amdgpu: set num_tile_pipes, pipe_interleave_bytes for GFX9
Marek Olšák
2017-03-30
1
-2
/
+11
*
winsys/amdgpu: wire up new addrlib for GFX9
Marek Olšák
2017-03-30
1
-1
/
+399
*
winsys/amdgpu: update amdgpu_addr_create for GFX9
Marek Olšák
2017-03-30
1
-17
/
+29
*
winsys/amdgpu: rename GFX6 surface functions
Marek Olšák
2017-03-30
1
-25
/
+29
[next]