radv: fix null memcpy and zero-sized malloc
[mesa.git] / src / amd /
2020-08-20 Rhys Perryradv: fix null memcpy and zero-sized malloc
2020-08-20 Rhys Perryradv: align pipeline cache entry and header sizes
2020-08-20 Rhys Perryradv: don't pass null to _mesa_sha1_update
2020-08-20 Samuel Pitoisetradv,aco: report ACO errors/warnings back via VK_EXT_de...
2020-08-20 Samuel Pitoisetaco: rework the way various compilation/validation...
2020-08-20 Samuel Pitoisetaco: rename DEBUG_VALIDATE to DEBUG_VALIDATE_IR
2020-08-19 Connor Abbottradv: Use an input for the layer when lowering input...
2020-08-19 Connor Abbottnir/lower_input_attachments: Support loading layer...
2020-08-19 Connor Abbottnir/lower_input_attachments: Refactor to use an options...
2020-08-19 Emil Velikovradv: restrict exported symbols with static llvm
2020-08-19 Samuel Pitoisetradv: track and report if a logical device is lost
2020-08-18 Bas Nieuwenhuizenradv: Fix handling of attribs 16-31.
2020-08-18 Bas Nieuwenhuizenradv: Override the uniform buffer offset alignment...
2020-08-18 Bas Nieuwenhuizendriconf: Support selection by Vulkan applicationName.
2020-08-17 Pierre-Eric Pellou... ac/llvm: handle static/shared llvm init separately
2020-08-17 Dave Airlievulkan/wsi: add sw support. (v2)
2020-08-16 Bas Nieuwenhuizenradv: Use getter instead of setter to extract value.
2020-08-14 Bas Nieuwenhuizenradv: Clean up setting the surface flags.
2020-08-14 Bas Nieuwenhuizenradv: When importing an image, redo the layout based...
2020-08-13 Samuel Pitoisetaco: do not set valid_mask for POS0 exports on GFX...
2020-08-12 Samuel Pitoisetradv/winsys: add null winsys entries for Sienna Cichild...
2020-08-12 Samuel Pitoisetradv: fix emitting the border color pointer on the...
2020-08-11 Daniel Schürmannaco: execute branch instructions in WQM if necessary
2020-08-11 Rhys Perryaco: don't move memory accesses to before control barriers
2020-08-11 Samuel Pitoisetradv: limit LATE_ALLOC_GS to prevent a GPU hang on...
2020-08-11 Samuel Pitoisetradv/gfx10: add missing initialization of registers
2020-08-10 Rhys Perryaco: set constant_data_offset correctly in the case...
2020-08-10 Bas Nieuwenhuizenradv: Do not consider layouts fast-clearable on compute...
2020-08-10 Bas Nieuwenhuizenradv: Add forcecompress debug flag.
2020-08-10 Samuel Pitoisetradv: report a better error message when QueueWaitIdle...
2020-08-10 Samuel Pitoisetradv: report errors back to the application via VK_EXT_...
2020-08-10 Samuel Pitoisetradv: rework the error function helpers a bit
2020-08-10 Samuel Pitoisetradv: report the spirv-nir logs back to the application
2020-08-10 Bas Nieuwenhuizenradv: Fix assert that is too strict.
2020-08-07 Marek Olšákac/gpu_info: set num_tiles_pipes on gfx10+ too
2020-08-07 Bas Nieuwenhuizenradv: Add ETC2 support on RAVEN2.
2020-08-07 Samuel Pitoisetradv: allow to force-enable LLVM internally for a speci...
2020-08-06 Rhys Perryaco: fix C++11/C++14 compilation
2020-08-06 Bas Nieuwenhuizenradv: Don't use both DCC and CMASK for single sample...
2020-08-05 Kristian H. Kristensenradv/android: Remove unused variable
2020-08-05 James Parkamd/llvm: Reorder LLVM headers
2020-08-05 Samuel Pitoisetradv: set BYPASS_VTX_RATE_COMBINER_GFX103 on GFX 10.3
2020-08-05 Samuel Pitoisetradv: fix sample shading on GFX 10.3
2020-08-05 Samuel Pitoisetradv: increase minimum NGG vertex count requirement...
2020-08-05 Samuel Pitoisetradv: do not honor a user-specified pitch on GFX 10.3
2020-08-05 Rhys Perryradv/llvm: enable VK_KHR_memory_model
2020-08-05 Rhys Perryac/nir: fix coherent global loads/stores
2020-08-05 Rhys Perryac/nir: consider an image load/store intrinsic's access
2020-08-05 Rhys Perryradv/aco: enable VK_KHR_memory_model
2020-08-04 Rhys Perryaco: replace MADs in isel with FMA on GFX10.3
2020-08-04 Rhys Perryaco: disable SMEM stores on GFX10.3
2020-08-04 Rhys Perryaco: update aco_opcodes.py for GFX10.3
2020-08-04 Rhys Perryaco: implement subgroup shader_clock on GFX10.3
2020-08-04 Rhys Perryaco: update vgpr_alloc_granule for GFX10.3
2020-08-04 Rhys Perryaco: fix max_waves_per_simd on Polaris, VegaM and GFX10.3
2020-08-04 Rhys Perryaco: update bug workarounds for GFX10_3
2020-08-04 Rhys Perryaco: don't create v_mad_f32 on GFX10.3
2020-08-04 Rhys Perryaco: fix waitcnt insertion on GFX10.3
2020-08-04 Samuel Pitoisetradv: print warnings for famous RADV_PERFTEST options...
2020-08-03 Eric Anholtamd: Swap from nir_opt_shrink_load() to nir_opt_shrink_...
2020-08-03 Joshua Ashtonradv: Implement VK_EXT_4444_formats
2020-07-30 Rhys Perryaco: optimize swizzled SALU 8/16-bit conversions
2020-07-30 Mauro Rossiradv: fix build on Android 7 (v2)
2020-07-30 Boris Brezillonnir: Stop passing an options arg to nir_lower_int64()
2020-07-30 Daniel Schürmannaco: add GFX6/7 subdword lowering tests
2020-07-30 Rhys Perryaco/tests: add tests for sub-dword swaps
2020-07-30 Rhys Perryaco: add framework for testing isel and integration...
2020-07-30 Rhys Perryaco: add a few tests for the assembler and optimizer
2020-07-30 Rhys Perryaco: add framework for unit testing
2020-07-30 Alejandro Piñeirovulkan/util: add struct vk_pipeline_cache_header
2020-07-29 Rhys Perryaco: remove isel for GLSL-style barriers
2020-07-29 Rhys Perryradv: use scoped barriers
2020-07-29 Rhys Perryac/nir: implement scoped_barrier
2020-07-29 Jason Ekstrandnir: Add a find_variable_with_[driver_]location helper
2020-07-29 Jason Ekstrandaco: Use nir_foreach_variable_with_modes to walk SSBOs
2020-07-29 Jason Ekstrandnir: Take a shader and variable mode in nir_assign_io_v...
2020-07-29 Jason Ekstrandnir: Add a nir_foreach_function_temp_variable helper
2020-07-29 Jason Ekstrandnir: Add nir_foreach_shader_in/out_variable helpers
2020-07-28 Marek Olšákamd: enable displayable DCC for everything newer than...
2020-07-28 Marek Olšákamd: add support for Navy Flounder
2020-07-28 Marek Olšákamd: rename SIENNA -> SIENNA_CICHLID
2020-07-28 Rhys Perryaco: create acq+rel barriers instead of acq/rel
2020-07-28 Rhys Perryaco: improve workgroup-scope and lower vmem/smem barriers
2020-07-28 Rhys Perryaco: improve sync_info for TCS output stores
2020-07-28 Rhys Perryaco: use storage_scratch
2020-07-28 Rhys Perryaco: enable value numbering of s_buffer_load_*
2020-07-28 Rhys Perrynir,radv/aco: add and use pass to lower make available...
2020-07-28 Rhys Perryaco: consider intrinsic access in visit_{load,store...
2020-07-28 Rhys Perryradv/aco,aco: use scoped barriers
2020-07-28 Rhys Perryaco: rework barriers and replace can_reorder
2020-07-28 Rhys Perryaco: add missing add_to_hazard_query
2020-07-28 Bas Nieuwenhuizenradv: Fix host->host signalling with legacy timeline...
2020-07-28 Dave Airlieradv: cleanup locking around timeline waiting.
2020-07-27 Daniel Schürmannradv: call radv_nir_lower_ycbcr_textures after first...
2020-07-27 David McFarlandradv: link with ld_args_build_id
2020-07-26 Bas Nieuwenhuizenradv: Fix uninitialized variable in renderpass.
2020-07-24 Samuel Pitoisetradv: clean up remaining pipeline init functions
2020-07-24 Samuel Pitoisetradv: remove useless return value to radv_pipeline_scra...
2020-07-24 Samuel Pitoisetradv: add radv_pipeline_init_shader_stages_state()
2020-07-24 Samuel Pitoisetradv: constify all radv_pipeline_generate_*() helpers
next