aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/radeon: rename the num-ctx-flushes query to num-GFX-IBsMarek Olšák2017-01-066-8/+8
* radeonsi: add Polaris12 support (v3)Junwei Zhang2016-12-211-0/+4
* winsys/amdgpu: set addrlib flag opt4SpaceMarek Olšák2016-11-211-0/+1
* gallium/radeon: add RADEON_SURF_OPTIMIZE_FOR_SPACEMarek Olšák2016-11-211-1/+3
* winsys/radeon: don't call surface_best for FMASKMarek Olšák2016-11-051-1/+1
* gallium/radeon: Multiply bpe by nsamples in surf_winsys_to_drmMichel Dänzer2016-11-041-2/+5
* gallium/radeon: Use flags parameter in radeon_winsys_surface_initMichel Dänzer2016-11-041-1/+1
* gallium/radeon: Only convert stencil info if RADEON_SURF_SBUFFER is setMichel Dänzer2016-11-041-10/+21
* gallium/radeon: Only loop up to last_level for drm<->winsys conversionMichel Dänzer2016-11-041-2/+2
* gallium/radeon: add radeon_surf::is_linearMarek Olšák2016-11-012-0/+2
* gallium/radeon: remove radeon_surf_level::pitch_bytesMarek Olšák2016-11-012-9/+11
* gallium/radeon: replace radeon_surf_info::dcc_enabled with num_dcc_levelsMarek Olšák2016-11-011-2/+2
* gallium/radeon: don't force the same tiling parameters for FMASKMarek Olšák2016-10-261-0/+2
* winsys/amdgpu: allocate FMASK properlyMarek Olšák2016-10-261-2/+4
* gallium/radeon: rename bo_size -> surf_size, bo_alignment -> surf_alignmentMarek Olšák2016-10-262-9/+9
* gallium/radeon: remove flags specific to libdrm_radeon from winsys interfaceMarek Olšák2016-10-261-1/+3
* gallium/radeon: remove unnecessary fields from radeon_surf_levelMarek Olšák2016-10-262-15/+0