util/slab: Rename slab_mempool typed parameters to mempool
[mesa.git] / src / amd /
2018-10-29 Eric Engestromradv: add missing meson build dependency
2018-10-29 Samuel Pitoisetradv: implement VK_EXT_transform_feedback
2018-10-29 Samuel Pitoisetradv: add multiple streams support for the GS copy...
2018-10-29 Samuel Pitoisetradv: emit stream outputs for vertex and tessellation...
2018-10-29 Samuel Pitoisetradv: declare streamout SGPRs
2018-10-29 Samuel Pitoisetradv: gather stream output info
2018-10-29 Samuel Pitoisetradv: allow to emit a vertex to a specified stream
2018-10-29 Samuel Pitoisetradv: allow to use up to 4 GSVS ring buffers
2018-10-29 Samuel Pitoisetradv: adjust the number of output components per stream
2018-10-29 Samuel Pitoisetradv: adjust the GSVS ring sizes based on the number...
2018-10-29 Samuel Pitoisetradv: gather which GS stream is used for every outputs
2018-10-29 Samuel Pitoisetradv: gather the number of output components per stream
2018-10-29 Samuel Pitoisetradv: gather the number of streams used by geometry...
2018-10-29 Samuel Pitoisetradv: remove wrong comment in calculate_gs_ring_sizes...
2018-10-26 Eric Engestromradv: remove duplicate brackets in version string
2018-10-26 Eric Engestromvulkan: drop always-true param
2018-10-26 Jason Ekstrandnir/validate: Print when the validation failed
2018-10-26 Samuel Pitoisetradv: implement image to image operations for R32G32B32
2018-10-26 Samuel Pitoisetradv: fix a comment in radv_meta_buffer_to_image_cs_r32...
2018-10-26 Samuel Pitoisetradv: add get_image_stride_for_r32g32b32() helper
2018-10-26 Samuel Pitoisetradv: add create_bview_for_r32g32b32() helper
2018-10-26 Samuel Pitoisetradv: add create_buffer_from_image() helper
2018-10-26 David McFarlandutil: Change remaining uint32 cache ids to sha1
2018-10-25 Bas Nieuwenhuizenradv: Emit enqueued pipeline barriers on event write.
2018-10-25 Bas Nieuwenhuizenradv: Add support for VK_KHR_driver_properties.
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-10-23 Timothy Arceriradv: call nir_link_xfb_varyings()
2018-10-23 Timothy Arceriradv: move nir_lower_io_to_scalar_early() to radv_link_...
2018-10-23 Leo Liuamd/common: check DRM version 3.27 for JPEG decode
2018-10-23 Boyuan Zhangamd/common: add vcn jpeg ip info query
2018-10-23 Samuel Pitoisetradv: fix btoi for R32G32B32 when the dest offset is...
2018-10-23 Eric Engestromradv: s/abs/fabsf/ for floats
2018-10-22 Jason Ekstrandanv,radv: Trivially expose two new VK_GOOGLE extensions
2018-10-22 Connor Abbottac: Fix loading a dvec3 from an SSBO
2018-10-22 Connor Abbottac: Introduce ac_build_expand()
2018-10-19 Bas Nieuwenhuizenradv: Fix WSI & PCI bus info initialization order.
2018-10-18 Andres Rodriguezradv: fix check for perftest options size
2018-10-18 Jason Ekstrandvulkan/wsi: Use VK_EXT_pci_bus_info for DRM fd matching
2018-10-18 Jason Ekstrandvulkan/wsi: Implement GetPhysicalDevicePresentRectanglesKHR
2018-10-18 Jason Ekstrandvulkan/wsi: Store the instance allocator in wsi_device
2018-10-18 Timothy Arceriradv: use nir_shrink_vec_array_vars()
2018-10-18 Timothy Arceriradv: use nir_split_array_vars()
2018-10-18 Timothy Arceriradv: use nir_opt_find_array_copies()
2018-10-18 Timothy Arceriradv: use nir_opt_copy_prop_vars and nir_opt_dead_write...
2018-10-18 Keith Packardvulkan: Add VK_EXT_calibrated_timestamps extension...
2018-10-16 Marek Olšákac: add helpers for fast integer division by a constant
2018-10-16 Marek Olšákradeonsi: save raster config in screen, add se_tile_repeat
2018-10-16 Marek Olšákradeonsi: rename si_gfx_* functions to si_cp_*
2018-10-16 Marek Olšákradeonsi: make si_gfx_write_event_eop more configurable
2018-10-16 Samuel Pitoisetradv: disable VK_SUBGROUP_FEATURE_VOTE_BIT
2018-10-16 Samuel Pitoisetradv: implement buffer to image operations for R32G32B32
2018-10-16 Alex Smithac/nir: Use context-specific LLVM types
2018-10-15 Samuel Pitoisetradv: do not force the flat qualifier for clip/cull...
2018-10-15 Samuel Pitoisetradv: bump discreteQueuePriorities to 2
2018-10-15 Bas Nieuwenhuizenradv: Implement VK_EXT_pci_bus_info.
2018-10-12 Samuel Pitoisetradv: do not support blitting surfaces for R32G32B32...
2018-10-12 Samuel Pitoisetradv: emit the GLC bit for SSBO loads/stores when needed
2018-10-11 Samuel Pitoisetradv: implement clear operations for R32G32B32
2018-10-11 Samuel Pitoisetradv: disallow 3D images and mipmaps/layers for R32G32B...
2018-10-11 Samuel Pitoisetradv: add a workaround for a VGT hang with prim restart...
2018-10-11 Dave Airlieradv: remove unsigned comparison against 0
2018-10-11 Dave Airlieradv: remove dead code for master_fd close
2018-10-11 Dave Airlieradv: don't pass shader key by copy
2018-10-09 Eric Engestromradv: add missing meson c++ visibility arguments
2018-10-08 Samuel Pitoisetradv: tidy up radv_pipeline_init_multisample_state()
2018-10-08 Samuel Pitoisetradv: always set PA_SC_MODE_CNTL_1.OUT_OF_ORDER_WATER_MARK
2018-10-08 Samuel Pitoisetradv: set DB_EQAA.INCOHERENT_EQAA_READS
2018-10-07 Marek Olšákac: add ac_build_round
2018-10-07 Marek Olšákac: correct PKT3_COPY_DATA definitions
2018-10-07 Marek Olšákac: simplify LLVM alloca helpers
2018-10-07 Marek Olšákac: define all address spaces properly
2018-10-04 Samuel Pitoisetradv: fix resetting the pool for timestamp queries
2018-10-02 Timothy Arceriutil: disable cache if we have no build-id and timestam...
2018-10-01 Samuel Pitoisetradv: do not try to set DCC_CONTROL when image doesn...
2018-10-01 Samuel Pitoisetradv: add a sanity check for mutable formats and TC...
2018-10-01 Samuel Pitoisetradv: disable HTILE for very small depth surfaces
2018-10-01 Samuel Pitoisetradv: add potential missing fields for DB_EQAA
2018-10-01 Samuel Pitoisetradv: disable complicated point clipping against user...
2018-09-28 Samuel Pitoisetradv: do not sync CP DMA when copying buffers
2018-09-28 Samuel Pitoisetradv: adjust the CmdUpdateBuffer threshold for optimal...
2018-09-28 Samuel Pitoisetradv: do not use the availability bit for timestamp...
2018-09-27 Bas Nieuwenhuizenradv: Remove garbage comment.
2018-09-27 Bas Nieuwenhuizenradv: Do not use multiple draws for multisample copies.
2018-09-25 Andres Rodriguezradv: only emit ZPASS_DONE for timestamp queries on...
2018-09-24 Timothy Arceriradv: make use of nir_lower_load_const_to_scalar()
2018-09-21 Samuel Pitoisetradv: use the resolve compute path if dest uses multipl...
2018-09-21 Jason Ekstrandanv,radv: Implement vkAcquireNextImage2
2018-09-21 Samuel Pitoisetradv: only enable shaderInt16 on GFX9+ and LLVM7+
2018-09-20 Bas Nieuwenhuizenradv: Fix driver UUID SHA1 init.
2018-09-19 Samuel Pitoisetradv: use a 64-bit unsigned integer when allocating...
2018-09-19 Samuel Pitoisetradv: enable VK_SUBGROUP_FEATURE_ARITHMETIC_BIT
2018-09-19 Samuel Pitoisetradv: do not support blitting surfaces with depth and...
2018-09-18 Bas NieuwenhuizenRevert "radv: fix descriptor pool allocation size"
2018-09-18 Samuel Pitoisetradv: implement VK_EXT_conservative_rasterization
2018-09-18 Samuel Pitoisetradv: do not re-create the sampler for every blits...
2018-09-18 Samuel Pitoisetradv: allow to force anisotropy via RADV_TEX_ANISO
2018-09-17 Bas Nieuwenhuizenradv: Use build ID if available for cache UUID.
2018-09-17 Samuel Pitoisetradv: enable shaderInt16 capability
2018-09-17 Samuel Pitoisetac: add 16-bit support to ac_build_bitfield_reverse()
2018-09-17 Samuel Pitoisetac: add 16-bit support to ac_build_bit_count()
next