aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/radeon_winsys.h
Commit message (Expand)AuthorAgeFilesLines
* r300,r600,radeonsi: replace RADEON_FLUSH_* with PIPE_FLUSH_*Marek Olšák2017-11-291-4/+1
* radeon/winsys: add vcn enc ring typeBoyuan Zhang2017-11-171-0/+1
* winsys/amdgpu: handle cs_add_fence_dependency for deferred/unsubmitted fencesNicolai Hähnle2017-11-091-1/+3
* radeonsi: add GFX-IB-size query to the HUDMarek Olšák2017-10-171-0/+1
* winsys/amdgpu: implement sync_file import/exportMarek Olšák2017-10-121-0/+12
* radeonsi: implement pipe_context::fence_server_syncMarek Olšák2017-09-111-0/+7
* radeonsi: set a per-buffer flag that disables inter-process sharing (v4)Marek Olšák2017-08-311-4/+16
* radeonsi: remove Constant Engine supportMarek Olšák2017-08-221-32/+1
* gallium/radeon: attempt to fix a compiler failure in radeon_winsys.hMarek Olšák2017-07-041-1/+1
* gallium/radeon: add radeon_winsys::buffer_is_suballocatedMarek Olšák2017-07-041-0/+3
* gallium/radeon: clean up pb_cache bucket/usage determinationMarek Olšák2017-07-041-0/+20
* gallium/radeon: enable suballocations for VRAM with no CPU accessMarek Olšák2017-07-041-3/+12
* gallium/radeon: clean up (domain, flags) <-> (slab heap) translationsMarek Olšák2017-07-041-0/+62
* gallium/radeon: remove RADEON_FLAG_CPU_ACCESSMarek Olšák2017-07-041-4/+3
* gallium/radeon: rename RADEON_FLAG_HANDLE -> RADEON_FLAG_NO_SUBALLOCMarek Olšák2017-07-041-1/+1
* radeonsi: add a HUD query for getting an average GFX BO list sizeMarek Olšák2017-07-041-0/+1
* radeonsi: Use libdrm to get chipset nameSamuel Li2017-06-071-0/+2
* radeon/winsys: add vcn dec ring typeLeo Liu2017-05-251-0/+1
* radeon/winsys: add uvd enc ring typeLeo Liu2017-05-251-0/+1
* gallium/radeon: pipe AMDGPU_INFO_NUM_VRAM_CPU_PAGE_FAULTS into gallium HUDMarek Olšák2017-05-231-0/+1
* ac/radeonsi: move struct radeon_info to ac_gpu_info.hNicolai Hähnle2017-05-181-61/+1
* ac/radeonsi: move surface definitions to new header ac_surface.hNicolai Hähnle2017-05-181-147/+1
* gallium/radeon: fix typo in radeon_winsys.hSamuel Pitoiset2017-04-071-1/+1
* radeon/winsys: add sparse buffer interfaceNicolai Hähnle2017-04-051-0/+17
* radeonsi/gfx9: fix linear mipmap CPU accessMarek Olšák2017-03-311-2/+2
* winsys/surface: add height pitch for gfx9Leo Liu2017-03-301-0/+1
* radeonsi/gfx9: set/validate GFX9 BO metadataMarek Olšák2017-03-301-0/+5
* 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-0/+8
* gallium/radeon: move pre-GFX9 radeon_bo_metadata.* to u.legacy.*Marek Olšák2017-03-301-10/+14
* gallium/radeon: add GFX9 surface info to radeon_surfMarek Olšák2017-03-301-0/+38
* gallium/radeon: move pre-GFX9 radeon_surf.* members to radeon_surf.u.legacy.*Marek Olšák2017-03-301-24/+35
* radeonsi: use a clever alignment for constant buffer uploadsMarek Olšák2017-02-181-0/+1
* gallium/radeon: add a HUD query for monitoring the CS thread activityMarek Olšák2017-02-151-0/+1
* gallium/radeon: add VRAM-vis-usage HUD querySamuel Pitoiset2017-01-261-0/+1
* gallium/radeon: query the CPU accessible size of VRAMSamuel Pitoiset2017-01-261-0/+1
* gallium/radeon: add a new HUD query for the number of mapped buffersSamuel Pitoiset2017-01-251-0/+1
* gallium/radeon: add new HUD query num-SDMA-IBsMarek Olšák2017-01-061-0/+1
* gallium/radeon: rename the num-ctx-flushes query to num-GFX-IBsMarek Olšák2017-01-061-1/+1
* gallium/radeon: add RADEON_SURF_OPTIMIZE_FOR_SPACEMarek Olšák2016-11-211-0/+1
* gallium/radeon: add enum radeon_micro_modeMarek Olšák2016-11-011-0/+8
* gallium/radeon: add radeon_surf::is_linearMarek Olšák2016-11-011-0/+1
* gallium/radeon: remove radeon_surf_level::pitch_bytesMarek Olšák2016-11-011-1/+0
* gallium/radeon: replace radeon_surf_info::dcc_enabled with num_dcc_levelsMarek Olšák2016-11-011-1/+5
* gallium/radeon: re-order radeon_surf::dcc and htile membersMarek Olšák2016-10-261-5/+5
* gallium/radeon: rename bo_size -> surf_size, bo_alignment -> surf_alignmentMarek Olšák2016-10-261-2/+2
* gallium/radeon: remove flags specific to libdrm_radeon from winsys interfaceMarek Olšák2016-10-261-2/+1
* gallium/radeon: remove r600_htile_infoMarek Olšák2016-10-261-1/+0
* gallium/radeon: remove unnecessary fields from radeon_surf_levelMarek Olšák2016-10-261-4/+0
* gallium/radeon: decrease the size of radeon_surfMarek Olšák2016-10-261-30/+32