aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radv: update VK_KHR_shader_subgroup_extended_types for Vulkan 1.2Samuel Pitoiset2020-01-151-3/+3
* radv: update VK_KHR_shader_float_controls for Vulkan 1.2Samuel Pitoiset2020-01-151-5/+5
* radv: update VK_KHR_shader_float16_int8 for Vulkan 1.2Samuel Pitoiset2020-01-151-3/+3
* radv: update VK_KHR_shader_atomic_int64 for Vulkan 1.2Samuel Pitoiset2020-01-151-3/+3
* radv: update VK_KHR_imageless_framebuffer for Vulkan 1.2Samuel Pitoiset2020-01-152-8/+8
* radv: update VK_KHR_image_format_list for Vulkan 1.2Samuel Pitoiset2020-01-151-6/+6
* radv: update VK_KHR_driver_properties for Vulkan 1.2Samuel Pitoiset2020-01-151-7/+7
* radv: update VK_KHR_draw_indirect_count for Vulkan 1.2Samuel Pitoiset2020-01-151-2/+2
* radv: update VK_KHR_depth_stencil_resolve for Vulkan 1.2Samuel Pitoiset2020-01-155-21/+21
* radv: update VK_KHR_create_renderpass2 for Vulkan 1.2Samuel Pitoiset2020-01-152-15/+15
* radv: update VK_KHR_buffer_device_address for Vulkan 1.2Samuel Pitoiset2020-01-151-9/+9
* radv: update VK_KHR_8bit_storage for Vulkan 1.2Samuel Pitoiset2020-01-151-3/+3
* radv: update VK_EXT_scalar_block_layout for Vulkan 1.2Samuel Pitoiset2020-01-151-3/+3
* radv: update VK_EXT_sampler_filter_minmax for Vulkan 1.2Samuel Pitoiset2020-01-152-9/+9
* radv: update VK_EXT_host_query_reset for Vulkan 1.2Samuel Pitoiset2020-01-152-4/+4
* radv: update VK_EXT_descriptor_indexing for Vulkan 1.2Samuel Pitoiset2020-01-152-14/+14
* anv: Enable Vulkan 1.2 supportIván Briano2020-01-157-19/+20
* anv: Implement the new core version property queriesJason Ekstrand2020-01-151-152/+261
* anv: Implement the new core version feature queriesJason Ekstrand2020-01-151-56/+156
* anv,nir: Lower quad_broadcast with dynamic index in NIRJason Ekstrand2020-01-153-1/+6
* anv: Bump the patch version to 131Jason Ekstrand2020-01-151-1/+1
* vulkan/overlay: Fix for Vulkan 1.2Samuel Pitoiset2020-01-151-10/+13
* turnip: Pretend to support Vulkan 1.2Jason Ekstrand2020-01-153-13/+13
* vulkan: Update the XML and headers to 1.2.131Jason Ekstrand2020-01-1516-948/+1983
* gitlab-ci: Stop using manual jobs for merge requestsMichel Dänzer2020-01-151-27/+45
* radeonsi: drop the negation from fmask_is_not_identityPierre-Eric Pelloux-Prayer2020-01-154-5/+5
* radeonsi: unbind image before compute clearPierre-Eric Pelloux-Prayer2020-01-151-0/+5
* radeonsi: make sure fmask expand is done if neededPierre-Eric Pelloux-Prayer2020-01-151-1/+2
* radeonsi: fix fmask expand compute shaderPierre-Eric Pelloux-Prayer2020-01-151-1/+1
* egl/android: Restrict minimum triple buffering for android color_buffersNataraj Deshpande2020-01-151-3/+7
* anv: fix pipeline switch back for non pipelined statesLionel Landwerlin2020-01-151-13/+8
* radv/gfx10: simplify some duplicated NGG GS codeSamuel Pitoiset2020-01-151-62/+41
* radv/gfx10: enable all CUs if NGG is never usedSamuel Pitoiset2020-01-151-2/+5
* radv: only use VkSamplerCreateInfo::compareOp if enabledSamuel Pitoiset2020-01-151-1/+5
* v3d: fix bug when checking result of syncobj fence importIago Toral Quiroga2020-01-151-1/+1
* st/mesa: run st_nir_lower_tex_src_plane for lowered xyuv/ayuvJonathan Marek2020-01-151-1/+2
* st/mesa: don't lower YUV when driver supports it nativelyJonathan Marek2020-01-156-55/+82
* radv: Disable VK_EXT_sample_locations on GFX10.Bas Nieuwenhuizen2020-01-151-1/+2
* st/mesa: implement EGLImageTargetTexStorageGurchetan Singh2020-01-152-0/+30
* st/mesa: refactor egl image binding a bitGurchetan Singh2020-01-151-2/+3
* st/dri: track if image is created by a dmabufGurchetan Singh2020-01-154-0/+12
* freedreno/ir3: rename instructionsRob Clark2020-01-157-14/+25
* nir/algebraic: sqrt(x)*sqrt(x) -> fabs(x)Elie Tournier2020-01-151-0/+1
* nir/algebraic: i2f(f2i()) -> trunc()Elie Tournier2020-01-151-0/+5
* i965: Reuse the new core glsl_count_dword_slots().Eric Anholt2020-01-143-55/+3
* mesa/st: Move the dword slot counting function to glsl_types as well.Eric Anholt2020-01-1411-130/+75
* mesa/prog: Reuse count_vec4_slots() from ir_to_mesa.Eric Anholt2020-01-141-75/+1
* mesa/st: Move the vec4 type size function into core GLSL types.Eric Anholt2020-01-148-109/+45
* mesa/st: Deduplicate the NIR uniform lowering code.Eric Anholt2020-01-143-18/+16
* radeonsi: move PS LLVM code into si_shader_llvm_ps.cMarek Olšák2020-01-147-1283/+1317