mesa/get: Make GetFloat/GetDouble of TYPE_INT_N not normalize things.
[mesa.git] / src / amd / vulkan /
2016-12-18 Bas Nieuwenhuizenradv: Use correct workgroup size limits.
2016-12-18 Dave Airlieradv: expose the compute queue
2016-12-18 Bas Nieuwenhuizenradv: Only emit PFP ME syncs for DMA on the GFX queue.
2016-12-18 Bas Nieuwenhuizenradv: Create an empty CS per ring type.
2016-12-18 Bas Nieuwenhuizenradv: Don't enable CMASK on compute queues.
2016-12-18 Bas Nieuwenhuizenradv: Use RELEASE_MEM packet for MEC timestamp query.
2016-12-18 Bas Nieuwenhuizenradv: Implement indirect dispatch for the MEC.
2016-12-18 Bas Nieuwenhuizenradv: update vkCmdUpdateBuffer for the MEC.
2016-12-18 Bas Nieuwenhuizenradv: Implement cache flushing for the MEC.
2016-12-18 Dave Airlieradv: add semaphore support
2016-12-18 Dave Airlieradv: pass queue index into winsys submission
2016-12-18 Dave Airlieradv: init compute queue and avoid initing transfer...
2016-12-18 Bas Nieuwenhuizenradv/winsys: Make WaitIdle queue aware.
2016-12-18 Dave Airlieradv/meta: update header info
2016-12-18 Dave Airlieradv: hook compute clears into clear image api.
2016-12-18 Dave Airlieradv: clear image implementation for compute queue
2016-12-18 Dave Airlieradv/meta: split clear image out into a separate layer...
2016-12-18 Dave Airlieradv: implement image->image copies using compute shader
2016-12-18 Dave Airlieradv: add a compute shader implementation for buffer...
2016-12-18 Bas Nieuwenhuizenradv: Use correct pitch for views with different block...
2016-12-18 Dave Airlieradv: Store queue family in command buffers.
2016-12-18 Dave Airlieradv: start fixing up queue allocate for multiple queues
2016-12-18 Dave Airlieradv/winsys: start adding support for DMA/compute queue
2016-12-18 Bas Nieuwenhuizenradv/winsys: Expose number of compute/dma rings.
2016-12-17 Dave Airlieradv/winsys: consolidate request->fence code
2016-12-17 Dave Airlieradv: handle fence allocation failing
2016-12-17 Bas Nieuwenhuizenradv: Don't bail out on pipeline create failure.
2016-12-10 Grazvydas Ignotasradv/meta: use VK_NULL_HANDLE for handles
2016-12-10 Grazvydas Ignotasradv: fix release build unused variable warnings
2016-12-09 Bas Nieuwenhuizenradv: Use enum for memory types.
2016-12-09 Bas Nieuwenhuizenradv: Use enum for memory heaps.
2016-12-09 Bas Nieuwenhuizenradv: Clean up some unused variables.
2016-12-08 Dave Airlieradv: split out a chunk of variant filling code.
2016-12-08 Dave Airlieradv/meta: don't pass rect into blit2d src function.
2016-12-08 Dave Airlieradv/meta: cleanup image info setup.
2016-12-08 Dave Airlieradv/meta: split copyimage api into api and meta function
2016-12-08 Dave Airlieradv/meta: clean up buffer->image code.
2016-12-08 Dave Airlieradv: add missing license file to radv_meta_bufimage.
2016-12-07 Dave Airlieradv: move userdata sgpr ownership to compiler side.
2016-12-07 Dave Airlieradv: refactor out the constant setting user sgpr code.
2016-12-07 Dave Airlieradv: refactor out the descriptor user sgpr setting.
2016-12-07 Dave Airlieradv: only bind descriptor sets to stages that need...
2016-12-07 Dave Airlieradv: move descriptor set userdata emission to draw...
2016-12-07 Dave Airlieradv: refactor descriptor set userdata emission out.
2016-12-07 Dave Airlieradv: pass pipeline to constant flush function
2016-12-07 Dave Airlieradv: consolidate compute pipeline flushing (v1.1)
2016-12-07 Edward O'Callaghanvulkan: use STATIC_ASSERT instead of static_assert
2016-12-06 Nayan Deshmukhradv: fix resource leak in radv_amdgpu_ctx_create
2016-11-29 Dave Airlieradv: set spi_baryc_cntl.pos_float_location to 0
2016-11-29 Dave Airlieradv: force persample shading when required.
2016-11-29 Bas Nieuwenhuizenradv: Initialize the shader_stats_dump flag.
2016-11-29 Dave Airlieanv: set maxFragmentDualSrcAttachments to 1
2016-11-28 Emil Velikovradv: don't return VK_SUCCESS if radv_device_get_cache_...
2016-11-28 Emil Velikovradv: don't leak the fd if radv_physical_device_init...
2016-11-28 Emil Velikovradv: Make radv_finishme only warn once per call-site
2016-11-28 Dave Airlieradv: fix 3D clears with baseMiplevel
2016-11-27 Dave Airlieradv/si: fix optimal micro tile selection
2016-11-27 Emil Velikovradv: honour the number of properties available
2016-11-27 Mun Gwan-gyeongradv: drop the return type for radv_queue_init()
2016-11-24 Bas Nieuwenhuizenradv: Don't generate radv_timestamp.h
2016-11-23 Dave Airlieradv: fix flipped blits
2016-11-23 Dave Airlieradv/meta: just local vars for src/dst subresources.
2016-11-23 Fredrik Höglundradv: add support for VK_AMD_draw_indirect_count
2016-11-23 Fredrik Höglundradv: add support for VK_AMD_negative_viewport_height
2016-11-23 Fredrik Höglundradv: add support for VK_KHR_sampler_mirror_clamp_to_edge
2016-11-23 Fredrik Höglundradv: add support for anisotropic filtering on SI-CI
2016-11-23 Dave Airlieradv: move pipeline barrier image transitions after...
2016-11-22 Dave Airlieradv: add support for shader stats dump
2016-11-22 Dave Airlieradv/meta: cleanup resolve vertex state emission
2016-11-22 Bas Nieuwenhuizenradv: Incorporate GPU family into cache UUID.
2016-11-22 Bas Nieuwenhuizenradv: Use library mtime for cache UUID.
2016-11-22 Bas Nieuwenhuizenradv: Store UUID in physical device.
2016-11-20 Dave Airlieradv: fix image view creation for depth and stencil...
2016-11-20 Dave Airlieradv: make sure to flush input attachments correctly.
2016-11-15 Dave Airlieradv: don't crash on null swapchain destroy.
2016-11-12 Darren Saltradv/pipeline: Don't dereference NULL dynamic state...
2016-11-11 Dave Airlievulkan: import latest public vulkan headers + and fix...
2016-11-10 Emil Velikovradv: automake: list correct file in the EXTRA_DIST
2016-11-09 Emil Velikovradv: Suffix the radeon_icd file with the host CPU
2016-11-09 Emil Velikovradv: use correct .specVersion for extensions
2016-11-09 Dave Airlieradv: fix GetFenceStatus for signaled fences
2016-11-09 Dave Airlieradv: enable conditional discard optimisation on radv.
2016-11-02 Fredrik Höglundradv: add support for anisotropic filtering on VI+
2016-11-02 Dave Airlieradv: fix dual source blending
2016-11-02 Dave Airlieradv: expose xlib platform extension
2016-11-01 Dave Airlieradv: drop some unused cmask info members.
2016-10-28 Fredrik Höglundradv: split the device local memory heap into two
2016-10-28 Fredrik Höglundradv: add a write-combining host-local memory type
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-26 Fredrik Höglundradv: mark the fence as submitted and signalled in...
2016-10-25 Matt Turnerradv: Replace "abi_versions" with correct "api_version".
2016-10-24 Dave Airlieradv: allow cmask transitions without fast clear
2016-10-19 Dave Airlieradv: decompress fmask before reading using texture...
2016-10-19 Dave Airlieradv: fix wsi porting regression in swapchain destroy.
2016-10-19 Dave Airlieradv: simplify fast clear shaders
2016-10-19 Dave Airlieradv: start using defines for the user sgpr offsets
2016-10-19 Dave Airlieradv: port to common wsi codebase
2016-10-19 Dave Airlieradv/anv/wsi: drop unneeded parameter
2016-10-18 Dave Airlieradv: drop pointless struct decl.
2016-10-18 Dave Airlieradv: move to using shared vk_alloc inlines.
next