summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-07-26FINISHME: anv: Fix VkPhysicalDeviceExternalImageFormatInfo for VK_IMAGE_TILIN...chadv/review/anv-drm-format-mod/2019-07-26-r1Chad Versace1-0/+3
2019-07-26RFC: anv: Advertise VK_EXT_image_drm_format_modifierChad Versace1-0/+1
2019-07-26FINISHME: anv: vkGetImageSubresourceLayout for VK_IMAGE_TILING_DRM_FORMAT_MOD...Chad Versace1-0/+7
2019-07-26FINISHME: anv: Support VkImageDrmFormatModifierExplicitCreateInfoEXTChad Versace1-0/+8
2019-07-26RFC: anv: Support VkImageDrmFormatModifierListCreateInfoEXTChad Versace1-0/+9
2019-07-26RFC: anv: Implement VkPhysicalDeviceImageDrmFormatModifierInfoEXTChad Versace1-6/+27
2019-07-26anv: Rename param anv_get_image_format_properties()::infoChad Versace1-18/+18
2019-07-26RFC: anv: Implement VkDrmFormatModifierPropertiesListEXTChad Versace1-36/+152
2019-07-26anv: Reject linear depth/stencil in anv_get_format_plane()Chad Versace1-0/+4
2019-07-26anv: Refactor struct anv_image_create_infoChad Versace4-13/+13
2019-07-26anv: Define struct anv_tilingChad Versace8-50/+103
2019-07-26anv: Include drm_fourcc.h in anv_private.hChad Versace4-3/+1
2019-07-24anv: Implement VK_EXT_subgroup_size_controlJason Ekstrand3-2/+46
2019-07-24anv/pipeline: Plumb pipeline shader stage create flagsJason Ekstrand1-12/+21
2019-07-24intel/compiler: Allow for required subgroup sizesJason Ekstrand3-6/+42
2019-07-24intel/compiler: Allow for varying subgroup sizesJason Ekstrand3-2/+26
2019-07-24nir/lower_subgroups: Properly lower masks when subgroup_size == 0Jason Ekstrand1-5/+11
2019-07-24vulkan: Update the XML and headers to 1.1.116Jason Ekstrand1-18/+55
2019-07-24intel/compiler: Be more conservative about subgroup sizes in GLJason Ekstrand11-13/+55
2019-07-24intel/compiler: Lower gl_SubgroupSize in postprocess_nirJason Ekstrand1-2/+7
2019-07-24intel/nir: Make brw_nir_apply_sampler_key more genericJason Ekstrand7-16/+26
2019-07-24nir: Add lowering for nir_op_irem and nir_op_imodSagar Ghuge1-2/+16
2019-07-24main: Fix memleaks in mesa_use_programYevhenii Kolesnikov1-0/+2
2019-07-24intel/compiler: don't use a keyword struct for a class fs_regAndrii Simiklit1-1/+1
2019-07-24lima/ppir: fix disassembler temp read/write printQiang Yu1-9/+23
2019-07-24gallium+mesa: fix tgsi_semantic array typeEric Engestrom4-10/+16
2019-07-24util: fix no-op macro (bad number of arguments)Eric Engestrom1-1/+1
2019-07-24radv/gfx10: enable VK_EXT_transform_feedbackSamuel Pitoiset1-1/+1
2019-07-24radv/gfx10: do not enable NGG if a pipeline uses XFBSamuel Pitoiset1-0/+27
2019-07-24radv/gfx10: emit streamout shader configSamuel Pitoiset1-7/+7
2019-07-24radv/gfx10: declare streamout user SGPRsSamuel Pitoiset1-3/+0
2019-07-24radv/gfx10: update streamout descriptorsSamuel Pitoiset1-2/+9
2019-07-24radv/gfx10: fix VS input VGPRs with the legacy pathSamuel Pitoiset2-5/+15
2019-07-24gallivm: rework lp_build_tgsi_soa to take a structDave Airlie5-114/+126
2019-07-23nir/lower_io: Return SSA defs from helpersJason Ekstrand1-25/+42
2019-07-23meson: allow building all glx without any driversDylan Baker1-3/+3
2019-07-23swr/rasterizer: Fix 3D resource copies.Jan Zielinski1-0/+14
2019-07-23swr/rasterizer: Fix return type on SIMD8 version of Clamp and Normalize utili...Jan Zielinski1-2/+2
2019-07-23swr/rasterizer: small formatting changesJan Zielinski3-22/+48
2019-07-23swr/rasterizer: Adding support for unhandled clipEnable stateJan Zielinski3-4/+8
2019-07-23radv/gfx10: Enable binning.Bas Nieuwenhuizen1-2/+1
2019-07-23radv/gfx10: Implement bin size calculation.Bas Nieuwenhuizen1-2/+112
2019-07-23radv/gfx9: Select between depth/color bins based on area.Bas Nieuwenhuizen1-2/+2
2019-07-23radv: Generalize binning settings.Bas Nieuwenhuizen1-10/+2
2019-07-23radv/gfx10: Use new scan converter.Bas Nieuwenhuizen1-9/+51
2019-07-23radv: Set FLUSH_ON_BINNING_TRANSITION.Bas Nieuwenhuizen3-10/+50
2019-07-23radv: Use pbb_allow for framebuffer BREAK_BATCH.Bas Nieuwenhuizen1-1/+1
2019-07-23radeonsi/nir: set tgsi_shader_info::uses_fbfetch for KHR_blend_equation_adv.Marek Olšák1-5/+23
2019-07-23tgsi/scan: add uses_fbfetchMarek Olšák3-1/+5
2019-07-23radeonsi: fail if importing a texture with incorrect last_level or samplesMarek Olšák1-5/+38