| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium/radeon: drop support for LLVM 3.5 | Marek Olšák | 2016-02-11 | 1 | -3/+2 |
* | winsys/radeon: fix the num_tile_pipes comment to silence warnings | Marek Olšák | 2016-02-10 | 1 | -3/+3 |
* | winsys/radeon: better explain the num_tile_pipes fixup for TAHITI (v2) | Alexandre Demers | 2016-02-10 | 1 | -2/+4 |
* | winsys/radeon: fix a wrong NUM_TILE_PIPES value from the kernel | Marek Olšák | 2016-02-09 | 1 | -0/+6 |
* | gallium/radeon: remove radeon_info::r600_tiling_config | Marek Olšák | 2016-02-05 | 2 | -22/+9 |
* | gallium/radeon: get pipe_interleave_bytes AKA group_bytes from the winsys | Marek Olšák | 2016-02-05 | 2 | -0/+10 |
* | gallium/radeon: set num_banks in the winsys | Marek Olšák | 2016-02-05 | 1 | -0/+5 |
* | gallium/radeon: just get num_tile_pipes from the winsys | Marek Olšák | 2016-02-05 | 1 | -0/+5 |
* | winsys/amdgpu: add an assertion to cik_get_num_tile_pipes (v2) | Marek Olšák | 2016-02-05 | 1 | -1/+4 |
* | winsys/amdgpu: remove an r600-only setting | Marek Olšák | 2016-02-05 | 1 | -1/+0 |
* | gallium/radeon: rename & reorder members of radeon_info | Marek Olšák | 2016-02-05 | 4 | -32/+32 |
* | winsys/radeon: Do not deinit the pb cache if it was not initialized | Niels Ole Salscheider | 2016-02-02 | 1 | -2/+3 |
* | virgl: mark function as static | Dave Airlie | 2016-02-02 | 1 | -1/+1 |
* | virgl: also build vtest for Android | Rob Herring | 2016-02-02 | 1 | -0/+33 |
* | virgl: fix reference counting of prime handles | Rob Herring | 2016-02-02 | 2 | -12/+33 |
* | virgl: reuse screen when fd is already open | Rob Herring | 2016-02-02 | 2 | -2/+89 |
* | winsys/amdgpu: Process RADEON_FLAG_* independently from RADEON_DOMAIN_* | Michel Dänzer | 2016-01-29 | 1 | -10/+9 |
* | winsys/amdgpu: Handle RADEON_FLAG_NO_CPU_ACCESS | Michel Dänzer | 2016-01-29 | 1 | -0/+2 |
* | winsys/amdgpu: optionally use buffer lists with all allocated buffers | Marek Olšák | 2016-01-23 | 5 | -3/+61 |
* | virgl: enable building on Android | Rob Herring | 2016-01-23 | 1 | -0/+34 |
* | winsys/amdgpu: compute num_good_compute_units correctly | Marek Olšák | 2016-01-22 | 1 | -10/+5 |
* | gallium/radeon: rename max_compute_units -> num_good_compute_units | Marek Olšák | 2016-01-22 | 2 | -5/+5 |
* | gallium/radeon: do not reallocate user memory buffers | Nicolai Hähnle | 2016-01-14 | 2 | -0/+12 |
* | winsys/radeon: fix warnings about incompatible pointer types | Nicolai Hähnle | 2016-01-14 | 1 | -6/+6 |
* | svga: Rename SVGA_HINT_FLAG_DRAW_EMITTED | Sinclair Yeh | 2016-01-06 | 1 | -4/+4 |
* | nouveau: enable use of new kernel interfaces | Ben Skeggs | 2015-12-22 | 1 | -2/+0 |
* | nouveau: remove use of deprecated nouveau_device_wrap() | Ben Skeggs | 2015-12-22 | 1 | -8/+23 |
* | nouveau: fix screen creation failure paths | Ben Skeggs | 2015-12-22 | 1 | -6/+10 |
* | nouveau: return nouveau_screen from hw-specific creation functions | Ben Skeggs | 2015-12-22 | 1 | -2/+2 |
* | nouveau: remove use of deprecated nouveau_device::fd | Ben Skeggs | 2015-12-22 | 1 | -1/+1 |
* | winsys/amdgpu: clear the buffer cache on mmap failure and try again | Marek Olšák | 2015-12-11 | 1 | -0/+5 |
* | winsys/radeon: clear the buffer cache on mmap failure and try again | Marek Olšák | 2015-12-11 | 1 | -3/+10 |
* | winsys/amdgpu: clear the buffer cache on allocation failure and try again | Marek Olšák | 2015-12-11 | 1 | -2/+7 |
* | winsys/radeon: clear the buffer cache on allocation failure and try again | Marek Olšák | 2015-12-11 | 1 | -2/+7 |
* | gallium/radeon: remove radeon_winsys_cs_handle | Marek Olšák | 2015-12-11 | 4 | -36/+20 |
* | winsys/radeon: use pb_cache instead of pb_cache_manager | Marek Olšák | 2015-12-11 | 4 | -178/+75 |
* | winsys/radeon: use radeon_bomgr less | Marek Olšák | 2015-12-11 | 2 | -16/+8 |
* | winsys/radeon: rename radeon_bomgr_init_functions | Marek Olšák | 2015-12-11 | 3 | -3/+3 |
* | winsys/radeon: move variables from radeon_bomgr to radeon_drm_winsys | Marek Olšák | 2015-12-11 | 3 | -126/+129 |
* | winsys/radeon: remove redundant radeon_bomgr::va | Marek Olšák | 2015-12-11 | 1 | -7/+4 |
* | winsys/amdgpu: don't use the "rws" abbreviation for amdgpu_winsys | Marek Olšák | 2015-12-11 | 4 | -20/+20 |
* | winsys/amdgpu: use pb_cache instead of pb_cache_manager | Marek Olšák | 2015-12-11 | 4 | -173/+78 |
* | winsys/amdgpu: addrlib - port a Fiji bug fix | Sonny Jiang | 2015-12-07 | 2 | -1/+46 |
* | winsys/amdgpu: addrlib - port Checks mip 0 for czDispCompatible | Sonny Jiang | 2015-12-07 | 2 | -2/+5 |
* | winsys/amdgpu: addrlib - port fix error for workaround for 1D tiling | Sonny Jiang | 2015-12-07 | 1 | -1/+1 |
* | winsys/amdgpu: Make use of ARRAY_SIZE macro | Edward O'Callaghan | 2015-12-06 | 1 | -4/+2 |
* | winsys/radeon: Use CPU page size instead of hardcoding 4096 bytes v3 | Michel Dänzer | 2015-11-09 | 1 | -11/+19 |
* | virgl: wrap ret assignment with braces to do correct thing | Dave Airlie | 2015-11-08 | 2 | -2/+2 |
* | virgl/vtest: fix extra malloc | Dave Airlie | 2015-10-31 | 1 | -1/+1 |
* | gallium/swrast: fixup build breakage and warnings | Dave Airlie | 2015-10-31 | 6 | -1/+6 |