mesa/marshal: extract ClearBuffer helpers
[mesa.git] / src / amd / vulkan /
2017-07-12 Alex Smithradv: Fix descriptors for cube images with VK_IMAGE_USA...
2017-07-12 Alex Smithradv: Fix possible invalid free of dynamic descriptors
2017-07-09 Dave Airlieradv: add support for using addrlib max alignment.
2017-07-08 Bas Nieuwenhuizenradv: Add compute htile clear for combined depth+stenci...
2017-07-06 Dave Airlieradv: don't overallocate depth/stencil formats
2017-07-06 Dave Airlieradv: enable sisched toggle in perftest flags.
2017-07-06 Dave Airlieac/radv: change api to create target machine
2017-07-06 Dave Airlieradv: add support for cmd predication.
2017-07-05 Bas Nieuwenhuizenradv: Always set depthbuffer using image format instead...
2017-07-05 Bas Nieuwenhuizenradv: Disable depth & stencil tests when the depthbuffe...
2017-07-03 Dave Airlieradv: enable Int64 capability (v2)
2017-07-03 Connor Abbottac/nir: implement 64-bit packing and unpacking
2017-06-26 Eric Engestromradv: use Mesa's u_atomic.h header
2017-06-26 Dave Airlieradv/meta: don't need vertex info for resolve shader.
2017-06-25 Bas Nieuwenhuizenradv: Remove unused args of radv_image_view_init.
2017-06-25 Bas Nieuwenhuizenradv: Use correct image layout for blit based copies.
2017-06-25 Dave Airlieradv: handle primitive id input into fragment shader...
2017-06-25 Dave Airlieradv: compile fragment shader first.
2017-06-25 Dave Airlieradv: set prim_id for geometry shaders
2017-06-13 Dave Airlieradv: move assert down in radv_bind_descriptor_set
2017-06-12 Dave Airlieradv: return correct error on invalid handle from vkAll...
2017-06-11 Grazvydas Ignotasradv: fix trace dumping for !use_ib_bos
2017-06-11 Grazvydas Ignotasradv: don't even attempt to prefetch on SI
2017-06-11 Grazvydas Ignotasradv: assert on CP_DMA_USE_L2 for SI
2017-06-09 Dave Airlieradv: set fmask state to all 0s when no fmask. (v2)
2017-06-09 Dave Airlieradv: introduce perf test env var and allow to enable...
2017-06-07 Grazvydas Ignotasradv/meta: remove an unused variable
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-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 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 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 Emil Velikovradv: automake: list shared libraries after the static...
2017-05-28 Bas Nieuwenhuizenradv: Also signal fence if vkAcquireNextImageKHR return...
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-13 Bas Nieuwenhuizenradv: Save descriptor set even if vertex buffers are...
next