opencl: autotools: Fix linking order for OpenCL target
[mesa.git] / src / amd /
2018-05-14 Samuel Pitoisetradv: reduce the number of parameters export by the...
2018-05-14 Samuel Pitoisetradv: scan the geometry shader output usage mask
2018-05-14 Samuel Pitoisetradv: run the shader info pass before emitting the...
2018-05-14 Samuel Pitoisetradv: check that layout isn't NULL in radv_nir_shader_i...
2018-05-14 Bas Nieuwenhuizenradv: Disable texel buffers with A2 SNORM/SSCALED/SINT...
2018-05-14 Bas Nieuwenhuizenradv: Fix up 2_10_10_10 alpha sign.
2018-05-14 Bas Nieuwenhuizenradv: Add support for IMG_DATA_FORMAT_32_32_32.
2018-05-14 Bas Nieuwenhuizenradv: Translate logic ops.
2018-05-14 Bas Nieuwenhuizenradv: Fix multiview queries.
2018-05-14 Samuel Pitoisetradv: remove useless check in radv_create_shaders()
2018-05-14 Samuel Pitoisetradv: allow to dump the GS copy shader with RADV_DEBUG...
2018-05-14 Samuel Pitoisetradv: move {load,store}_var intrinsics scanning in...
2018-05-13 Dave Airlieradv: use compute path for multi-layer images.
2018-05-13 Dave Airlieradv: resolve all layers in compute resolve path.
2018-05-13 Dave Airlieradv/resolve: do fmask decompress on all layers.
2018-05-12 Timothy Arceriradv: add initial support for VK_PIPELINE_CREATE_DISABL...
2018-05-11 Samuel Pitoisetradv: move ac_build_if_state on top of radv_nir_to_llvm.c
2018-05-11 Samuel Pitoisetradv: minor cleanups in radv_fill_shader_variant()
2018-05-10 Marek Olšákac/gpu_info: add has_read_registers_query
2018-05-10 Marek Olšákac/gpu_info: add has_2d_tiling
2018-05-10 Marek Olšákac/gpu_info: add has_sparse_vm_mappings
2018-05-10 Marek Olšákac/gpu_info: add has_unaligned_shader_loads
2018-05-10 Marek Olšákac/gpu_info: add has_indirect_compute_dispatch
2018-05-10 Marek Olšákac/gpu_info: add kernel_flushes_tc_l2_after_ib
2018-05-10 Marek Olšákac/gpu_info: add has_format_bc1_through_bc7
2018-05-10 Marek Olšákac/gpu_info: add has_eqaa_surface_allocator
2018-05-10 Marek Olšákradeonsi: clean up the reset status query implementation
2018-05-10 Marek Olšákac/gpu_info: add has_bo_metadata
2018-05-10 Marek Olšákac/gpu_info: add si_TA_CS_BC_BASE_ADDR_allowed
2018-05-10 Marek Olšákac/gpu_info: add htile_cmask_support_1d_tiling
2018-05-10 Marek Olšákac/gpu_info: add kernel_flushes_hdp_before_ib
2018-05-10 Marek Olšákac/surface: add EQAA support
2018-05-10 Marek Olšákac/surface: unify common legacy and gfx9 fmask fields
2018-05-10 Marek Olšákac/surface/gfx6: compute FMASK together with the color...
2018-05-10 Marek Olšákac/surface/gfx9: fix a typo in CMASK RB/pipe alignment
2018-05-10 Marek Olšákac: set correct LLVM processor names for Raven & Vega12
2018-05-10 Marek Olšákac: sort raster configs
2018-05-10 Marek Olšákac: remove 1 RB raster config for Iceland
2018-05-10 Marek Olšákac: move the Fiji kernel workaround for raster config...
2018-05-10 Marek Olšákac: enable both RBs on Kaveri
2018-05-10 Andres Rodriguezradv: disable DCC for shareable images on GFX9+
2018-05-10 Samuel Pitoisetradv: move handling nosisched option in a better place
2018-05-10 Grazvydas Ignotasradv: assorted typo fixes
2018-05-10 Dave Airlieradv: handle arrays in the fmask descriptor.
2018-05-04 Nicolai Hähnleamd/common: use llvm.amdgcn.wqm for explicit derivatives
2018-05-03 Iago Toral Quirogacompiler/lower_64bit_packing: rename the pass to be...
2018-05-02 Bas Nieuwenhuizenradv: UseEnumerateInstanceVersion for the default version.
2018-05-02 Bas Nieuwenhuizenradv: Don't check the incoming apiVersion on CreateInst...
2018-05-02 Bas Nieuwenhuizenradv: Allow vkEnumerateInstanceVersion ProcAddr without...
2018-05-02 Matthew Nichollsradv: fix multisample image copies
2018-05-02 Samuel Pitoisetradv: enable out-of-order rasterization by default
2018-05-02 Samuel Pitoisetradv: only disable out-of-order rast for perfect occlus...
2018-05-01 Samuel Pitoisetradv: compute the number of subpass attachments correctly
2018-05-01 Dave Airlieradv: set fmask_surf_index on fmask surfaces.
2018-04-30 Andres Rodriguezradv/winsys: fix leaking resources from bo's imported...
2018-04-30 Dave Airlieac/nir: expand 64-bit vec3 loads to fix shuffling.
2018-04-27 Marek Olšákradeonsi: add triple into si_compiler
2018-04-27 Marek Olšákac/surface: handle DCC subresource fast clear restricti...
2018-04-27 Samuel Pitoisetac: fix texture query LOD for 1D textures on GFX9
2018-04-26 Samuel Pitoisetradv: set ac_surf_info::num_channels correctly
2018-04-26 Samuel Pitoisetradv: fix DCC enablement since partial MSAA implementation
2018-04-23 Dave Airlieac/radv/radeonsi: refactor harvest config register...
2018-04-23 Dave Airlieradv: only set raster_config_1 outside the index registers.
2018-04-23 Dave Airlieac/radv/radeonsi: refactor max simd waves into common...
2018-04-23 Dave Airlieac/radv/radeonsi: refactor raster_config default values...
2018-04-23 Dave Airlieradv: use common gs_table_depth code.
2018-04-23 Dave Airlieac/info: move gs table depth to common code.
2018-04-23 Dave Airlieradv/gfx9: don't use gs_table_depth on gfx9.
2018-04-23 Samuel Pitoisetac: fix the number of coordinates for ac_image_get_lod...
2018-04-23 Samuel Pitoisetac: teach get_ac_sampler_dim() about subpass attachments
2018-04-23 Samuel Pitoisetac/nir: add missing round_slice for 1D arrays
2018-04-23 Józef Kuciaradv: advertise 8 bits of subpixel precision for viewports
2018-04-22 Dave Airlieradv: mark const structs as extern in header file to...
2018-04-20 Samuel Pitoisetac/nir: fix image dimension for subpass attachments
2018-04-20 Bas Nieuwenhuizenradv: Mark GTT memory as device local for APUs.
2018-04-20 Samuel Pitoisetradv/winsys: allow to submit up to 4 IBs for chips...
2018-04-20 Samuel Pitoisetac/nir: handle nir_intrinsic_load_first_vertex like...
2018-04-20 Samuel Pitoisetradv/winsys: allow local BOs on APUs
2018-04-20 Samuel Pitoisetradv: use a global BO list only for VK_EXT_descriptor_i...
2018-04-20 Samuel PitoisetRevert "radv: Don't store buffer references in the...
2018-04-20 Nicolai Hähnleac/nir: use ac_build_image_opcode for image intrinsics
2018-04-20 Nicolai Hähnleradeonsi: generate image load/store/atomic ops using...
2018-04-20 Nicolai Hähnleamd/common: pass address components individually to...
2018-04-20 Nicolai Hähnleamd/common: pass new enum ac_image_dim to ac_build_imag...
2018-04-20 Nicolai Hähnleac/nir: fix atomic compare-and-swap
2018-04-19 Bas Nieuwenhuizenradv: Add Vega M support.
2018-04-19 Bas Nieuwenhuizenradv: Add bound checking workaround for dynamic buffers.
2018-04-19 Samuel Pitoisetradv: enable DCC for MSAA 2x textures on VI under an...
2018-04-19 Samuel Pitoisetradv: decompress DCC for multisampled source images...
2018-04-19 Samuel Pitoisetradv: add a workaround for fast clears with DCC and...
2018-04-19 Samuel Pitoisetradv: allocate CMASK for DCC fast clear with MSAA
2018-04-19 Samuel Pitoisetradv: implement fast color clear for DCC with MSAA
2018-04-19 Samuel Pitoisetradv: make sure to sync after resolving using the compu...
2018-04-19 Samuel Pitoisetradv: dump the SHA1 of SPIRV in the hang report
2018-04-18 Bas Nieuwenhuizenradv: Enable VK_EXT_descriptor_indexing.
2018-04-18 Bas Nieuwenhuizenradv: Support allocating variable size descriptor sets.
2018-04-18 Bas Nieuwenhuizenradv: Add support for variable descriptor set layouts.
2018-04-18 Bas Nieuwenhuizenradv: Fix GetDescriptorSetLayoutSupport.
2018-04-18 Bas Nieuwenhuizenradv: Use sorted bindings for set layout creation.
2018-04-18 Bas Nieuwenhuizenradv: Don't store buffer references in the descriptor...
next