aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_get.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add scalar isa shader capChristian Gmeiner2018-06-201-0/+2
* radeonsi: enable OpenGL 3.3 compat profileTimothy Arceri2018-06-191-1/+1
* gallium: add support for programmable sample locationsRhys Perry2018-06-141-0/+1
* radeonsi: return real memory usage instead of per-process usageMarek Olšák2018-06-131-2/+2
* gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák2018-05-291-0/+3
* amd: remove support for LLVM 4.0Marek Olšák2018-05-171-3/+1
* ac/gpu_info: add has_2d_tilingMarek Olšák2018-05-101-5/+1
* ac/gpu_info: add has_sparse_vm_mappingsMarek Olšák2018-05-101-11/+2
* ac/gpu_info: add has_unaligned_shader_loadsMarek Olšák2018-05-101-5/+1
* radeonsi: expose ARB_query_buffer_object on ancient kernels tooMarek Olšák2018-05-101-3/+1
* ac/gpu_info: add has_indirect_compute_dispatchMarek Olšák2018-05-101-13/+3
* radeonsi: clean up the reset status query implementationMarek Olšák2018-05-101-3/+2
* radeonsi/gfx9: work around a GPU hang due to broken indirect indexing in LLVMMarek Olšák2018-05-101-0/+9
* gallium: add initial support for conservative rasterizationRhys Perry2018-04-301-0/+10
* radeonsi/gfx9: workaround for INTERP with indirect indexingMarek Olšák2018-04-271-6/+13
* radeonsi: add support for VegaMMarek Olšák2018-04-181-1/+2
* radeonsi: simplify generating the renderer stringMarek Olšák2018-04-131-11/+8
* radeonsi: use PIPE_FORMAT_P016 format for VP9 profile2Leo Liu2018-04-121-1/+2
* radeonsi: cap VP9 support to progressive bufferLeo Liu2018-04-121-0/+2
* radeonsi: cap VP9 support to RavenLeo Liu2018-04-121-0/+4
* radeonsi: move definitions out of r600_pipe_common.hMarek Olšák2018-04-051-2/+2
* radeonsi: update copyrightsMarek Olšák2018-04-051-0/+1
* radeonsi: implement GL_KHR_blend_equation_advancedMarek Olšák2018-04-021-1/+1
* radeonsi: add support for Vega12Marek Olšák2018-03-281-0/+1
* st/radeonsi: enable uniform packing in NIR backendTimothy Arceri2018-03-201-1/+5
* gallium: add packed uniform CAPTimothy Arceri2018-03-201-0/+1
* 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