summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)AuthorFilesLines
2017-04-10gallium/radeon: add HUD queries for GPU temperature and clocksSamuel Pitoiset1-1/+6
2017-04-07svga: add context pointer to the invalidate surface interfaceCharmaine Lee4-16/+19
2017-04-07winsys/svga: use c11 thread types/functionsBrian Paul3-13/+13
2017-04-07winsys/svga: Resolve command submission buffer contention v3Thomas Hellstrom3-2/+38
2017-04-05winsys/amdgpu: sparse buffer debugging helpersNicolai Hähnle1-0/+61
2017-04-05winsys/amdgpu: take fences when freeing a backing bufferNicolai Hähnle1-3/+11
2017-04-05winsys/amdgpu: add sparse buffers to CSNicolai Hähnle2-16/+140
2017-04-05winsys/amdgpu: sparse buffer creation / destruction / commitmentNicolai Hähnle1-1/+400
2017-04-05winsys/amdgpu: add sparse buffer data structuresNicolai Hähnle2-1/+46
2017-04-05winsys/amdgpu: extend amdgpu_add_fence to allow adding multiple fencesNicolai Hähnle2-11/+27
2017-04-05winsys/amdgpu: build handles and flags list late on submit threadNicolai Hähnle2-17/+28
2017-04-05winsys/amdgpu: share common code in amdgpu_add_fence_dependenciesNicolai Hähnle1-21/+17
2017-04-05winsys/amdgpu: extract amdgpu_do_add_real_bufferNicolai Hähnle1-8/+18
2017-04-05winsys/radeon: sparse buffers will not be supportedNicolai Hähnle1-0/+2
2017-03-31radeonsi/gfx9: fix and enable single-sample CMASK fast clearMarek Olšák1-0/+7
2017-03-31radeonsi/gfx9: fix and enable MSAA compressionMarek Olšák1-1/+1
2017-03-31radeonsi/gfx9: fix linear mipmap CPU accessMarek Olšák1-1/+1
2017-03-30winsys/amdgpu: remove AMDGPU_INFO_NUM_EVICTIONSSamuel Pitoiset1-4/+0
2017-03-30winsys/surface: add height pitch for gfx9Leo Liu1-0/+1
2017-03-30winsys/amdgpu: set/get BO tiling flags for GFX9Marek Olšák1-2/+4
2017-03-30radeonsi/gfx9: add radeon_surf.gfx9.surf_offsetMarek Olšák1-0/+1
2017-03-30radeonsi/gfx9: add a workaround for 1D depth texturesMarek Olšák1-7/+5
2017-03-30gallium/radeon: move pre-GFX9 radeon_bo_metadata.* to u.legacy.*Marek Olšák2-56/+62
2017-03-30winsys/amdgpu: set num_tile_pipes, pipe_interleave_bytes for GFX9Marek Olšák1-2/+11
2017-03-30winsys/amdgpu: wire up new addrlib for GFX9Marek Olšák1-1/+399
2017-03-30winsys/amdgpu: update amdgpu_addr_create for GFX9Marek Olšák1-17/+29
2017-03-30winsys/amdgpu: rename GFX6 surface functionsMarek Olšák1-25/+29
2017-03-30gallium/radeon: move pre-GFX9 radeon_surf.* members to radeon_surf.u.legacy.*Marek Olšák2-51/+52
2017-03-30radeonsi/gfx9: set the LLVM processor, require LLVM 5.0Marek Olšák1-0/+7
2017-03-30radeonsi/gfx9: add GFX9 and VEGA10 enumsMarek Olšák1-1/+6
2017-03-30amdgpu/addrlib: Rewrite tile mode optmization codeXavi Zhang1-7/+5
2017-03-20radeon_drm_bo: explicitly check return value of drmCommandWriteReadJulien Isorce1-2/+7
2017-03-20radeon: initialize hole variable before calling container_ofJulien Isorce1-1/+1
2017-03-15winsys/amdgpu: use drmGetDevice2 APIEmil Velikov1-2/+2
2017-03-13winsys/radeon: check null return from radeon_cs_create_fence in cs_flushJulien Isorce1-11/+13
2017-03-13winsys/radeon: check null in radeon_cs_create_fenceJulien Isorce1-0/+3
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri15-97/+97
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri15-65/+65
2017-03-07gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri7-13/+13
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri8-16/+16
2017-03-07gallium/util: remove pipe_static_mutex()Timothy Arceri6-6/+6
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy Arceri9-15/+15
2017-03-06radeonsi: drop support for LLVM 3.6 & 3.7Marek Olšák1-8/+0
2017-02-24haiku/winsys: fix dt prototype argsJerome Duval1-1/+2
2017-02-22gallium/u_queue: isolate util_queue_fence implementationMarek Olšák2-2/+2
2017-02-21winsys/amdgpu: reduce max_alloc_size based on GTT limitsNicolai Hähnle1-2/+4
2017-02-18radeonsi: use a clever alignment for constant buffer uploadsMarek Olšák2-0/+2
2017-02-16winsys/radeon: remove fall-back definesEmil Velikov3-47/+0
2017-02-15gallium/radeon: add a HUD query for monitoring the CS thread activityMarek Olšák2-0/+4
2017-02-13winsys/intel: remove unused winsys - ilo was its only userEmil Velikov5-744/+0