etnaviv: don't flush resource to self without TS
[mesa.git] / src / amd /
2017-06-07 Grazvydas Ignotasac/nir: remove another unused variable
2017-06-07 Grazvydas Ignotasradv/meta: remove an unused variable
2017-06-07 Grazvydas Ignotasac/nir: convert several ifs to a switch
2017-06-07 Grazvydas Ignotasac/nir: mark some arguments const
2017-06-07 Dave Airlieac/nir: move gpr counting inside argument handling.
2017-06-07 Dave Airlieac/nir: assign argument param pointers in one place.
2017-06-07 Dave Airlieac/nir: consolidate setting userdata location
2017-06-07 Dave Airlieradv: move chip_class extraction down further.
2017-06-07 Dave Airlieradv: move lots of index related things into the bind.
2017-06-07 Dave Airlieradv: move calculating the vertex sgpr to the pipeline.
2017-06-07 Dave Airlieradv: rename and make global some functions.
2017-06-07 Eric Engestromtree-wide: remove trailing backslash
2017-06-06 Dave Airlieradv/gfx9: use correct register setting for uconfig...
2017-06-06 Bas Nieuwenhuizenradv: Remove SI num RB override for occlusion queries.
2017-06-06 Bas Nieuwenhuizenradv: Split out updating the vertex descriptors.
2017-06-06 Bas Nieuwenhuizenradv: Move pipeline stuff from flush_state to emit_grap...
2017-06-06 Bas Nieuwenhuizenradv: Add early exit for cache flushes.
2017-06-06 Bas Nieuwenhuizenradv: Remove vertex_descriptors_dirty.
2017-06-06 Bas Nieuwenhuizenradv: Don't use a divide by index_size.
2017-06-06 Alex Smithradv/vulkan: Move radv_get_driver_version to src/vulkan...
2017-06-06 Alex Smithutil/vulkan: Move Vulkan utilities to src/vulkan/util
2017-06-06 Dave Airlieradv: expose integrated device type for APUs.
2017-06-06 Bas Nieuwenhuizenac/surface: Fix HTILE for radv.
2017-06-06 Dave Airlieradv: fix write event eop on vega.
2017-06-05 Dave Airlieradv: enable GFX9 on radv
2017-06-05 Dave Airlieradv: turn off geom/tess for gfx9.
2017-06-05 Dave Airlieradv: misc GFX9 changes.
2017-06-05 Dave Airlieradv: add some GFX9 specific events.
2017-06-05 Dave Airlieradv: add IA_MULTI_VGT_PARAM support for GFX9.
2017-06-05 Dave Airlieradv: add rb+ support for GFX9
2017-06-05 Dave Airlieradv: add GFX9 cache flushing support.
2017-06-05 Dave Airlieradv: add texture descriptor/fmask/cmask support for...
2017-06-05 Dave Airlieradv: add GFX9 to initialisation cmd buffer.
2017-06-05 Dave Airlieradv: don't setup raster_config on gfx9.
2017-06-05 Dave Airlieradv: add gfx9 cp dma support.
2017-06-05 Dave Airlieradv: add gfx9 depth/stencil surface support.
2017-06-05 Dave Airlieradv: add GFX9 support for color surfaces.
2017-06-05 Dave Airlieradv: add some misc gfx9 pieces.
2017-06-05 Dave Airlieradv: set offchip hs param like radeonsi.
2017-06-05 Dave Airlieradv: fix typo in comment.
2017-06-05 Dave Airlieradv: add a comment from radeonsi before cp dma function.
2017-06-05 Dave Airlieradv: remove doubled up prototype.
2017-06-05 Dave Airlieradv: split metadata struct into legacy/gfx9 parts.
2017-06-05 Dave Airlieradv: refactor some texture descriptor state.
2017-06-05 Dave Airlieradv: refactor color surface init before gfx9.
2017-06-05 Dave Airlieradv: refactor depth/stencil state setup
2017-06-05 Dave Airlieradv: use radv_foreach_stage in a couple of places.
2017-06-05 Nicolai Hähnleradv: use ac_compute_surface
2017-06-05 Dave Airlieradv: prepare fmask surface creation
2017-06-05 Nicolai Hähnleradv: use amdgpu_addr_create
2017-06-05 Nicolai Hähnleradv: stop using radv_amdgpu_winsys::family
2017-06-05 Nicolai Hähnleradv: use ac_gpu_info
2017-06-05 Nicolai Hähnleradv: remove radeon_info::name
2017-06-05 Nicolai Hähnleradv: use ac_surface data structures
2017-06-05 Nicolai Hähnleradv: rename radeon_surf::bo_{size,alignment} to surf_...
2017-06-05 Nicolai Hähnleradv: remove unused RADEON_SURF_HAS_SBUFFER_MIPTREE
2017-06-05 Nicolai Hähnleradv: remove radeon_surf_level::nblk_z
2017-06-05 Nicolai Hähnleradv: remove radeon_surf_level::dcc_enabled
2017-06-05 Nicolai Hähnleradv: remove radeon_surf_level::pitch_bytes
2017-06-05 Nicolai Hähnleradv: add surface helper variable in radv_GetImageSubre...
2017-06-05 Nicolai Hähnleradv: fewer than 8 RBs are possible
2017-06-05 Nicolai Hähnleac/surface/gfx6: explicitly support S8 surfaces
2017-06-05 Dave Airlieac/nir: set workgroup size attribute to correct value.
2017-06-05 Dave Airlieac: add new helper function to add a integer target...
2017-06-05 Dave Airlieradv: add external memory support.
2017-06-05 Bas Nieuwenhuizenradv: Add VkPhysicalDeviceIDProperties support.
2017-06-05 Bas Nieuwenhuizenradv: Add support for external queue family.
2017-06-05 Dave Airlieradv/formats: reverse how the image format properties...
2017-06-03 Bas Nieuwenhuizenradv: Dirty all descriptors sets when changing the...
2017-06-03 Bas Nieuwenhuizenradv: Set both compute and graphics SGPRS on descriptor...
2017-06-02 Dave Airlieradv: realign cp dma code with radeonsi
2017-06-02 Dave Airlieradv: bump some base addresses to 64-bits.
2017-06-02 Dave Airlieradv: factor out eop event writing code. (v2)
2017-06-02 Dave Airlieradv: factor out si_emit_wait_fence code.
2017-05-31 Bas Nieuwenhuizenradv: Revert HTILE reset word to 0xFFFFFFFF.
2017-05-29 Bas Nieuwenhuizenradv: Reserve space for descriptor and push constant...
2017-05-29 Leo Liuamd/common: set vcn dec as hw decode as well
2017-05-29 Leo Liuamd/common: add vcn dec ip info query for amdgpu versio...
2017-05-29 Emil Velikovradv: automake: list shared libraries after the static...
2017-05-28 Marek Olšákradeonsi: move building llvm.SI.load.const into ac_buil...
2017-05-28 Marek Olšákradeonsi: rename readonly_memory -> can_speculate
2017-05-28 Bas Nieuwenhuizenradv: Also signal fence if vkAcquireNextImageKHR return...
2017-05-26 Eric Engestromamd/common: add missing libdrm include path
2017-05-26 Dave AirlieRevert "amd/common: add vcn dec ip info query"
2017-05-26 Dave AirlieRevert "amd/common: set vcn dec as hw decode as well"
2017-05-25 Leo Liuamd/common: set vcn dec as hw decode as well
2017-05-25 Leo Liuamd/common: add vcn dec ip info query
2017-05-25 Leo Liuradeon: rename has_uvd info to has_hw_decode
2017-05-24 Christian Königwinsys/amdgpu: align VA allocations to fragment size v2
2017-05-22 Bas Nieuwenhuizenradv: Add compute HTILE fast clear.
2017-05-22 Bas Nieuwenhuizenradv: Use correct clear words for HTILE.
2017-05-22 Bas Nieuwenhuizenradv: Add queue masks for htile usage determination.
2017-05-22 Bas Nieuwenhuizenradv: Specify semantics of HTILE layout helpers.
2017-05-22 Bas Nieuwenhuizenradv: Don't use a separate can_expclear.
2017-05-19 Emil Velikovconfigure: check once for DRI3 dependencies
2017-05-18 Nicolai Hähnleac: add missing extern "C" guards
2017-05-18 Nicolai Hähnleac: add radeon_info::num_{sdma,compute}_rings
2017-05-18 Nicolai Hähnleac: add radeon_surf::htile_slice_size
2017-05-18 Nicolai Hähnleac_surface: use radeon_info from ac_gpu_info
2017-05-18 Nicolai Hähnleac/radeonsi: move radeon_info initialization to amd...
next