aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_get.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: remove useless #includesMarek Olšák2020-01-151-2/+0
* radeonsi: remove TGSIMarek Olšák2020-01-061-18/+9
* radeon: Use P010 for decoding of 10-bit videosThong Thai2020-01-031-2/+3
* radeonsi: enable SPIR-V and GL 4.6 for NIRMarek Olšák2019-11-271-6/+5
* radeonsi/nir: don't lower fma, instead, fuse fmaMarek Olšák2019-11-151-1/+1
* radeonsi: enable 8K video decode support for HEVC and VP9Leo Liu2019-10-301-2/+18
* gallium: remove PIPE_SHADER_CAP_SCALAR_ISAMarek Olšák2019-10-101-2/+0
* nir: add nir_shader_compiler_options::lower_to_scalarMarek Olšák2019-10-101-0/+1
* radeonsi: only support at most 1024 threads per blockMarek Olšák2019-09-091-8/+2
* amd: replace major llvm version checks with LLVM_VERSION_MAJOREric Engestrom2019-09-061-2/+3
* radeonsi/nir: Don't lower constant arrays to uniformsConnor Abbott2019-09-051-0/+5
* radeonsi: add JPEG decode support for VCN 2.0 devicesThong Thai2019-08-291-3/+1
* gallium/vl: use compute preference for all multimedia, not just blitIlia Mirkin2019-08-201-1/+1
* radeonsi: enable EXT_shader_image_load_storePierre-Eric Pelloux-Prayer2019-08-061-0/+2
* radeonsi/gfx10: add global use_ngg and use_ngg_streamout flagsMarek Olšák2019-08-061-1/+1
* gallium: Implement GL_EXT_shader_samples_identical via a new capabilityKenneth Graunke2019-08-011-0/+1
* radeonsi: add support for compute-only chipsMarek Olšák2019-07-291-1/+4
* ac/nir: implement nir_op_pack_{us}norm_2x16Marek Olšák2019-07-231-2/+0
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-4/+4
* radeonsi/gfx10: implement Wave32Marek Olšák2019-07-191-1/+1
* radeonsi/gfx10: implement ARB_post_depth_coverageMarek Olšák2019-07-191-1/+3
* gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund2019-07-101-1/+3
* radeonsi/gfx10: don't expose unimplemented PIPE_CAP_QUERY_SO_OVERFLOWMarek Olšák2019-07-091-1/+3
* radeonsi: Expose support for 10-bit VP9 decodePratik Vishwakarma2019-07-091-0/+5
* radeonsi/nir: Use NIR barycentric intrinsicsConnor Abbott2019-07-081-0/+1
* radeonsi/gfx10: gfx10 can render up to 8192 layersNicolai Hähnle2019-07-031-0/+4
* radeonsi: enable jpeg decode for navi10Boyuan Zhang2019-07-031-1/+2
* radeonsi: enable encode support for newer HWLeo Liu2019-07-031-5/+3
* nir: Add lower_rotate flag and set to true in all driversSagar Ghuge2019-07-011-0/+1
* gallium: Add CAP for opcode DIVGert Wollny2019-06-301-0/+1
* amd/common: lower bitfield_extract to ubfe/ibfe.Daniel Schürmann2019-06-241-0/+1
* amd/common: lower bitfield_insert to bfm & bitfield_selectDaniel Schürmann2019-06-241-0/+1
* radeonsi: reduce MAX_GEOMETRY_OUTPUT_VERTICESNicolai Hähnle2019-06-171-1/+4
* ac: add radeon_info::is_amdgpu instead of checking drm_major == 3Marek Olšák2019-06-141-2/+2
* radeonsi: Enable NIR's lower_fmod option.Kenneth Graunke2019-06-051-0/+1
* gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH countKenneth Graunke2019-05-231-1/+1
* r600+radeonsi: use ctx_query_reset_status on radeonMarek Olšák2019-05-161-2/+1
* ac: rename SI-CIK-VI to GFX6-GFX7-GFX8Marek Olšák2019-05-151-1/+1
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-131-1/+2
* radeonsi: overhaul the vertex fetch fixup mechanismNicolai Hähnle2019-05-131-1/+1
* nir: nir_shader_compiler_options: drop native_integersChristian Gmeiner2019-05-071-1/+0
* radeonsi: add si_debug_options for convenient adding/removing of optionsNicolai Hähnle2019-04-251-3/+3
* gallium: add PIPE_CAP_PREFER_COMPUTE_BLIT_FOR_MULTIMEDIAMarek Olšák2019-04-241-0/+1
* gallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for all driversMarek Olšák2019-04-241-3/+0
* gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHTMarek Olšák2019-04-231-0/+3
* ac: add radeon_info::marketing_name, replacing the winsys callbackMarek Olšák2019-04-231-12/+3
* nir: optimize gl_SampleMaskIn to gl_HelperInvocation for radeonsi when possibleMarek Olšák2019-04-161-0/+1
* radeonsi: enable GL_EXT_shader_image_load_formattedMarek Olšák2019-04-151-0/+1
* simplify LLVM version string printingEric Engestrom2019-04-041-5/+2
* gallium: add pipe_grid_info::last_blockMarek Olšák2019-03-151-0/+1