summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv: Align large buffers to the fragment size.Bas Nieuwenhuizen2018-11-281-1/+5
* radv: Clamp gfx9 image view extents to the allocated image extents.Bas Nieuwenhuizen2018-11-271-4/+2
* radv: Fix opaque metadata descriptor last layer.Bas Nieuwenhuizen2018-11-261-1/+1
* Revert "radv: disable VK_SUBGROUP_FEATURE_VOTE_BIT"Connor Abbott2018-11-161-4/+2
* radv: binding streamout buffers doesn't change context regsSamuel Pitoiset2018-11-141-2/+7
* radv: only expose VK_SUBGROUP_FEATURE_ARITHMETIC_BIT for VI+Samuel Pitoiset2018-11-141-1/+1
* radv: disable conditional rendering for vkCmdCopyQueryPoolResults()Samuel Pitoiset2018-11-081-0/+9
* ac/nir_to_llvm: fix b2f for f64Timothy Arceri2018-11-081-3/+12
* radv: add missing TFB queries support to CmdCopyQueryPoolsResults()Samuel Pitoiset2018-11-082-0/+278
* android: radv: add libmesa_git_sha1 static dependencyMauro Rossi2018-11-081-1/+2
* radv: fix begin/end transform feedback with 0 counter buffers.Dave Airlie2018-11-071-12/+16
* radv: apply xfb buffer offset at buffer binding time not later. (v2)Dave Airlie2018-11-071-2/+4
* radv: set PA_SU_PRIM_FILTER_CNTL optimallySamuel Pitoiset2018-11-011-0/+9
* radv: only enable gl_SampleMask if MSAA is enabled tooSamuel Pitoiset2018-11-011-2/+11
* radv: use radeon_info::num_good_cu_per_shSamuel Pitoiset2018-11-011-3/+1
* ac/nir: make use of i1false in few more placesSamuel Pitoiset2018-11-011-3/+3
* radv: add support for Raven2Samuel Pitoiset2018-11-013-3/+9
* radv/xfb: don't increase offset by component mask start.Dave Airlie2018-10-311-3/+0
* configure: allow building with python3Emil Velikov2018-10-312-6/+6
* radv: use WAIT_REG_MEM_GREATER_OR_EQUAL instead of a magic valueSamuel Pitoiset2018-10-312-1/+2
* radv: use pool->stride when calling radv_query_shader()Samuel Pitoiset2018-10-311-2/+2
* radv: rename some parameters in Cmd{Begin,End}TransformFeedbackEXT()Samuel Pitoiset2018-10-311-8/+8
* radv/winsys: do not assign last submission when chained path failedSamuel Pitoiset2018-10-311-1/+4
* radv/winsys: fix buffer deletion in the sysmem pathSamuel Pitoiset2018-10-311-2/+3
* radv/winsys: cleanup the chained submission pathSamuel Pitoiset2018-10-311-11/+17
* radv/winsys: remove unused surface_best()Samuel Pitoiset2018-10-312-10/+0
* radeonsi: add support for Raven2 (v2)Marek Olšák2018-10-307-1/+19
* ac: fix ac_build_fdiv for f64Marek Olšák2018-10-291-1/+2
* radv: add missing meson build dependencyEric Engestrom2018-10-291-1/+1
* radv: implement VK_EXT_transform_feedbackSamuel Pitoiset2018-10-299-16/+568
* radv: add multiple streams support for the GS copy shaderSamuel Pitoiset2018-10-291-26/+76
* radv: emit stream outputs for vertex and tessellation stagesSamuel Pitoiset2018-10-291-0/+137
* radv: declare streamout SGPRsSamuel Pitoiset2018-10-292-2/+56
* radv: gather stream output infoSamuel Pitoiset2018-10-293-0/+60
* radv: allow to emit a vertex to a specified streamSamuel Pitoiset2018-10-291-8/+14
* radv: allow to use up to 4 GSVS ring buffersSamuel Pitoiset2018-10-291-21/+57
* radv: adjust the number of output components per streamSamuel Pitoiset2018-10-291-5/+4
* radv: adjust the GSVS ring sizes based on the number of componentsSamuel Pitoiset2018-10-291-6/+19
* radv: gather which GS stream is used for every outputsSamuel Pitoiset2018-10-292-0/+3
* radv: gather the number of output components per streamSamuel Pitoiset2018-10-292-0/+3
* radv: gather the number of streams used by geometry shadersSamuel Pitoiset2018-10-292-0/+15
* radv: remove wrong comment in calculate_gs_ring_sizes() about streamsSamuel Pitoiset2018-10-291-1/+1
* radv: remove duplicate brackets in version stringEric Engestrom2018-10-261-1/+1
* vulkan: drop always-true paramEric Engestrom2018-10-261-2/+0
* nir/validate: Print when the validation failedJason Ekstrand2018-10-261-2/+2
* radv: implement image to image operations for R32G32B32Samuel Pitoiset2018-10-263-2/+331
* radv: fix a comment in radv_meta_buffer_to_image_cs_r32g32b32()Samuel Pitoiset2018-10-261-1/+1
* radv: add get_image_stride_for_r32g32b32() helperSamuel Pitoiset2018-10-261-10/+17
* radv: add create_bview_for_r32g32b32() helperSamuel Pitoiset2018-10-261-33/+38
* radv: add create_buffer_from_image() helperSamuel Pitoiset2018-10-261-38/+35