summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)AuthorFilesLines
2017-07-17winsys/svga/drm: Enable import/export fence FDSinclair Yeh3-19/+53
2017-07-17winsys/svga/drm: Connect winsys-side fence_* functionsSinclair Yeh4-10/+109
2017-07-17winsys/svga/drm: Prepare to support fence fdSinclair Yeh1-3/+8
2017-07-17drivers/svga, winsys/svga/drm: Thread through timeout for fence_finishSinclair Yeh3-2/+6
2017-07-17radeonsi: prevent a deadlock in util_queue_add_job with too many GL contextsMarek Olšák1-1/+2
2017-07-10gallium: use "ull" number suffix to keep the QtCreator parser happyMarek Olšák2-2/+2
2017-07-09radv: add support for using addrlib max alignment.Dave Airlie1-1/+1
2017-07-05android: build imx-drm winsysTomeu Vizoso1-0/+40
2017-07-05android: add etnaviv driver build supportRob Herring1-0/+33
2017-07-04winsys/amdgpu: use 128KB BOs for suballocations of up to 64KB BOsMarek Olšák2-3/+5
2017-07-04gallium/radeon: add radeon_winsys::buffer_is_suballocatedMarek Olšák2-0/+14
2017-07-04gallium/radeon: clean up pb_cache bucket/usage determinationMarek Olšák2-32/+10
2017-07-04gallium/radeon: enable suballocations for VRAM with no CPU accessMarek Olšák2-0/+6
2017-07-04gallium/radeon: clean up (domain, flags) <-> (slab heap) translationsMarek Olšák4-74/+17
2017-07-04gallium/radeon: remove RADEON_FLAG_CPU_ACCESSMarek Olšák3-17/+3
2017-07-04gallium/radeon: disallow exports of sparse and suballocated BOsMarek Olšák2-8/+6
2017-07-04gallium/radeon: rename RADEON_FLAG_HANDLE -> RADEON_FLAG_NO_SUBALLOCMarek Olšák3-6/+6
2017-07-04radeonsi: add a HUD query for getting an average GFX BO list sizeMarek Olšák4-0/+7
2017-07-03winsys/radeon: only call pb_slabs_reclaim when slabs are actually usedNicolai Hähnle1-1/+2
2017-06-27i915: use different CFLAGS/LIBS variables than i965/anvLionel Landwerlin1-1/+1
2017-06-23gallium/radeon: pass create_screen flags to r600_common_screen_initMarek Olšák4-8/+14
2017-06-22svga: fix pre-mature flushing of the command bufferCharmaine Lee2-2/+3
2017-06-20winsys/amdgpu: fix a deadlock when waiting for submission_in_progressMarek Olšák2-16/+43
2017-06-15gallium: Add renderonly-based support for pl111+vc4.Eric Anholt7-2/+169
2017-06-14radeon/winsys: Limit max allocation size to 70% of VRAMAaron Watry1-0/+2
2017-06-07radeonsi: Use libdrm to get chipset nameSamuel Li1-0/+8
2017-06-07util/u_queue: add an option to set the minimum thread priorityMarek Olšák2-2/+2
2017-05-25winsys/amdgpu: add vcn dec cs supportLeo Liu1-1/+10
2017-05-25radeon: rename has_uvd info to has_hw_decodeLeo Liu1-2/+2
2017-05-24winsys/amdgpu: align VA allocations to fragment size v2Christian König1-0/+2
2017-05-23gallium/radeon: pipe AMDGPU_INFO_NUM_VRAM_CPU_PAGE_FAULTS into gallium HUDMarek Olšák2-0/+8
2017-05-19virgl: fix virgl_bo_transfer_{put, get} box struct copyRob Herring1-2/+12
2017-05-18ac: add radeon_info::num_{sdma,compute}_ringsNicolai Hähnle1-2/+2
2017-05-18ac_surface: use radeon_info from ac_gpu_infoNicolai Hähnle2-6/+2
2017-05-18ac/radeonsi: move radeon_info initialization to amd/commonNicolai Hähnle2-238/+4
2017-05-18ac/radeonsi: move some aspects of sanity checking to ac_surfaceNicolai Hähnle1-16/+0
2017-05-18ac/radeonsi: add ac_compute_surface to automatically switch gfx6 vs. gfx9Nicolai Hähnle1-4/+1
2017-05-18ac/radeonsi: move the bulk of gfx9_surface_init to ac_surfaceNicolai Hähnle1-415/+10
2017-05-18ac/radeonsi: move the bulk of gfx6_surface_init to ac_surfaceNicolai Hähnle1-411/+16
2017-05-18ac/radeonsi: move amdgpu_addr_create to ac_surfaceNicolai Hähnle3-165/+1
2017-05-15radeonsi/gfx9: add support for RavenMarek Olšák1-0/+4
2017-05-11Android: rework LLVM build supportRob Herring1-0/+2
2017-05-11Android: push driver build details to driver makefilesRob Herring2-0/+9
2017-05-11Android: amd: use exported include dirs instead of explicit includesRob Herring1-6/+1
2017-05-05winsys/amdgpu: fix Polaris12 (RX 550) breakageMarek Olšák1-0/+1
2017-04-26winsys/svga: fix error path when kernel is not able to create surfaceDeepak Rawat1-15/+18
2017-04-19winsys/sw/dri: don't use GNU void pointer arithmeticEmil Velikov1-1/+1
2017-04-17winsys/amdgpu: init buffer_indices_hashlist with memset()Samuel Pitoiset1-8/+2
2017-04-17winsys/amdgpu: simplify amdgpu_cs_add_buffer() a bitSamuel Pitoiset1-4/+3
2017-04-13svga: remove unused vmw_dri1_intersect_src_bbox()Samuel Pitoiset1-32/+0