summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
2018-10-29radv: add missing meson build dependencyEric Engestrom1-1/+1
2018-10-29radv: implement VK_EXT_transform_feedbackSamuel Pitoiset9-16/+568
2018-10-29radv: add multiple streams support for the GS copy shaderSamuel Pitoiset1-26/+76
2018-10-29radv: emit stream outputs for vertex and tessellation stagesSamuel Pitoiset1-0/+137
2018-10-29radv: declare streamout SGPRsSamuel Pitoiset2-2/+56
2018-10-29radv: gather stream output infoSamuel Pitoiset3-0/+60
2018-10-29radv: allow to emit a vertex to a specified streamSamuel Pitoiset1-8/+14
2018-10-29radv: allow to use up to 4 GSVS ring buffersSamuel Pitoiset1-21/+57
2018-10-29radv: adjust the number of output components per streamSamuel Pitoiset1-5/+4
2018-10-29radv: adjust the GSVS ring sizes based on the number of componentsSamuel Pitoiset1-6/+19
2018-10-29radv: gather which GS stream is used for every outputsSamuel Pitoiset2-0/+3
2018-10-29radv: gather the number of output components per streamSamuel Pitoiset2-0/+3
2018-10-29radv: gather the number of streams used by geometry shadersSamuel Pitoiset2-0/+15
2018-10-29radv: remove wrong comment in calculate_gs_ring_sizes() about streamsSamuel Pitoiset1-1/+1
2018-10-26radv: remove duplicate brackets in version stringEric Engestrom1-1/+1
2018-10-26vulkan: drop always-true paramEric Engestrom1-2/+0
2018-10-26nir/validate: Print when the validation failedJason Ekstrand1-2/+2
2018-10-26radv: implement image to image operations for R32G32B32Samuel Pitoiset3-2/+331
2018-10-26radv: fix a comment in radv_meta_buffer_to_image_cs_r32g32b32()Samuel Pitoiset1-1/+1
2018-10-26radv: add get_image_stride_for_r32g32b32() helperSamuel Pitoiset1-10/+17
2018-10-26radv: add create_bview_for_r32g32b32() helperSamuel Pitoiset1-33/+38
2018-10-26radv: add create_buffer_from_image() helperSamuel Pitoiset1-38/+35
2018-10-26util: Change remaining uint32 cache ids to sha1David McFarland1-20/+2
2018-10-25radv: Emit enqueued pipeline barriers on event write.Bas Nieuwenhuizen1-0/+2
2018-10-25radv: Add support for VK_KHR_driver_properties.Bas Nieuwenhuizen2-0/+25
2018-10-25util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom1-1/+0
2018-10-24radv: call nir_link_xfb_varyings()Timothy Arceri1-0/+4
2018-10-24radv: move nir_lower_io_to_scalar_early() to radv_link_shaders()Timothy Arceri1-26/+18
2018-10-23amd/common: check DRM version 3.27 for JPEG decodeLeo Liu1-1/+1
2018-10-23amd/common: add vcn jpeg ip info queryBoyuan Zhang1-2/+12
2018-10-23radv: fix btoi for R32G32B32 when the dest offset is not 0Samuel Pitoiset1-2/+2
2018-10-23radv: s/abs/fabsf/ for floatsEric Engestrom1-4/+4
2018-10-22anv,radv: Trivially expose two new VK_GOOGLE extensionsJason Ekstrand1-0/+2
2018-10-22ac: Fix loading a dvec3 from an SSBOConnor Abbott1-2/+2
2018-10-22ac: Introduce ac_build_expand()Connor Abbott2-14/+29
2018-10-19radv: Fix WSI & PCI bus info initialization order.Bas Nieuwenhuizen1-4/+9
2018-10-18radv: fix check for perftest options sizeAndres Rodriguez1-1/+1
2018-10-18vulkan/wsi: Use VK_EXT_pci_bus_info for DRM fd matchingJason Ekstrand2-5/+2
2018-10-18vulkan/wsi: Implement GetPhysicalDevicePresentRectanglesKHRJason Ekstrand1-0/+14
2018-10-18vulkan/wsi: Store the instance allocator in wsi_deviceJason Ekstrand2-3/+0
2018-10-18radv: use nir_shrink_vec_array_vars()Timothy Arceri1-0/+1
2018-10-18radv: use nir_split_array_vars()Timothy Arceri1-0/+2
2018-10-18radv: use nir_opt_find_array_copies()Timothy Arceri3-8/+23
2018-10-18radv: use nir_opt_copy_prop_vars and nir_opt_dead_write_varsTimothy Arceri1-0/+4
2018-10-17vulkan: Add VK_EXT_calibrated_timestamps extension (radv and anv) [v5]Keith Packard2-0/+120
2018-10-16ac: add helpers for fast integer division by a constantMarek Olšák2-0/+78
2018-10-16radeonsi: save raster config in screen, add se_tile_repeatMarek Olšák3-4/+14
2018-10-16radeonsi: rename si_gfx_* functions to si_cp_*Marek Olšák1-0/+1
2018-10-16radeonsi: make si_gfx_write_event_eop more configurableMarek Olšák1-0/+5
2018-10-16radv: disable VK_SUBGROUP_FEATURE_VOTE_BITSamuel Pitoiset1-2/+4