vc4: Flip the switch to run the GLSL compiler optimization loop once.
[mesa.git] / src / amd / vulkan /
2017-01-28 Andres Rodriguezradv: drop support for VK_AMD_NEGATIVE_VIEWPORT_HEIGHT
2017-01-28 Dave Airlieradv: implement VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2
2017-01-28 Dave Airlieradv: use proper maximum slice for layered view
2017-01-27 Emil Velikovradv: automake: Don't install vk_platform.h or vulkan.h.
2017-01-27 Eric Engestromradv: add missing extension errors in vk_errorf()
2017-01-27 Eric Engestromradv: add missing core errors in vk_errorf()
2017-01-24 Dave Airlieradv: program a default point size.
2017-01-23 Grazvydas Ignotasradv: don't resubmit the same cs over and over while...
2017-01-19 Andres Rodriguezradv: fix include order for installed headers v2
2017-01-17 Dave Airlieradv: disable vertex reuse when writing viewport index
2017-01-17 Dave Airlieradv: add support for layered clears (v2)
2017-01-17 Dave Airlieradv: add support for writing layer/viewport index...
2017-01-16 Dave Airlieradv/meta: split color renderpass creation out.
2017-01-16 Bas Nieuwenhuizenradv: Support multiple devices.
2017-01-16 Bas Nieuwenhuizenradv: Get physical device from radv_device instead...
2017-01-16 Dave Airlieradv/meta: consolidate the depth stencil clear renderpasses
2017-01-14 Lionel Landwerlinradv: generate entrypoints from vk.xml
2017-01-14 Andres Rodriguezradv: make device extension setup dynamic
2017-01-14 Andres Rodriguezradv: rename global extension properties structs
2017-01-14 Andres Rodriguezradv: use a winsys context per-queue, instead of per...
2017-01-13 Bas Nieuwenhuizenradv: Support loader interface version 3.
2017-01-13 Grazvydas Ignotasradv: remove some unused macros and functions
2017-01-12 Bas Nieuwenhuizenradv: Call NIR passes using NIR_PASS_V.
2017-01-12 Bas Nieuwenhuizenradv: Call nir_lower_constant_initializers.
2017-01-12 Bas Nieuwenhuizenradv: Only call remove_dead_variables once.
2017-01-12 Chad Versacevulkan: Add new cast macros for VkIcd types
2017-01-11 Dave Airlieradv: fix multi-viewport emission
2017-01-09 Bas Nieuwenhuizenradv: Create single RADV_DEBUG env var.
2017-01-09 Bas Nieuwenhuizenac/debug: Dump indirect buffers.
2017-01-09 Bas Nieuwenhuizenradv: Dump command buffer on hang.
2017-01-09 Samuel Iglesias... spirv: add support for doubles to OpSpecConstant
2017-01-09 Dave Airlieradv: drop unused fields in physical device.
2017-01-07 Pierre-Loup A. Gri... radv: fix depth transitions with layerCount = VK_REMAIN...
2016-12-31 Ilia Mirkinanv,radv: disable StorageImageWriteWithoutFormat for now
2016-12-30 Ilia Mirkinspirv: always expose SpvCapabilityStorageImageExtendedF...
2016-12-30 Dave Airlieradv: only allow cmask/dcc in color optimal.
2016-12-30 Dave Airlieradv: only allow cmask/dcc on exclusive or concurrent...
2016-12-28 Dave Airlieradv: denote support for extended storage image formats.
2016-12-27 Dave Airlieradv: add some asserts for operations on general queue
2016-12-27 Bas Nieuwenhuizenradv: Also skip DCC clear flushes for compute.
2016-12-26 Dave Airlieradv: handle queue present directly to winsys
2016-12-26 Dave Airlieradv: fix rendering to b10g11r11_ufloat_pack32
2016-12-25 Damien Grassartradv: return count of queue families written
2016-12-23 Dave Airlieradv: set some proper values for interp offset limits.
2016-12-23 Dave Airlieradv: bump texel offsets to align with radeonsi
2016-12-22 Dave Airlieradv: enable shaderStorageImageExtendedFormats
2016-12-21 Dave Airlieradv: enable shaderGatherImageExtended
2016-12-21 Dave Airlieradv/image: only touch queue family info for concurrent...
2016-12-21 Dave Airlieradv: flush smem for uniform buffer bit.
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.
next