- Oct 03, 2024
-
-
Marek Olšák authored
This matches the behavior of closed source drivers and driconf workarounds are no longer needed. Reviewed-by:
Adam Jackson <ajax@redhat.com>
-
- Sep 27, 2024
-
-
This gives us the possibility of describing other GOB formats in the future. This also cleans things up a bit as it replaces all of the uses of GOB_WIDTH/DEPTH with an extent which we can change in the future. Part-of: <!31410>
-
Part-of: <mesa/mesa!31410>
-
Fixes: 3572f5cd ("nvk: add support for D32_SFLOAT_S8_UINT") Part-of: <mesa/mesa!31410>
-
Reviewed-by:
Qiang Yu <yuq825@gmail.com> Part-of: <!31187>
-
It's fixed there. Reviewed-by:
Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Reviewed-by:
Qiang Yu <yuq825@gmail.com> Part-of: <mesa/mesa!31187>
-
Reviewed-by:
Qiang Yu <yuq825@gmail.com> Part-of: <mesa/mesa!31187>
-
for consistency Reviewed-by:
Qiang Yu <yuq825@gmail.com> Part-of: <!31187>
-
Reviewed-by:
Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Reviewed-by:
Qiang Yu <yuq825@gmail.com> Part-of: <mesa/mesa!31187>
-
Acked-by:
Konstantin Seurer <konstantin.seurer@gmail.com> Part-of: <mesa/mesa!31386>
-
Signed-off-by:
Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by:
Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <!31386>
-
Add missing bitfields necessary for preemption, taken from kgsl. Part-of: <mesa/mesa!31422>
-
Signed-off-by:
Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <mesa/mesa!31414>
-
Signed-off-by:
Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <mesa/mesa!31414>
-
Take advantage of 3 spare JSL in Collabora lab to load the balance of those jobs: job name avg duation (min) Signed-off-by:
Guilherme Gallo <guilherme.gallo@collabora.com> --- --- anv-jsl 15 anv-jsl-angle 20 iris-jsl-deqp 18 Signed-off-by:
Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <mesa/mesa!31414>
-
As we don't have capacity for more parallelism atm, increase the fraction of the CTS for those jobs. job name average min Signed-off-by:
Guilherme Gallo <guilherme.gallo@collabora.com> --- --- radv-stoney-angle 16 radv-stoney-vkcts 15 Signed-off-by:
Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <mesa/mesa!31414>
-
It is taking 19 min on average to run this job. As we don't have more capacity, introduce a fraction of 2 and create the `full` version to be run on nightly pipelines. Signed-off-by:
Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <mesa/mesa!31414>
-
To cover up the new fraction in a618_gl job during nightly pipelines Signed-off-by:
Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <mesa/mesa!31414>
-
job name avg duration (min) a618_vk 13 a660_gl 17 zink-tu-a618 18 Signed-off-by:
Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <mesa/mesa!31414>
-
By rebalancing the `a618_vk` job fraction from **2** to **3**, we have freed up 2 `kingoftown` devices. These devices can now be reallocated to the `a618_traces` and `a618_skqp` jobs to optimize resource utilization. Signed-off-by:
Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <mesa/mesa!31414>
-
We lost another limozeen DUT, so reduce the parallelism. Signed-off-by:
Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <mesa/mesa!31414>
-
the suboptimal check should just be another failure mode, and lacking HIC support should not be a reason to potentially change tiling modes Part-of: <mesa/mesa!31413>
-
the original handling here was supposed to be more granular, but I never got around to making the granularity work now it should do something like: * run through all the modifiers and check for one that supports expected usage * do not ever remove mutable; this should always be supported for SOME modifier * use LINEAR as a fallback (with mutable) supporting mutable for srgb is the most important aspect of modifier selection here since it avoids having to later reallocate the dmabuf Part-of: <mesa/mesa!31413>
-
this is confusing and unnecessary Part-of: <mesa/mesa!31413>
-
this makes passing modifiers more intelligible Part-of: <mesa/mesa!31413>
-
this should be checked again at every fallback Part-of: <mesa/mesa!31413>
-
this is the whole point of suboptimal_check_ici() Part-of: <mesa/mesa!31413>
-
Part-of: <mesa/mesa!31413>
-
this amortizes the (significant) cost of gathering format properties across driver use and avoids checking props for formats that are never used it cuts around 5% off init Part-of: <mesa/mesa!31413>
-
no functional changes Part-of: <mesa/mesa!31413>
-
for consistency Part-of: <mesa/mesa!31413>
-
minor typo Part-of: <mesa/mesa!31413>
-
cc: mesa-stable Part-of: <mesa/mesa!31408>
-
Build dependency of zink_compiler.c. Closes: mesa/mesa#11926 Fixes: a09c5d55 ("spirv: Auto-generate spirv_info.h") Part-of: <mesa/mesa!31407>
-
We can't just always negate the alu instruction's cmod, because negating it can produce different results when the argument is NaN float. We can still do that if the condition is == or !=. Fixes: 0ba9497e ("intel/fs: Improve discard_if code generation") Closes: mesa/mesa#11800 Signed-off-by:
Sviatoslav Peleshko <sviatoslav.peleshko@globallogic.com> Reviewed-by:
Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <mesa/mesa!31042>
-
Like https://github.com/llvm/llvm-project/pull/104395 Signed-off-by:
Rhys Perry <pendingchaos02@gmail.com> Reviewed-by:
Georg Lehmann <dadschoorse@gmail.com> Part-of: <mesa/mesa!30729>
-
The per-primitive have their own separate section in the FS thread payload, and are not considered when setting the mask in 3STATE_SBE's ConstantInterpolationEnable. This is also consistent with what is done for brw_interp_reg(). Fixes - dEQP-VK.mesh_shader.ext.misc.clip_geom_provoking_last - dEQP-VK.mesh_shader.ext.misc.clip_geom_and_task_shader_provoking_last Backport-to: 24.2 Closes: mesa/mesa#11844 Reviewed-by:
Ivan Briano <ivan.briano@intel.com> Part-of: <mesa/mesa!31417>
-
Signed-off-by:
Juan A. Suarez Romero <jasuarez@igalia.com> Part-of: <mesa/mesa!31403>
-
Signed-off-by:
Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <mesa/mesa!31367>
-
No idea how this can be caused by my MR. Part-of: <mesa/mesa!31031>
-