aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* svga: remove unused vmw_dri1_intersect_src_bbox()Samuel Pitoiset2017-04-131-32/+0
* gallium/radeon: add HUD queries for GPU temperature and clocksSamuel Pitoiset2017-04-101-1/+6
* svga: add context pointer to the invalidate surface interfaceCharmaine Lee2017-04-074-16/+19
* winsys/svga: use c11 thread types/functionsBrian Paul2017-04-073-13/+13
* winsys/svga: Resolve command submission buffer contention v3Thomas Hellstrom2017-04-073-2/+38
* winsys/amdgpu: sparse buffer debugging helpersNicolai Hähnle2017-04-051-0/+61
* winsys/amdgpu: take fences when freeing a backing bufferNicolai Hähnle2017-04-051-3/+11
* winsys/amdgpu: add sparse buffers to CSNicolai Hähnle2017-04-052-16/+140
* winsys/amdgpu: sparse buffer creation / destruction / commitmentNicolai Hähnle2017-04-051-1/+400
* winsys/amdgpu: add sparse buffer data structuresNicolai Hähnle2017-04-052-1/+46
* winsys/amdgpu: extend amdgpu_add_fence to allow adding multiple fencesNicolai Hähnle2017-04-052-11/+27
* winsys/amdgpu: build handles and flags list late on submit threadNicolai Hähnle2017-04-052-17/+28
* winsys/amdgpu: share common code in amdgpu_add_fence_dependenciesNicolai Hähnle2017-04-051-21/+17
* winsys/amdgpu: extract amdgpu_do_add_real_bufferNicolai Hähnle2017-04-051-8/+18
* winsys/radeon: sparse buffers will not be supportedNicolai Hähnle2017-04-051-0/+2
* radeonsi/gfx9: fix and enable single-sample CMASK fast clearMarek Olšák2017-03-311-0/+7
* radeonsi/gfx9: fix and enable MSAA compressionMarek Olšák2017-03-311-1/+1
* radeonsi/gfx9: fix linear mipmap CPU accessMarek Olšák2017-03-311-1/+1
* winsys/amdgpu: remove AMDGPU_INFO_NUM_EVICTIONSSamuel Pitoiset2017-03-301-4/+0
* winsys/surface: add height pitch for gfx9Leo Liu2017-03-301-0/+1
* winsys/amdgpu: set/get BO tiling flags for GFX9Marek Olšák2017-03-301-2/+4
* radeonsi/gfx9: add radeon_surf.gfx9.surf_offsetMarek Olšák2017-03-301-0/+1
* radeonsi/gfx9: add a workaround for 1D depth texturesMarek Olšák2017-03-301-7/+5
* gallium/radeon: move pre-GFX9 radeon_bo_metadata.* to u.legacy.*Marek Olšák2017-03-302-56/+62
* winsys/amdgpu: set num_tile_pipes, pipe_interleave_bytes for GFX9Marek Olšák2017-03-301-2/+11
* winsys/amdgpu: wire up new addrlib for GFX9Marek Olšák2017-03-301-1/+399
* winsys/amdgpu: update amdgpu_addr_create for GFX9Marek Olšák2017-03-301-17/+29
* winsys/amdgpu: rename GFX6 surface functionsMarek Olšák2017-03-301-25/+29
* gallium/radeon: move pre-GFX9 radeon_surf.* members to radeon_surf.u.legacy.*Marek Olšák2017-03-302-51/+52
* radeonsi/gfx9: set the LLVM processor, require LLVM 5.0Marek Olšák2017-03-301-0/+7
* radeonsi/gfx9: add GFX9 and VEGA10 enumsMarek Olšák2017-03-301-1/+6
* amdgpu/addrlib: Rewrite tile mode optmization codeXavi Zhang2017-03-301-7/+5
* radeon_drm_bo: explicitly check return value of drmCommandWriteReadJulien Isorce2017-03-201-2/+7
* radeon: initialize hole variable before calling container_ofJulien Isorce2017-03-201-1/+1
* winsys/amdgpu: use drmGetDevice2 APIEmil Velikov2017-03-151-2/+2
* winsys/radeon: check null return from radeon_cs_create_fence in cs_flushJulien Isorce2017-03-131-11/+13
* winsys/radeon: check null in radeon_cs_create_fenceJulien Isorce2017-03-131-0/+3
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-0715-97/+97
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-0715-65/+65
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-077-13/+13
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-078-16/+16
* gallium/util: remove pipe_static_mutex()Timothy Arceri2017-03-076-6/+6
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-079-15/+15
* radeonsi: drop support for LLVM 3.6 & 3.7Marek Olšák2017-03-061-8/+0
* haiku/winsys: fix dt prototype argsJerome Duval2017-02-241-1/+2
* gallium/u_queue: isolate util_queue_fence implementationMarek Olšák2017-02-222-2/+2
* winsys/amdgpu: reduce max_alloc_size based on GTT limitsNicolai Hähnle2017-02-211-2/+4
* radeonsi: use a clever alignment for constant buffer uploadsMarek Olšák2017-02-182-0/+2
* winsys/radeon: remove fall-back definesEmil Velikov2017-02-163-47/+0
* gallium/radeon: add a HUD query for monitoring the CS thread activityMarek Olšák2017-02-152-0/+4