intel/decoder: fix the possible out of bounds group_iter
[mesa.git] / src / amd /
2018-09-03 Bas Nieuwenhuizenradv: Fix CMASK dimensions.
2018-09-03 Bas Nieuwenhuizenradv: Use a lower max offchip buffer count.
2018-09-03 Bas Nieuwenhuizenradv: Add VEGA20 support.
2018-09-03 Dave Airlieradv: don't expose linear depth surfaces on SI/CIK...
2018-08-31 Samuel Pitoisetradv: add missing support for protected memory properties
2018-08-31 Samuel Pitoisetradv: remove dead code in scan_shader_output_decl()
2018-08-31 Samuel Pitoisetradv: remove radv_shader_context::num_output_{clips...
2018-08-31 Samuel Pitoisetradv: adjust the cull dist mask in scan_shader_output_d...
2018-08-31 Samuel Pitoisetradv: get length of the clip/cull distances array from...
2018-08-31 Samuel Pitoisetradv: do not recompute the output usage mask for clipdi...
2018-08-31 Samuel Pitoisetradv: gather the output usage mask for clip/cull distan...
2018-08-31 Samuel Pitoisetradv: add set_output_usage_mask() helper
2018-08-31 Samuel Pitoisetradv: fix passing clip/cull distances from VS to PS
2018-08-31 Dave Airlieac/radeonsi: fix CIK copy max size
2018-08-30 Jason Ekstrandradv/meta: Set num_components on image_store intrinsics
2018-08-29 Bas Nieuwenhuizenradv: Add missing checks in radv_get_image_format_prope...
2018-08-29 Marek Olšákradeonsi: add SI_QUERY_TIME_ELAPSED_SDMA for measuring...
2018-08-29 Marek Olšákradeonsi: add flag L2_STREAM for minimal cache usage
2018-08-29 Jason Ekstrandnir: Use a bitfield for image access qualifiers
2018-08-28 Marek Olšákac/surface: fix CMASK fast clear for NPOT textures...
2018-08-24 Emil VelikovRevert "configure: allow building with python3"
2018-08-23 Emil Velikovconfigure: allow building with python3
2018-08-23 Samuel Pitoisetradv/gfx9: implement coherent shaders for VK_ACCESS_SHA...
2018-08-22 Mariusz Ceieramd/addrlib: Fix include path for c99_compat.h
2018-08-22 Grazvydas Ignotasradv: use different builtin shader cache for 32bit
2018-08-22 Grazvydas Ignotasradv: place pointer length into cache uuid
2018-08-22 Marek Olšákac: fix WAITCNT flags for GFX9
2018-08-22 Kai Wasserbächamd/addrlib: mark physicalSliceSize as MAYBE_UNUSED...
2018-08-22 Kai Wasserbächamd/addrlib: mark numPipes as MAYBE_UNUSED in Addr...
2018-08-22 Kai Wasserbächamd/addrlib: mark *pEqToCheck as MAYBE_UNUSED in Addr...
2018-08-22 Kai Wasserbächamd/addrlib: mark microBlockDim as MAYBE_UNUSED in...
2018-08-22 Kai Wasserbächamd/addrlib: mark returnCode as MAYBE_UNUSED in ElemGet...
2018-08-22 Samuel Pitoisetac/nir: fix getting GLSL type of array of samplers...
2018-08-22 Samuel Pitoisetradv: remove dead variables after splitting per member...
2018-08-22 Samuel Pitoisetradv: use ac_build_imad()
2018-08-22 Marek Olšákac,radeonsi: use ac_build_gather_values more
2018-08-22 Marek Olšákac,radeonsi: use ac_build_fmad
2018-08-22 Marek Olšákac: add imad & fmad helpers
2018-08-22 Marek Olšákac: add ac_build_s_barrier
2018-08-22 Marek Olšákac: completely remove +auto-waitcnt-before-barrier
2018-08-20 Samuel Pitoisetradv: do not use CP predication for DCC decompressions
2018-08-17 Samuel Pitoisetradv/winsys: fix creating the BO list for virtual buffers
2018-08-16 Samuel Pitoisetradv: initialize the DCC predicate correctly when it...
2018-08-16 Samuel Pitoisetradv: fix missing initialization of the conditional...
2018-08-16 Bas Nieuwenhuizenradv: Revert divisor = 0 case for vertex attribute...
2018-08-16 Bas Nieuwenhuizenradv: Possible on-demand compilation fix.
2018-08-15 Timothy Arceriradv: add Doom workaround
2018-08-15 Samuel Pitoisetradv: disable the auto-waitcnt-before-barrier LLVM...
2018-08-15 Samuel Pitoisetradv: fix memory leaks in radv_load_meta_pipeline()
2018-08-15 Samuel Pitoisetradv: drop wrong initialization of COMPUTE_RESOURCE_LIMITS
2018-08-15 Mauro Rossiradv/meta_decompress: fix pointer to integer conversion
2018-08-15 Marek Olšákac: add radeon_info::name
2018-08-15 Marek Olšákradeonsi: implement EXT_window_rectangles
2018-08-14 Bas Nieuwenhuizenradv: Update to new VK_EXT_vertex_attribute_divisor...
2018-08-14 Bas Nieuwenhuizenradv: Allow ETC2 on RAVEN and VEGA10 instead of all...
2018-08-14 Bas Nieuwenhuizenradv: Fix missing Android platform define.
2018-08-14 Bas Nieuwenhuizenradv: Add on-demand compilation of built-in shaders.
2018-08-14 Bas Nieuwenhuizenradv: Refactor blit pipeline creation.
2018-08-14 Bas Nieuwenhuizenradv: Make fs key exemplars ordered to be a reverse...
2018-08-10 Mathieu Bridonmeson: Build with Python 3
2018-08-10 Mathieu Bridonpython: Fix inequality comparisons
2018-08-07 Mathieu Bridonpython: Fix rich comparisons
2018-08-03 Marek Olšákamd: remove support for LLVM 5.0
2018-08-03 Mauro Rossiandroid: radv: build vulkan.radv conditionally to radeonsi
2018-08-01 Marek Olšákac,radeonsi: reduce optimizations for complex compute...
2018-08-01 Mathieu Bridonpython: Use the unicode_escape codec
2018-08-01 Marek Olšákac/surface: fix MSAA corruption on Vega due to FMASK...
2018-07-31 Marek Olšákradeonsi: use storage_samples instead of color_samples...
2018-07-28 Mauro Rossiandroid: radv: enable build of vulkan.radv HAL module
2018-07-28 Mauro Rossiandroid: radv: add Android.mk for vulkan.radv HAL module
2018-07-28 Mauro Rossiradv: generate entrypoints for VK_ANDROID_native_buffer
2018-07-28 Mauro Rossiradv: move vk_format_table.c to generated sources
2018-07-27 Timothy Arceriac: pass write param to get_sampler_desc() from get_ima...
2018-07-27 Dave Airlieradv: fix cdw check vs tracing emit
2018-07-27 Dave Airlieradv: return binary code_size not variant code size...
2018-07-27 Samuel Pitoisetradv: allocate enough space in radv_cmd_buffer_after_draw()
2018-07-27 Samuel Pitoisetradv: check CS space in radv_emit_write_data_packet()
2018-07-27 Samuel Pitoisetradv: do not emit pipeline stats flushes on compute...
2018-07-27 Samuel Pitoisetradv: reduce CB/DB meta flushes in radv_dst_access_flush()
2018-07-27 Kenneth Graunkeradv: Fix build
2018-07-26 Bas Nieuwenhuizenradv: Add support for ETC2 textures.
2018-07-26 Samuel Pitoisetradv: fix adjusting vertex fetches since 16bit support
2018-07-26 Marek Olšákac: fix typo DSL_SEL -> DST_SEL
2018-07-24 Karol Herbstnir: rename f2f16_undef to f2f16
2018-07-24 Mathieu Bridonpython: Use range() instead of xrange()
2018-07-24 Mathieu Bridonpython: Better iterate over dictionaries
2018-07-24 Bas Nieuwenhuizenradv: Still enable inmemory & API level caching if...
2018-07-24 Tom Stellardradeonsi: Add debug option to enable LLVM GlobalISel...
2018-07-23 Daniel Schürmannradv: enable VK_KHR_16bit_storage extension / 16bit...
2018-07-23 Daniel Schürmannac: add support for 16bit load_push_constant
2018-07-23 Daniel Schürmannradv: add support for 16bit input/output
2018-07-23 Daniel Schürmannac: add support for 16bit buffer loads
2018-07-23 Daniel Schürmannac: add support for 16bit UBO loads
2018-07-23 Daniel Schürmannac: add support for 16bit ssbo stores
2018-07-23 Daniel Schürmannac: add 16bit conversion operations
2018-07-23 Samuel Pitoisetradv: print a big warning when RADV_TRACE_FILE is set
2018-07-23 Samuel Pitoisetradv: fix a memleak for merged shaders on GFX9
2018-07-20 Samuel Pitoisetradv: don't flush DB before subpass FS resolves
2018-07-20 Samuel Pitoisetradv: simplify a condition in radv_src_access_flush()
2018-07-20 Samuel Pitoisetradv: save current state just before resolving with FS
next