summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_get.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi/nir: disable vertex_id_zero_based loweringTimothy Arceri2018-02-281-1/+0
* radeonsi/nir: enable lowering of fpowTimothy Arceri2018-02-261-0/+1
* radeonsi/nir: disable GLSL IR loop unrollingTimothy Arceri2018-02-221-0/+2
* radeonsi: enable uvd encode for HEVC mainJames Zhu2018-02-211-1/+3
* radeonsi: disallow constant buffers with a 64-bit address in slot 0Marek Olšák2018-02-171-1/+3
* gallium: allow drivers to impose BO flags restrictions on constant buffer 0Marek Olšák2018-02-171-0/+1
* gallium: drop all the guard band float caps.Dave Airlie2018-02-141-5/+0
* radeonsi: stop returning PIPE_SHADER_IR_NATIVE for PIPE_SHADER_CAP_PREFERRED_IRTimothy Arceri2018-02-101-3/+0
* radeonsi/nir: add nir support for compiling compute shadersTimothy Arceri2018-02-071-4/+4
* radeonsi: enable vcn encode for HEVC mainBoyuan Zhang2018-02-051-1/+3
* amd: remove support for LLVM 3.9Marek Olšák2018-02-021-10/+3
* radeonsi: fix fence_server_sync() holding up extra work v2Andres Rodriguez2018-01-301-1/+3
* gallium: introduce PIPE_CAP_FENCE_SIGNAL v2Andres Rodriguez2018-01-301-0/+1
* gallium: remove PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák2018-01-171-1/+0
* gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAPMarek Olšák2018-01-171-1/+0
* gallium: remove PIPE_CAP_TWO_SIDED_STENCILMarek Olšák2018-01-171-1/+0
* radeonsi: bump glsl version to 450 for nir backendTimothy Arceri2018-01-181-6/+1
* radv/radeonsi/nir: lower 64bit flrpTimothy Arceri2018-01-131-0/+1
* ac: rename has_sync_file to has_fence_to_handle.Bas Nieuwenhuizen2018-01-041-1/+1
* gallium: plumb context priority through to driverRob Clark2017-12-191-0/+1
* st/glsl_to_nir/radeonsi: enable gs support for nir backendTimothy Arceri2017-12-041-1/+2
* radeonsi: remove r600_common_screenMarek Olšák2017-11-291-85/+85
* radeonsi: document our vendor string situationMarek Olšák2017-11-291-0/+3
* radeonsi: move video queries into si_get.cMarek Olšák2017-11-291-1/+149
* radeonsi: move all get functions to si_get.c; disk_cache_create to si_pipe.cMarek Olšák2017-11-291-0/+852