summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* 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
* util: Change remaining uint32 cache ids to sha1David McFarland2018-10-261-20/+2
* radv: Emit enqueued pipeline barriers on event write.Bas Nieuwenhuizen2018-10-251-0/+2
* radv: Add support for VK_KHR_driver_properties.Bas Nieuwenhuizen2018-10-252-0/+25
* util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom2018-10-251-1/+0
* radv: call nir_link_xfb_varyings()Timothy Arceri2018-10-241-0/+4
* radv: move nir_lower_io_to_scalar_early() to radv_link_shaders()Timothy Arceri2018-10-241-26/+18
* amd/common: check DRM version 3.27 for JPEG decodeLeo Liu2018-10-231-1/+1
* amd/common: add vcn jpeg ip info queryBoyuan Zhang2018-10-231-2/+12
* radv: fix btoi for R32G32B32 when the dest offset is not 0Samuel Pitoiset2018-10-231-2/+2
* radv: s/abs/fabsf/ for floatsEric Engestrom2018-10-231-4/+4
* anv,radv: Trivially expose two new VK_GOOGLE extensionsJason Ekstrand2018-10-221-0/+2
* ac: Fix loading a dvec3 from an SSBOConnor Abbott2018-10-221-2/+2
* ac: Introduce ac_build_expand()Connor Abbott2018-10-222-14/+29
* radv: Fix WSI & PCI bus info initialization order.Bas Nieuwenhuizen2018-10-191-4/+9
* radv: fix check for perftest options sizeAndres Rodriguez2018-10-181-1/+1
* vulkan/wsi: Use VK_EXT_pci_bus_info for DRM fd matchingJason Ekstrand2018-10-182-5/+2
* vulkan/wsi: Implement GetPhysicalDevicePresentRectanglesKHRJason Ekstrand2018-10-181-0/+14
* vulkan/wsi: Store the instance allocator in wsi_deviceJason Ekstrand2018-10-182-3/+0
* radv: use nir_shrink_vec_array_vars()Timothy Arceri2018-10-181-0/+1