aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* 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
* winsys/intel: remove unused winsys - ilo was its only userEmil Velikov2017-02-135-744/+0
* winsys/amdgpu: avoid potential segfault in amdgpu_bo_map()Samuel Pitoiset2017-02-031-7/+10
* ilo: EOL unplumb unmaintained gallium drv from winsysEdward O'Callaghan2017-02-031-1/+0
* winsys/radeon: Allow visible VRAM size > 256MB with kernel driver >= 2.49Michel Dänzer2017-02-011-1/+6
* winsys/radeon: clamp vram_vis_size to 256MBMarek Olšák2017-01-301-1/+1
* winsys/amdgpu: add a fast exit path into amdgpu_cs_add_bufferMarek Olšák2017-01-302-0/+21
* winsys/amdgpu: do not iterate twice when adding fence dependenciesSamuel Pitoiset2017-01-301-31/+32
* winsys/amdgpu: add one likely() call in amdgpu_cs_flush()Samuel Pitoiset2017-01-301-2/+2
* winsys/amdgpu: fix ADDR_REGISTER_VALUE::backendDisablesMarek Olšák2017-01-301-1/+1
* gallium/radeon: clean up r600_query_init_backend_maskMarek Olšák2017-01-301-0/+3
* gallium/radeon: add VRAM-vis-usage HUD querySamuel Pitoiset2017-01-262-0/+5
* gallium/radeon: query the CPU accessible size of VRAMSamuel Pitoiset2017-01-262-1/+11
* gallium/radeon: add a new HUD query for the number of mapped buffersSamuel Pitoiset2017-01-256-0/+12
* winsys/amdgpu: drop all IBs if at least one was rejected within the contextMarek Olšák2017-01-231-1/+7
* winsys/amdgpu: report a rejected IB as a lost contextMarek Olšák2017-01-233-0/+14
* winsys/etnaviv: automake: introduce Makefile.sourcesEmil Velikov2017-01-122-1/+5
* imx: gallium driver for imx-drm scanout driverChristian Gmeiner2017-01-124-0/+120
* etnaviv: gallium driver for Vivante GPUsThe etnaviv authors2017-01-123-0/+233
* winsys/amdgpu: fix a race condition between fence updates and IB submissionsMarek Olšák2017-01-062-18/+22
* gallium/radeon: add new HUD query num-SDMA-IBsMarek Olšák2017-01-066-2/+15