| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | winsys/amdgpu: avoid ioctl call when fence_wait is called without timeout | Nicolai Hähnle | 2016-05-17 | 1 | -3/+10 |
* | Treewide: Remove Elements() macro | Jan Vesely | 2016-05-17 | 2 | -8/+8 |
* | gallium/radeon: add a heuristic for better (S)DMA performance | Marek Olšák | 2016-05-10 | 2 | -0/+16 |
* | gallium/radeon: align alignments for better buffer reuse | Marek Olšák | 2016-05-10 | 2 | -0/+2 |
* | gallium/radeon: use gart_page_size instead of hardcoded 4096 | Marek Olšák | 2016-05-10 | 2 | -4/+5 |
* | winsys/radeon: use gart_page_size instead of private size_align | Marek Olšák | 2016-05-10 | 3 | -14/+11 |
* | winsys/amdgpu: move gart_page_size to struct radeon_winsys | Marek Olšák | 2016-05-10 | 3 | -10/+9 |
* | gallium/radeon: remove stencil_tile_split from metadata | Marek Olšák | 2016-05-02 | 1 | -4/+0 |
* | gallium/radeon: remove tile_mode_array_valid flags | Marek Olšák | 2016-05-02 | 2 | -4/+0 |
* | winsys/amdgpu: pass PIPE_CONFIG to addrlib on texture import | Marek Olšák | 2016-05-02 | 2 | -0/+2 |
* | winsys/amdgpu: read NUM_BANKS from buffer metadata | Marek Olšák | 2016-05-02 | 2 | -21/+2 |
* | gallium/radeon: add radeon_surf::macro_tile_index | Marek Olšák | 2016-05-02 | 2 | -0/+19 |
* | winsys/radeon: drop support for kernels lacking tile mode array queries | Marek Olšák | 2016-05-02 | 1 | -6/+14 |
* | winsys/radeon: count buffer size only once | Marek Olšák | 2016-05-02 | 1 | -2/+2 |
* | winsys/amdgpu: count buffer size only once | Marek Olšák | 2016-05-02 | 1 | -2/+2 |
* | winsys/amdgpu: loosen up requirements for how much memory IBs can use | Marek Olšák | 2016-05-02 | 1 | -4/+10 |
* | winsys/sw/xlib: use correct free function for xlib_dt->data | Jose Fonseca | 2016-05-01 | 1 | -1/+1 |
* | winsys/sw/dri: use correct free function for dri_sw_dt->data | WuZhen | 2016-05-01 | 1 | -1/+1 |
* | winsys/radeon: enlarge buffer_indices_hashlist | Bas Nieuwenhuizen | 2016-04-28 | 1 | -1/+1 |
* | gallium/radeon: drop support for LINEAR_GENERAL layout | Marek Olšák | 2016-04-28 | 1 | -6/+0 |
* | winsys/radeon: remove use_reusable_pool parameter from buffer_create | Nicolai Hähnle | 2016-04-27 | 4 | -18/+11 |
* | gallium: Remove every double semi-colon | Jakob Sinclair | 2016-04-26 | 2 | -2/+2 |
* | scons: Whenever possible decide what to do based on platform and not compiler. | Jose Fonseca | 2016-04-26 | 1 | -6/+4 |
* | winsys/amdgpu: Silence possibly uninitialized variable warning. | Bas Nieuwenhuizen | 2016-04-21 | 1 | -0/+3 |
* | winsys/amdgpu: fix preamble IB size | Thomas Hindoe Paaboel Andersen | 2016-04-21 | 1 | -0/+1 |
* | winsys/amdgpu: Enlarge const IB size. | Bas Nieuwenhuizen | 2016-04-19 | 1 | -8/+20 |
* | winsys/amdgpu: Add support for const IB. | Marek Olšák | 2016-04-19 | 2 | -5/+94 |
* | winsys/amdgpu: split IB data into a new structure in preparation for CE | Marek Olšák | 2016-04-19 | 4 | -47/+48 |
* | gallium/radeon: move ring_type into winsyses | Marek Olšák | 2016-04-19 | 4 | -9/+11 |
* | gallium/radeon: relax requirements on VRAM placements on APUs | Marek Olšák | 2016-04-12 | 2 | -0/+28 |
* | winsys/amdgpu: remove hack for low VRAM configuration | Marek Olšák | 2016-04-12 | 1 | -10/+0 |
* | winsys/radeon: fix printing allocation failures | Marek Olšák | 2016-04-12 | 1 | -4/+4 |
* | winsys/amdgpu: add support for 64-bit buffer sizes | Marek Olšák | 2016-04-12 | 3 | -17/+22 |
* | pb_buffer: switch pb_buffer::size to 64 bits | Marek Olšák | 2016-04-12 | 3 | -6/+8 |
* | radeonsi: add support for Polaris (v2) | Sonny Jiang | 2016-03-24 | 1 | -0/+8 |
* | winsys/amdgpu: addrlib - add Polaris support (v2) | Sonny Jiang | 2016-03-24 | 3 | -2/+18 |
* | gallium/radeon: remove old CS tracing | Marek Olšák | 2016-03-20 | 7 | -392/+4 |
* | radeon/winsys: add layer support for BO export | Christian König | 2016-03-17 | 2 | -0/+5 |
* | radeon/winsys: add offset support for BO import/export | Christian König | 2016-03-17 | 2 | -6/+12 |
* | gallium/winsys/drm: add offset to struct winsys_handle | Christian König | 2016-03-17 | 4 | -0/+6 |
* | winsys/amdgpu/addrlib: do not wrap header inclusion in extern "C" | Emil Velikov | 2016-03-09 | 1 | -2/+2 |
* | winsys/amdgpu: get PCI info | Marek Olšák | 2016-03-09 | 1 | -2/+15 |
* | winsys/amdgpu: allow drivers to set/get opaque metadata | Marek Olšák | 2016-03-09 | 1 | -0/+5 |
* | gallium/radeon: rename winsys buffer_get/set_tiling to buffer_get/set_metadata | Marek Olšák | 2016-03-09 | 2 | -12/+12 |
* | gallium/radeon: remove rcs parameter from radeon_winsys::buffer_set_tiling | Marek Olšák | 2016-03-09 | 2 | -9/+0 |
* | gallium/radeon: use a structure for passing tiling flags from/to winsys | Marek Olšák | 2016-03-09 | 2 | -80/+47 |
* | gallium: add external usage flags to resource_from(get)_handle (v2) | Marek Olšák | 2016-03-09 | 1 | -2/+4 |
* | winsys/amdgpu: enlarge buffer_indices_hashlist | Bas Nieuwenhuizen | 2016-03-09 | 1 | -1/+1 |
* | svga: add new svga_winsys_context::get_command_buffer_size() | Brian Paul | 2016-03-04 | 1 | -0/+8 |
* | winsys/svga: Increase the fence timeout | Thomas Hellstrom | 2016-03-04 | 1 | -1/+2 |