summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv: implement clear operations for R32G32B32Samuel Pitoiset2018-10-113-1/+284
* radv: disallow 3D images and mipmaps/layers for R32G32B32 linear formatsSamuel Pitoiset2018-10-111-0/+14
* radv: add a workaround for a VGT hang with prim restart and stripsSamuel Pitoiset2018-10-111-0/+11
* radv: remove unsigned comparison against 0Dave Airlie2018-10-111-1/+1
* radv: remove dead code for master_fd closeDave Airlie2018-10-111-2/+0
* radv: don't pass shader key by copyDave Airlie2018-10-111-7/+6
* radv: add missing meson c++ visibility argumentsEric Engestrom2018-10-091-0/+1
* radv: tidy up radv_pipeline_init_multisample_state()Samuel Pitoiset2018-10-081-19/+16
* radv: always set PA_SC_MODE_CNTL_1.OUT_OF_ORDER_WATER_MARKSamuel Pitoiset2018-10-081-2/+2
* radv: set DB_EQAA.INCOHERENT_EQAA_READSSamuel Pitoiset2018-10-081-1/+1
* ac: add ac_build_roundMarek Olšák2018-10-063-3/+19
* ac: correct PKT3_COPY_DATA definitionsMarek Olšák2018-10-063-9/+16
* ac: simplify LLVM alloca helpersMarek Olšák2018-10-061-7/+4
* ac: define all address spaces properlyMarek Olšák2018-10-064-11/+13
* radv: fix resetting the pool for timestamp queriesSamuel Pitoiset2018-10-041-7/+5
* util: disable cache if we have no build-id and timestamp is zeroTimothy Arceri2018-10-021-4/+0
* radv: do not try to set DCC_CONTROL when image doesn't use DCCSamuel Pitoiset2018-10-011-1/+1
* radv: add a sanity check for mutable formats and TC-compat HTILESamuel Pitoiset2018-10-011-5/+22
* radv: disable HTILE for very small depth surfacesSamuel Pitoiset2018-10-011-1/+3
* radv: add potential missing fields for DB_EQAASamuel Pitoiset2018-10-011-1/+3
* radv: disable complicated point clipping against user clip planesSamuel Pitoiset2018-10-011-1/+0
* radv: do not sync CP DMA when copying buffersSamuel Pitoiset2018-09-281-0/+2
* radv: adjust the CmdUpdateBuffer threshold for optimal performanceSamuel Pitoiset2018-09-282-1/+3
* radv: do not use the availability bit for timestamp queriesSamuel Pitoiset2018-09-282-30/+28
* radv: Remove garbage comment.Bas Nieuwenhuizen2018-09-271-1/+0
* radv: Do not use multiple draws for multisample copies.Bas Nieuwenhuizen2018-09-271-57/+5
* radv: only emit ZPASS_DONE for timestamp queries on gfx queuesAndres Rodriguez2018-09-251-1/+1
* radv: make use of nir_lower_load_const_to_scalar()Timothy Arceri2018-09-251-0/+2
* radv: use the resolve compute path if dest uses multiple layersSamuel Pitoiset2018-09-211-1/+2
* anv,radv: Implement vkAcquireNextImage2Jason Ekstrand2018-09-211-10/+25
* radv: only enable shaderInt16 on GFX9+ and LLVM7+Samuel Pitoiset2018-09-211-1/+1
* radv: Fix driver UUID SHA1 init.Bas Nieuwenhuizen2018-09-201-0/+2
* radv: use a 64-bit unsigned integer when allocating a descriptor poolSamuel Pitoiset2018-09-191-1/+1
* radv: enable VK_SUBGROUP_FEATURE_ARITHMETIC_BITSamuel Pitoiset2018-09-192-0/+2
* radv: do not support blitting surfaces with depth and stencilSamuel Pitoiset2018-09-191-0/+4
* Revert "radv: fix descriptor pool allocation size"Bas Nieuwenhuizen2018-09-181-2/+1
* radv: implement VK_EXT_conservative_rasterizationSamuel Pitoiset2018-09-183-1/+63
* radv: do not re-create the sampler for every blits in CmdBlitImage()Samuel Pitoiset2018-09-181-15/+17
* radv: allow to force anisotropy via RADV_TEX_ANISOSamuel Pitoiset2018-09-182-2/+47
* radv: Use build ID if available for cache UUID.Bas Nieuwenhuizen2018-09-171-8/+35
* radv: enable shaderInt16 capabilitySamuel Pitoiset2018-09-172-1/+2
* ac: add 16-bit support to ac_build_bitfield_reverse()Samuel Pitoiset2018-09-171-0/+5
* ac: add 16-bit support to ac_build_bit_count()Samuel Pitoiset2018-09-171-0/+5
* ac: add 16-bit support to ac_find_lsb()Samuel Pitoiset2018-09-171-2/+13
* ac: add 16-bit support to ac_build_umsb()Samuel Pitoiset2018-09-171-2/+16
* ac: add 16-bit support to ac_build_isign()Samuel Pitoiset2018-09-171-5/+16
* ac: add 16-bit constant values for zero and oneSamuel Pitoiset2018-09-172-0/+4
* ac: add ac_build_bifield_reverse() helperSamuel Pitoiset2018-09-173-1/+26
* ac: add ac_build_bit_count() helperSamuel Pitoiset2018-09-173-6/+31
* radv: fix use of unreachable() in the meta blit pathSamuel Pitoiset2018-09-171-4/+4