mesa/src/gallium/drivers/i915
Ilia Mirkin e31d08d307 ci: move windowoverlap exclusion to all-skips
The test is just plain not built by our containers. Skip it everywhere.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13919>
2021-11-29 18:08:49 -05:00
..
ci ci: move windowoverlap exclusion to all-skips 2021-11-29 18:08:49 -05:00
.clang-format i915g: Apply clang-format. 2021-06-28 14:58:28 -07:00
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 i915g: Use the non-vbuf code path by default to fix index overflows. 2021-09-27 18:36:10 +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: Make sure we consider negates/swizzles on bias/shadow coords. 2021-11-01 20:56:22 +00:00
i915_fpc_translate.c i915g: Improve the explanation for the 1D Y swizzle. 2021-11-01 20:56:22 +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 gallium: rename PIPE_CAP_PREFER_BLIT_BASED_TEXTURE_TRANSFER 2021-11-18 07:58:29 -05:00
i915_screen.h i915g: Use stdbool.h instead of custom bools. 2021-06-28 15:01:37 -07:00
i915_state.c i915g: Expose PIPE_CAP_TGSI_TEXCOORD. 2021-09-06 18:09:25 +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
TODO tree-wide: fix deprecated GitLab URLs 2020-05-23 15:33:50 +00:00