mesa/src/gallium/drivers/i915
Guilherme Gallo d1c6185b5a ci: skqp: Add Vulkan support for a630_skqp job
This commit adds support for Vulkan backend on a630_skqp job.

= Needed changes
- Needed to install libvulkan-dev package on system
- Refactored the way the available skqp reports are printed
  tested in development builds with skia tools

Piglit expectations had to be updated in various drivers due to !14750 not
having bumped the tags when it tried to uprev.

Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com>
Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14686>
2022-02-25 05:50:06 +00:00
..
ci ci: skqp: Add Vulkan support for a630_skqp job 2022-02-25 05:50:06 +00:00
.clang-format i915g: Apply clang-format. 2021-06-28 14:58:28 -07:00
TODO
i915_batch.h i915g: Apply clang-format. 2021-06-28 14:58:28 -07:00
i915_batchbuffer.h i915g: Use stdbool.h instead of custom bools. 2021-06-28 15:01:37 -07:00
i915_blit.c i915g: Apply clang-format. 2021-06-28 14:58:28 -07:00
i915_blit.h i915g: Apply clang-format. 2021-06-28 14:58:28 -07:00
i915_clear.c i915g: Apply clang-format. 2021-06-28 14:58:28 -07:00
i915_context.c i915g: Use the non-vbuf code path by default to fix index overflows. 2021-09-27 18:36:10 +00:00
i915_context.h i915g: Improve debug output for the fresh-batch overflow case. 2021-09-27 18:36:10 +00:00
i915_debug.c i915: remove not needed lie about PIPE_CAP_OCCLUSION_QUERY 2022-01-12 23:19:22 +00:00
i915_debug.h i915g: Use the non-vbuf code path by default to fix index overflows. 2021-09-27 18:36:10 +00:00
i915_debug_fp.c i915g: Fix FS debug dumping for declarations. 2021-06-30 17:42:56 +00:00
i915_debug_private.h i915g: Apply clang-format. 2021-06-28 14:58:28 -07:00
i915_flush.c i915g: Apply clang-format. 2021-06-28 14:58:28 -07:00
i915_fpc.h i915g: Make sure we consider negates/swizzles on bias/shadow coords. 2021-11-01 20:56:22 +00:00
i915_fpc_emit.c i915g: Make sure we consider negates/swizzles on bias/shadow coords. 2021-11-01 20:56:22 +00:00
i915_fpc_optimize.c i915g: fix implicit-fallthrough warning 2021-12-22 17:02:00 +00:00
i915_fpc_translate.c i915g: Report the temps usage 2022-02-10 00:36:57 +00:00
i915_nir.c i915g: Use the devmaster quadratic approximation for sin/cos. 2021-08-09 04:40:21 +00:00
i915_prim_emit.c i915g: replace "uint" with normal uint32_t. 2021-06-28 15:01:37 -07:00
i915_prim_vbuf.c i915g: Unifdef VBUF_MAP_BUFFER. 2021-09-27 18:36:10 +00:00
i915_public.h i915g: Apply clang-format. 2021-06-28 14:58:28 -07:00
i915_query.c i915g: Apply clang-format. 2021-06-28 14:58:28 -07:00
i915_query.h i915g: Apply clang-format. 2021-06-28 14:58:28 -07:00
i915_reg.h i915g: Apply clang-format. 2021-06-28 14:58:28 -07:00
i915_resource.c i915g: Implement cube/3d texture_subdata() as a series of per-layer maps. 2021-08-16 22:48:54 +00:00
i915_resource.h i915g: Implement cube/3d texture_subdata() as a series of per-layer maps. 2021-08-16 22:48:54 +00:00
i915_resource_buffer.c i915g: Use stdbool.h instead of custom bools. 2021-06-28 15:01:37 -07:00
i915_resource_texture.c i915g: Check for the scanout-layout conditions before setting level info. 2021-10-05 22:36:36 +00:00
i915_screen.c iris,crocus,i915g: Don't stub flush_frontbuffer 2022-02-23 19:49:54 +00:00
i915_screen.h i915: remove not needed lie about PIPE_CAP_OCCLUSION_QUERY 2022-01-12 23:19:22 +00:00
i915_state.c i915g: Initialize the rest of the "from_nir" temporary VS struct. 2022-02-15 18:15:29 +00:00
i915_state.h i915g: Apply clang-format. 2021-06-28 14:58:28 -07:00
i915_state_derived.c i915g: Expose PIPE_CAP_TGSI_TEXCOORD. 2021-09-06 18:09:25 +00:00
i915_state_dynamic.c i915g: Fix backface stencil when front_ccw is set. 2021-07-12 18:12:05 +00:00
i915_state_emit.c i915g: Fix off-by-one in constant count assertion. 2021-06-28 15:01:37 -07:00
i915_state_fpc.c i915g: Apply clang-format. 2021-06-28 14:58:28 -07:00
i915_state_immediate.c i915g: Fix backface stencil when front_ccw is set. 2021-07-12 18:12:05 +00:00
i915_state_inlines.h i915g: Use stdbool.h instead of custom bools. 2021-06-28 15:01:37 -07:00
i915_state_sampler.c i915g: Add support for FXT1. 2021-08-16 02:29:45 +00:00
i915_state_static.c i915g: Apply clang-format. 2021-06-28 14:58:28 -07:00
i915_surface.c gallium/util: fix util_can_blit_via_copy_region with unbound render condition 2021-11-04 15:06:09 +00:00
i915_surface.h i915g: Apply clang-format. 2021-06-28 14:58:28 -07:00
i915_winsys.h i915g: Use stdbool.h instead of custom bools. 2021-06-28 15:01:37 -07:00
meson.build i915g: Use the devmaster quadratic approximation for sin/cos. 2021-08-09 04:40:21 +00:00