summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/radeon
AgeCommit message (Expand)AuthorFilesLines
2017-04-05winsys/radeon: sparse buffers will not be supportedNicolai Hähnle1-0/+2
2017-03-30gallium/radeon: move pre-GFX9 radeon_bo_metadata.* to u.legacy.*Marek Olšák1-22/+22
2017-03-30gallium/radeon: move pre-GFX9 radeon_surf.* members to radeon_surf.u.legacy.*Marek Olšák1-23/+23
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-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 Arceri3-39/+39
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri3-19/+19
2017-03-07gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2-6/+6
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2-8/+8
2017-03-07gallium/util: remove pipe_static_mutex()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy Arceri3-7/+7
2017-02-22gallium/u_queue: isolate util_queue_fence implementationMarek Olšák1-1/+1
2017-02-18radeonsi: use a clever alignment for constant buffer uploadsMarek Olšák1-0/+1
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šák1-0/+2
2017-02-01winsys/radeon: Allow visible VRAM size > 256MB with kernel driver >= 2.49Michel Dänzer1-1/+6
2017-01-30winsys/radeon: clamp vram_vis_size to 256MBMarek Olšák1-1/+1
2017-01-30gallium/radeon: clean up r600_query_init_backend_maskMarek Olšák1-0/+3
2017-01-26gallium/radeon: add VRAM-vis-usage HUD querySamuel Pitoiset1-0/+1
2017-01-26gallium/radeon: query the CPU accessible size of VRAMSamuel Pitoiset1-0/+1
2017-01-25gallium/radeon: add a new HUD query for the number of mapped buffersSamuel Pitoiset3-0/+6
2017-01-06gallium/radeon: add new HUD query num-SDMA-IBsMarek Olšák3-1/+7
2017-01-06gallium/radeon: rename the num-ctx-flushes query to num-GFX-IBsMarek Olšák3-4/+4
2016-11-05winsys/radeon: don't call surface_best for FMASKMarek Olšák1-1/+1
2016-11-04gallium/radeon: Multiply bpe by nsamples in surf_winsys_to_drmMichel Dänzer1-2/+5
2016-11-04gallium/radeon: Use flags parameter in radeon_winsys_surface_initMichel Dänzer1-1/+1
2016-11-04gallium/radeon: Only convert stencil info if RADEON_SURF_SBUFFER is setMichel Dänzer1-10/+21
2016-11-04gallium/radeon: Only loop up to last_level for drm<->winsys conversionMichel Dänzer1-2/+2
2016-11-01gallium/radeon: add radeon_surf::is_linearMarek Olšák1-0/+1
2016-11-01gallium/radeon: remove radeon_surf_level::pitch_bytesMarek Olšák1-8/+11
2016-10-26gallium/radeon: rename bo_size -> surf_size, bo_alignment -> surf_alignmentMarek Olšák1-4/+4
2016-10-26gallium/radeon: remove flags specific to libdrm_radeon from winsys interfaceMarek Olšák1-1/+3
2016-10-26gallium/radeon: remove unnecessary fields from radeon_surf_levelMarek Olšák1-8/+0
2016-10-26gallium/radeon: decrease the size of radeon_surfMarek Olšák1-2/+2
2016-10-26gallium/radeon: pass pipe_resource and other params to surface_init directlyMarek Olšák1-20/+53
2016-10-26gallium/radeon: fold radeon_winsys::surface_best into radeon/winsysMarek Olšák1-18/+6
2016-10-05gallium/radeon/winsyses: set reasonable max_alloc_sizeMarek Olšák1-1/+3
2016-10-04winsys/radeon: add buffer_get_reloc_offsetNicolai Hähnle1-0/+11
2016-10-04gallium/winsys: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock1-1/+2
2016-09-29gallium/radeon/winsyses: add radeon_winsys::min_alloc_sizeNicolai Hähnle1-0/+4
2016-09-27gallium/radeon/winsyses: reduce the number of pb_cache bucketsNicolai Hähnle1-4/+2
2016-09-27winsys/radeon: enable buffer allocation from slabsNicolai Hähnle4-2/+209
2016-09-27winsys/radeon: add fine-grained fences for slab buffersNicolai Hähnle5-11/+137
2016-09-27winsys/radeon: add slab buffer listNicolai Hähnle5-12/+107
2016-09-27winsys/radeon: separate adding a buffer from updating its reloc dataNicolai Hähnle1-35/+17
2016-09-27winsys/radeon: add slab entry structures to radeon_boNicolai Hähnle2-39/+78
2016-09-27gallium/radeon: add RADEON_FLAG_HANDLENicolai Hähnle2-1/+4
2016-09-12winsys/radeon: rename nrelocs, crelocs to max_relocs, num_relocsNicolai Hähnle2-27/+27