| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium/hash_table: remove some function wrappers | Marek Olšák | 2020-02-26 | 2 | -8/+8 |
* | gallium/hash_table: turn it into a wrapper around util/hash_table | Marek Olšák | 2020-02-26 | 2 | -2/+2 |
* | gallium/hash_table: consolidate hash tables with pointer keys | Marek Olšák | 2020-02-26 | 1 | -12/+2 |
* | util: Change os_same_file_description return type from bool to int | Michel Dänzer | 2020-02-21 | 1 | -1/+14 |
* | winsys/amdgpu: Make local variable r signed | Michel Dänzer | 2020-02-21 | 1 | -1/+2 |
* | winsys/amdgpu: Close KMS handles for other DRM file descriptions | Michel Dänzer | 2020-01-29 | 2 | -3/+21 |
* | winsys/amdgpu: Re-use amdgpu_screen_winsys when possible | Michel Dänzer | 2020-01-29 | 2 | -24/+48 |
* | radeonsi: stop using the VM_ALWAYS_VALID flag | Pierre-Eric Pelloux-Prayer | 2020-01-29 | 3 | -16/+0 |
* | Revert "winsys/amdgpu: Re-use amdgpu_screen_winsys when possible" | Marek Olšák | 2020-01-27 | 2 | -45/+24 |
* | Revert "winsys/amdgpu: Close KMS handles for other DRM file descriptions" | Marek Olšák | 2020-01-27 | 2 | -21/+3 |
* | winsys/amdgpu: Close KMS handles for other DRM file descriptions | Michel Dänzer | 2020-01-23 | 2 | -3/+21 |
* | winsys/amdgpu: Re-use amdgpu_screen_winsys when possible | Michel Dänzer | 2020-01-23 | 2 | -24/+45 |
* | winsys/amdgpu: Only re-export KMS handles for different DRM FDs | Michel Dänzer | 2020-01-23 | 3 | -11/+32 |
* | winsys/amdgpu: Keep track of retrieved KMS handles using hash tables | Michel Dänzer | 2020-01-23 | 3 | -0/+47 |
* | winsys/amdgpu: Keep a list of amdgpu_screen_winsyses in amdgpu_winsys | Michel Dänzer | 2020-01-23 | 2 | -1/+28 |
* | radeonsi: preserve the scanout flag for shared resources on gfx9 and gfx10 | Marek Olšák | 2020-01-03 | 1 | -0/+5 |
* | winsys/amdgpu: avoid double simple_mtx_unlock() | Jonathan Gray | 2019-11-28 | 1 | -1/+0 |
* | winsys/amdgpu: detect noop dependencies on the same ring correctly | Marek Olšák | 2019-11-19 | 1 | -6/+9 |
* | util: Move gallium's PIPE_FORMAT utils to /util/format/ | Eric Anholt | 2019-11-14 | 1 | -1/+1 |
* | radeonsi: sdma misc fixes | Pierre-Eric Pelloux-Prayer | 2019-10-30 | 1 | -3/+0 |
* | winsys/amdgpu: use the new GPU reset query | Marek Olšák | 2019-10-28 | 1 | -20/+37 |
* | util: rename list_empty() to list_is_empty() | Timothy Arceri | 2019-10-28 | 1 | -1/+1 |
* | util: remove LIST_DEL macro | Timothy Arceri | 2019-10-28 | 1 | -1/+1 |
* | util: remove LIST_ADDTAIL macro | Timothy Arceri | 2019-10-28 | 1 | -2/+2 |
* | util: remove LIST_INITHEAD macro | Timothy Arceri | 2019-10-28 | 2 | -3/+3 |
* | amd: Move all amd/common code that depends on LLVM to amd/llvm. | Timur Kristóf | 2019-10-08 | 2 | -2/+3 |
* | util/u_queue: track job size and limit the size of queue growth | Timothy Arceri | 2019-09-19 | 1 | -1/+1 |
* | r300,r600,radeonsi: set winsys_handle::stride,offset in drivers, not winsyses | Marek Olšák | 2019-09-09 | 1 | -5/+0 |
* | r300,r600,radeonsi: read winsys_handle::stride,offset in drivers, not winsyses | Marek Olšák | 2019-09-09 | 1 | -8/+1 |
* | winsys/amdgpu+radeon: process AMD_DEBUG in addition to R600_DEBUG | Marek Olšák | 2019-08-27 | 1 | -3/+6 |
* | radeonsi/gfx10: enable 1D textures | Marek Olšák | 2019-07-09 | 1 | -2/+4 |
* | amd/common: add GFX10 chips | Nicolai Hähnle | 2019-07-03 | 1 | -1/+3 |
* | winsys/amdgpu: Make KMS handles valid for original DRM file descriptor | Michel Dänzer | 2019-07-03 | 1 | -4/+14 |
* | winsys/amdgpu: Add amdgpu_screen_winsys | Michel Dänzer | 2019-07-03 | 7 | -142/+183 |
* | winsys/amdgpu: Use amdgpu_winsys helper instead of open-coded casts | Michel Dänzer | 2019-07-03 | 3 | -8/+8 |
* | android: winsys/amdgpu,radv: fix generated amdgfxregs.h header dependecies | Mauro Rossi | 2019-06-21 | 1 | -1/+1 |
* | amd/common: use generated register header | Nicolai Hähnle | 2019-06-03 | 2 | -2/+1 |
* | radeonsi: clean up winsys creation | Marek Olšák | 2019-05-27 | 1 | -8/+0 |
* | r600+radeonsi: use ctx_query_reset_status on radeon | Marek Olšák | 2019-05-16 | 1 | -3/+0 |
* | winsys/amdgpu: report a CS rejection as a reset only if there's no GPU reset | Marek Olšák | 2019-05-16 | 1 | -6/+5 |
* | winsys/amdgpu: add REWIND emulation via INDIRECT_BUFFER into cs_check_space | Marek Olšák | 2019-05-16 | 1 | -7/+13 |
* | winsys/amdgpu: add a parallel compute IB coupled with a gfx IB | Marek Olšák | 2019-05-16 | 2 | -4/+158 |
* | winsys/amdgpu: always set NO_CPU_ACCESS and NO_SUBALLOC on GDS resources | Marek Olšák | 2019-05-16 | 1 | -2/+5 |
* | ac: rename SI-CIK-VI to GFX6-GFX7-GFX8 | Marek Olšák | 2019-05-15 | 2 | -5/+5 |
* | winsys/amdgpu: add VCN JPEG to no user fence group | Leo Liu | 2019-05-10 | 1 | -1/+2 |
* | winsys/amdgpu: clean up and remove nonsensical assertion | Marek Olšák | 2019-04-23 | 1 | -2/+1 |
* | winsys/amdgpu: enable chaining for compute IBs | Marek Olšák | 2019-04-23 | 1 | -6/+6 |
* | winsys/amdgpu: reorder chunks, make BO_HANDLES first, IB and FENCE last | Marek Olšák | 2019-04-23 | 1 | -19/+17 |
* | winsys/amdgpu: make IBs writable and expose their address | Marek Olšák | 2019-04-23 | 1 | -1/+3 |
* | ac: add radeon_info::marketing_name, replacing the winsys callback | Marek Olšák | 2019-04-23 | 1 | -7/+0 |