meson: move expat dependency where it's needed
[mesa.git] / src / amd /
2017-10-18 Timothy Arceriradv: don't create dummy fs when compiling compute...
2017-10-18 Samuel Pitoisetradv: use the dispatch initiator for indirect dispatches
2017-10-18 Samuel Pitoisetradv: remove XtoY_temps structs
2017-10-17 Bas Nieuwenhuizenradv: Link shaders.
2017-10-17 Timothy Arceriradv: reuse the multiple shader store & load functions...
2017-10-17 Timothy Arceriradv: remove some now unused shader compile code
2017-10-17 Timothy Arceriradv: switch to using radv_create_shaders()
2017-10-17 Bas Nieuwenhuizenradv: add radv_create_shaders() helper
2017-10-17 Bas Nieuwenhuizenradv: add radv_hash_shaders() helper
2017-10-17 Bas Nieuwenhuizenradv: Add multiple shader cache store & load functions.
2017-10-17 Bas Nieuwenhuizenradv: Change cache datastructures for combined pipelines.
2017-10-17 Timothy Arceriradv: reorder init function calls
2017-10-17 Marek Olšákac: clean up ac_build_indexed_load function interfaces
2017-10-17 Eric Engestrommeson: s/radv_extensions/radv_extensions_c/ to respect...
2017-10-17 Eric Engestrommeson: track python script dependency
2017-10-17 Eric Engestrommeson: add missing radv_extensions.c generation for...
2017-10-17 Dave Airlieradv/image: bump all the offset to uint64_t.
2017-10-17 Dave Airlieradv: port to using updated anv entrypoint/extension...
2017-10-17 Dave Airlieradv: enable VK_KHX_multiview always.
2017-10-16 Samuel Pitoisetradv: update ia_multi_vgt when executing secondary...
2017-10-16 Samuel Pitoisetradv: be smarter with the draw packets when executing...
2017-10-16 Samuel Pitoisetradv: always dirty some states after executing secondar...
2017-10-16 Samuel Pitoisetradv: be smarter with pipelines when emitting secondary...
2017-10-14 Samuel Pitoisetradv: do not allocate CMASK for non-MSSA images with...
2017-10-14 Samuel Pitoisetradv: set correct INDEX_TYPE for indexed indirect draws...
2017-10-14 Samuel Pitoisetradv: add the draw count buffer to the list of buffers
2017-10-12 Dave Airlieradv: take unsafe_math and sisched into account when...
2017-10-12 Marek Olšákac: add radeon_info::has_sync_file
2017-10-12 Marek Olšákac/surface: add ac_surface::is_displayable
2017-10-12 Marek Olšákamd/addrlib: add Addr2IsValidDisplaySwizzleMode
2017-10-12 Dave Airlieradv: don't crash if cache is disabled.
2017-10-12 Samuel Pitoisetradv: use CLEAR_STATE for initializing some registers
2017-10-12 Samuel Pitoisetradv: add has_clear_state and enable it on CIK+ only
2017-10-12 Samuel Pitoisetradv: do not set registers for merged ES-GS on GFX9
2017-10-12 Samuel Pitoisetradv: move the raster config emission in si_set_raster_...
2017-10-11 Timothy Arceriradv: remove duplicate line of code
2017-10-11 Timothy Arceriradv: make use of on-disk cache
2017-10-11 Timothy Arceriradv: create on-disk shader cache
2017-10-11 Timothy Arceriradv: remove duplicate debug_flags field
2017-10-10 Bas Nieuwenhuizenradv: Only set the MTYPE flags on GFX9+.
2017-10-10 Dave Airlieradv: lower ffma in nir.
2017-10-10 Alex Smithradv: Add R16G16B16A16_SNORM fast clear support
2017-10-10 Dave Airlieradv: export KHR_relaxed_block_layout
2017-10-09 Marek Olšákamd: move r600d_common.h into r600g
2017-10-09 Marek Olšákradeonsi: shrink r600d_common.h and stop using it
2017-10-09 Samuel Pitoisetradv: configure VGT_VERTEX_REUSE at pipeline creation
2017-10-09 Samuel Pitoisetradv: do not need to zero-init ds/raster states
2017-10-09 Samuel Pitoisetradv: remove unused fields in radv_raster_state
2017-10-09 Samuel Pitoisetradv: set ALPHA_TO_MASK_ENABLE at blend state init
2017-10-09 Samuel Pitoisetradv: emit PA_SU_POINT_{SIZE,MINMAX} in si_emit_config()
2017-10-09 Samuel Pitoisetradv: allow launching waves out-of-order for compute
2017-10-06 Samuel Pitoisetradv: convert all COMPUTE operations to the RADV_META_S...
2017-10-06 Samuel Pitoisetradv: add RADV_META_SAVE_COMPUTE_PIPELINE flag
2017-10-06 Samuel Pitoisetradv: add radv_meta_save() helper
2017-10-06 Samuel Pitoisetradv: merge radv_meta_{save,restore}_pass() with RADV_M...
2017-10-06 Samuel Pitoisetradv: convert all GFX operations to the RADV_META_SAVE_...
2017-10-06 Samuel Pitoisetradv: introduce the concept of meta save flags
2017-10-06 Samuel Pitoisetradv: remove unused RADV_META_VERTEX_BINDING_COUNT
2017-10-06 Samuel Pitoisetradv: select the pipeline outside of the loop when...
2017-10-06 Samuel Pitoisetradv: add radv_htile_enabled() helper
2017-10-06 Marek Olšákac: properly document a buffer.store LLVM workaround
2017-10-05 Bas Nieuwenhuizenradv: Enable VK_KHR_maintenance2 extension.
2017-10-05 Bas Nieuwenhuizenradv: Make tess winding order a bit more intuitive.
2017-10-05 Bas Nieuwenhuizenradv: Allow setting the domain origin in tess.
2017-10-05 Bas Nieuwenhuizenradv: Disable usage checks in metadata for images with...
2017-10-05 Bas Nieuwenhuizenradv: Implement querying the point clipping behavior.
2017-10-05 Bas Nieuwenhuizenmeson: generate builddir/src/amd/vulkan/dev_icd.json
2017-10-04 Samuel Pitoisetradv: remove useless checks around radv_CmdBindPipeline()
2017-10-04 Samuel Pitoisetradv: check that pipeline is different before binding it
2017-10-04 Dave Airlieradv: enable tc compatible htile for d32s8 also.
2017-10-04 Samuel Pitoisetradv: dump SPIRV when a GPU hang is detected
2017-10-04 Samuel Pitoisetradv: dump NIR when a GPU hang is detected
2017-10-04 Marek Olšákac: silence a warning
2017-10-04 Bas Nieuwenhuizenradv: Implement TC compatible HTILE.
2017-10-04 Dave Airlieradv: emit fmuladd instead of fma to llvm.
2017-10-02 Samuel Pitoisetradv: make radv_dynamic_state_copy() static
2017-10-02 Nicolai Hähnleamd/common: move ac_build_phi from radeonsi
2017-10-02 Samuel Pitoisetradv: remove unused radv_meta_state::btoi::render_pass...
2017-10-02 Samuel Pitoisetradv: do not check the number of levels when doing...
2017-10-02 Samuel Pitoisetradv: cleanup radv_device_finish_meta_XXX() helpers
2017-10-02 Samuel Pitoisetradv: select the pipeline outside of emit_fast_clear_fl...
2017-10-02 Samuel Pitoisetradv: drop useless param in emit_depth_decomp()
2017-10-02 Samuel Pitoisetradv: drop useless check in depth_view_can_fast_clear()
2017-10-02 Samuel Pitoisetradv: add radv_subpass_clear_attachment() helper
2017-10-02 Samuel Pitoisetradv: add radv_attachment_needs_clear() helper
2017-10-02 Samuel Pitoisetradv: remove unused param in radv_handle_{cmask,dcc...
2017-10-02 Samuel Pitoisetradv: add radv_vi_dcc_enabled() helper
2017-10-02 Samuel Pitoisetradv: do not need to double zero-init the meta state...
2017-10-02 Samuel Pitoisetradv: inline destroy_render_pass()
2017-10-02 Samuel Pitoisetradv: use pipeline handles instead of objects for meta...
2017-10-02 Samuel Pitoisetradv: inline blit2d_unbind_dst()
2017-10-02 Samuel Pitoisetradv: rework DCC/CMASK/FMASK/HTILE allocations
2017-09-29 Nicolai Hähnleradeonsi: clamp depth comparison value only for fixed...
2017-09-29 Nicolai Hähnleamd/common: save an instruction in the build_cube_selec...
2017-09-29 Nicolai Hähnleamd/common: fix build_cube_select
2017-09-29 Nicolai Hähnleamd/common: remove ac_shader_abi::chip_class
2017-09-28 Gwan-gyeong Munradv: add an assertion in radv_BeginCommandBuffer()
2017-09-28 Samuel Pitoisetradv: set image view type when decompressing depth...
2017-09-27 Dylan Bakermeson: build "radv" vulkan driver for radeon hardware
2017-09-27 Samuel Pitoisetradv: store the amount of saved constants in the comput...
next