summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-15radv: enable Vulkan 1.2Samuel Pitoiset1-1/+1
2020-01-15radv: implement Vulkan 1.2 features and propertiesSamuel Pitoiset1-0/+148
2020-01-15radv: implement Vulkan 1.1 features and propertiesSamuel Pitoiset1-0/+53
2020-01-15radv: update VK_KHR_timeline_semaphore for Vulkan 1.2Samuel Pitoiset1-24/+24
2020-01-15radv: update VK_KHR_uniform_buffer_standard_layout for Vulkan 1.2Samuel Pitoiset1-3/+3
2020-01-15radv: update VK_KHR_shader_subgroup_extended_types for Vulkan 1.2Samuel Pitoiset1-3/+3
2020-01-15radv: update VK_KHR_shader_float_controls for Vulkan 1.2Samuel Pitoiset1-5/+5
2020-01-15radv: update VK_KHR_shader_float16_int8 for Vulkan 1.2Samuel Pitoiset1-3/+3
2020-01-15radv: update VK_KHR_shader_atomic_int64 for Vulkan 1.2Samuel Pitoiset1-3/+3
2020-01-15radv: update VK_KHR_imageless_framebuffer for Vulkan 1.2Samuel Pitoiset2-8/+8
2020-01-15radv: update VK_KHR_image_format_list for Vulkan 1.2Samuel Pitoiset1-6/+6
2020-01-15radv: update VK_KHR_driver_properties for Vulkan 1.2Samuel Pitoiset1-7/+7
2020-01-15radv: update VK_KHR_draw_indirect_count for Vulkan 1.2Samuel Pitoiset1-2/+2
2020-01-15radv: update VK_KHR_depth_stencil_resolve for Vulkan 1.2Samuel Pitoiset5-21/+21
2020-01-15radv: update VK_KHR_create_renderpass2 for Vulkan 1.2Samuel Pitoiset2-15/+15
2020-01-15radv: update VK_KHR_buffer_device_address for Vulkan 1.2Samuel Pitoiset1-9/+9
2020-01-15radv: update VK_KHR_8bit_storage for Vulkan 1.2Samuel Pitoiset1-3/+3
2020-01-15radv: update VK_EXT_scalar_block_layout for Vulkan 1.2Samuel Pitoiset1-3/+3
2020-01-15radv: update VK_EXT_sampler_filter_minmax for Vulkan 1.2Samuel Pitoiset2-9/+9
2020-01-15radv: update VK_EXT_host_query_reset for Vulkan 1.2Samuel Pitoiset2-4/+4
2020-01-15radv: update VK_EXT_descriptor_indexing for Vulkan 1.2Samuel Pitoiset2-14/+14
2020-01-15anv: Enable Vulkan 1.2 supportIván Briano7-19/+20
2020-01-15anv: Implement the new core version property queriesJason Ekstrand1-152/+261
2020-01-15anv: Implement the new core version feature queriesJason Ekstrand1-56/+156
2020-01-15anv,nir: Lower quad_broadcast with dynamic index in NIRJason Ekstrand3-1/+6
2020-01-15anv: Bump the patch version to 131Jason Ekstrand1-1/+1
2020-01-15vulkan/overlay: Fix for Vulkan 1.2Samuel Pitoiset1-10/+13
2020-01-15turnip: Pretend to support Vulkan 1.2Jason Ekstrand3-13/+13
2020-01-15vulkan: Update the XML and headers to 1.2.131Jason Ekstrand16-948/+1983
2020-01-15gitlab-ci: Stop using manual jobs for merge requestsMichel Dänzer1-27/+45
2020-01-15radeonsi: drop the negation from fmask_is_not_identityPierre-Eric Pelloux-Prayer4-5/+5
2020-01-15radeonsi: unbind image before compute clearPierre-Eric Pelloux-Prayer1-0/+5
2020-01-15radeonsi: make sure fmask expand is done if neededPierre-Eric Pelloux-Prayer1-1/+2
2020-01-15radeonsi: fix fmask expand compute shaderPierre-Eric Pelloux-Prayer1-1/+1
2020-01-15egl/android: Restrict minimum triple buffering for android color_buffersNataraj Deshpande1-3/+7
2020-01-15anv: fix pipeline switch back for non pipelined statesLionel Landwerlin1-13/+8
2020-01-15radv/gfx10: simplify some duplicated NGG GS codeSamuel Pitoiset1-62/+41
2020-01-15radv/gfx10: enable all CUs if NGG is never usedSamuel Pitoiset1-2/+5
2020-01-15radv: only use VkSamplerCreateInfo::compareOp if enabledSamuel Pitoiset1-1/+5
2020-01-15v3d: fix bug when checking result of syncobj fence importIago Toral Quiroga1-1/+1
2020-01-15st/mesa: run st_nir_lower_tex_src_plane for lowered xyuv/ayuvJonathan Marek1-1/+2
2020-01-15st/mesa: don't lower YUV when driver supports it nativelyJonathan Marek6-55/+82
2020-01-15radv: Disable VK_EXT_sample_locations on GFX10.Bas Nieuwenhuizen1-1/+2
2020-01-15st/mesa: implement EGLImageTargetTexStorageGurchetan Singh2-0/+30
2020-01-15st/mesa: refactor egl image binding a bitGurchetan Singh1-2/+3
2020-01-15st/dri: track if image is created by a dmabufGurchetan Singh4-0/+12
2020-01-15freedreno/ir3: rename instructionsRob Clark7-14/+25
2020-01-15nir/algebraic: sqrt(x)*sqrt(x) -> fabs(x)Elie Tournier1-0/+1
2020-01-15nir/algebraic: i2f(f2i()) -> trunc()Elie Tournier1-0/+5
2020-01-14i965: Reuse the new core glsl_count_dword_slots().Eric Anholt3-55/+3