summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-03mesa/vulkan: use DETECT_OS_ANDROIDvk-no-nir-androidGurchetan Singh2-8/+11
2024-01-03mesa/util: use a simpler path for u_format_pack.hGurchetan Singh1-1/+2
2024-01-03mesa/vulkan: use a simpler path for header in trampoline genGurchetan Singh1-1/+1
2024-01-03mesa/util: use DETECT_OS_ANDROID in anon_file.cGurchetan Singh1-2/+3
2024-01-03mesa/util: add <linux/fcntl.h>Gurchetan Singh1-0/+4
2024-01-03mesa/util: Check __ANDROID__ too when detecting for AndroidGurchetan Singh1-1/+1
2024-01-03mesa: allow building Vulkan without libcompilerGurchetan Singh7-22/+61
2024-01-03vulkan/util: introduce vk_util_compiler filesGurchetan Singh5-84/+102
2024-01-03radv: stop clearing CMASK to 0xcc when FMASK is present on GFX9Samuel Pitoiset3-35/+3
2024-01-03radv: disable FMASK for MSAA images with layers on GFX9Samuel Pitoiset1-0/+5
2024-01-03aco/tests: use more raw stringsRhys Perry1-4/+4
2024-01-03intel,crocus,iris: Use align64 instead of ALIGN for 64 bit value parameterYonggang Luo5-10/+10
2024-01-03intel: Cleanup duplicate ALIGN macro definesYonggang Luo1-4/+0
2024-01-03intel: Use ALIGN_POT instead of ALIGN inside macro defineYonggang Luo2-4/+11
2024-01-03intel: Avoid use align as variable, replace it with other namesYonggang Luo1-2/+2
2024-01-03radv: advertise VK_KHR_maintenance6Samuel Pitoiset2-0/+10
2024-01-03radv: add support for NULL index bufferSamuel Pitoiset1-5/+11
2024-01-03radv: add support for version 2 of all descriptor binding commandsSamuel Pitoiset16-142/+215
2024-01-03radv: rename RADV_GRAPHICS_STAGES to RADV_GRAPHICS_STAGE_BITSSamuel Pitoiset2-6/+5
2024-01-03radv: add support for VkBindMemoryStatusKHRSamuel Pitoiset2-1/+13
2024-01-03radv: move radv_BindImageMemory2() to radv_image.cSamuel Pitoiset2-69/+69
2024-01-03radv: move radv_rt_{common,shader} files to nir/Samuel Pitoiset5-5/+5
2024-01-03radv: make a couple of NIR RT functions as staticSamuel Pitoiset2-15/+4
2024-01-03radv: move radv_{emulate,enable}_rt() to radv_physical_device.cSamuel Pitoiset2-18/+18
2024-01-03docs: mention that python package `packaging` is required on python 3.12+Eric Engestrom2-1/+3
2024-01-03loader: Remove a line of unused includeLuc Ma1-1/+0
2024-01-03venus: properly ignore formats in VkPipelineRenderingCreateInfoYiwei Zhang1-27/+99
2024-01-03venus: refactor to add pipeline info fixes helpersYiwei Zhang1-67/+86
2024-01-03venus: split up the pipeline fix description into self and pnextYiwei Zhang1-140/+160
2024-01-03venus: clang format fixesYiwei Zhang10-19/+33
2024-01-03compiler/glsl: Move glsl specific _mesa_glsl_initialize_types out and glsl_sy...Yonggang Luo2-12/+19
2024-01-02intel: remove workaround for preproduction DG2 steppingsMark Janes2-59/+2
2024-01-02anv: enable VK_KHR_maintenance6Iván Briano1-0/+11
2024-01-02anv: move astc_emu to use descriptors2 callsIván Briano2-15/+52
2024-01-02anv: add support for Cmd*DescriptorSet*2KHRIván Briano1-66/+115
2024-01-02anv: handle VkBindMemoryStatusKHR on buffer/image memory bindIván Briano2-145/+168
2024-01-02anv: remove no longer valid assertIván Briano1-1/+0
2024-01-02anv: allow NULL index buffersIván Briano2-4/+6
2024-01-02ci/radeonsi: disable VA-API testing on ravenDavid Heidelberg1-2/+2
2024-01-02ci/zink: update piano traceDavid Heidelberg1-1/+1
2024-01-02Revert "ci: disable collabora farm as it is currently offline"Sergi Blanch Torne1-0/+0
2024-01-02isl: implement Wa_14018471104Tapani Pälli1-0/+9
2024-01-02intel/isl/xe2: Enable route of Sampler LD message to LSCJosé Roberto de Souza3-0/+51
2024-01-02intel/genxml: Add RENDER_SURFACE_STATE for xe2Zhang, Jianxun2-4/+114
2024-01-02intel/genxml/gfx125: Move STATE_SURFACE_TYPE to enumJordan Justen1-10/+11
2024-01-02intel/genxml/gfx125: Move L1_CACHE_CONTROL to enumJordan Justen1-7/+8
2024-01-02anv: No need to emit PIPELINE_SELECT on Xe2+Sagar Ghuge2-1/+26
2024-01-02iris: No need to emit PIPELINE_SELECT on Xe2+Sagar Ghuge1-0/+4
2024-01-02zink: lock screen queue on context_destroy and CreateSwapchainKarol Herbst2-0/+4
2024-01-02docs: fix list whitespaceEric Engestrom1-12/+12