summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* 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
* radv: use nir_split_array_vars()Timothy Arceri2018-10-181-0/+2
* radv: use nir_opt_find_array_copies()Timothy Arceri2018-10-183-8/+23
* radv: use nir_opt_copy_prop_vars and nir_opt_dead_write_varsTimothy Arceri2018-10-181-0/+4
* vulkan: Add VK_EXT_calibrated_timestamps extension (radv and anv) [v5]Keith Packard2018-10-172-0/+120
* ac: add helpers for fast integer division by a constantMarek Olšák2018-10-162-0/+78
* radeonsi: save raster config in screen, add se_tile_repeatMarek Olšák2018-10-163-4/+14
* radeonsi: rename si_gfx_* functions to si_cp_*Marek Olšák2018-10-161-0/+1
* radeonsi: make si_gfx_write_event_eop more configurableMarek Olšák2018-10-161-0/+5
* radv: disable VK_SUBGROUP_FEATURE_VOTE_BITSamuel Pitoiset2018-10-161-2/+4
* radv: implement buffer to image operations for R32G32B32Samuel Pitoiset2018-10-163-2/+353
* ac/nir: Use context-specific LLVM typesAlex Smith2018-10-161-2/+2
* radv: do not force the flat qualifier for clip/cull distancesSamuel Pitoiset2018-10-151-2/+2
* radv: bump discreteQueuePriorities to 2Samuel Pitoiset2018-10-151-1/+1
* radv: Implement VK_EXT_pci_bus_info.Bas Nieuwenhuizen2018-10-153-0/+13
* radv: do not support blitting surfaces for R32G32B32 formatsSamuel Pitoiset2018-10-121-0/+7
* radv: emit the GLC bit for SSBO loads/stores when neededSamuel Pitoiset2018-10-123-8/+22
* 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