mesa/src
GKraats a95bd2dcf0 i915g: fix texture3d npot mipmaps
At i945_texture_layout_3d() util_next_power_of_two() is called,
which oversizes the npot-blocks for every level to get power of 2
for width and height. Hardware doesnot expect these oversized
npot-blocks. The call is removed.

Code is added to align allocation of npot-blocks correctly.

Also at i915_texture_layout_3d() the util_next_power_of_two() call
is removed. Besides the computation of block-allocation is changed,
because it still was using classic i915-coding.

Cc: mesa-stable

Signed-off-by: GKraats <vd.kraats@hccnet.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31057>
2024-09-29 12:58:02 +00:00
..
amd ci: bump gl cts versions 2024-09-29 12:18:49 +00:00
android_stub vulkan/android: Add helper to probe AHB support 2024-05-14 14:53:44 +00:00
asahi hk: enable VK_KHR_shader_relaxed_extended_instruction 2024-09-16 15:58:35 +00:00
broadcom ci: bump gl cts versions 2024-09-29 12:18:49 +00:00
c11 build: pass licensing information in SPDX form 2024-06-29 12:42:49 -07:00
compiler nir: delete nir_opt_reuse_constants 2024-09-27 05:19:16 +00:00
drm-shim drm-shim: stub synobj_timeline_wait and query ioctl 2024-07-16 11:17:59 +02:00
egl egl: Fix missing libdrm check 2024-09-28 18:07:01 +00:00
etnaviv etnaviv: isa: Add conv instruction 2024-08-30 01:53:18 +00:00
freedreno ci: bump gl cts versions 2024-09-29 12:18:49 +00:00
gallium i915g: fix texture3d npot mipmaps 2024-09-29 12:58:02 +00:00
gbm gbm: mark surface buffers as explicit flushed 2024-09-26 09:36:46 +00:00
getopt build: pass licensing information in SPDX form 2024-06-29 12:42:49 -07:00
gfxstream gfxstream: Handle tmp folder explicitly on codegen 2024-09-27 03:20:07 +00:00
glx glx: Destroy base screen after deinitScreen 2024-09-10 08:55:58 +02:00
gtest build: pass licensing information in SPDX form 2024-06-29 12:42:49 -07:00
imagination pvr: Don't emit critical warning all the time 2024-09-24 13:26:46 +00:00
imgui
intel ci: bump gl cts versions 2024-09-29 12:18:49 +00:00
loader meson: remove dri-search-path 2024-09-19 05:06:50 +00:00
mapi mesa: OVR_multiview_multisampled_render_to_texture 2024-09-20 18:54:26 +00:00
mesa glsl: remove now unused linker code 2024-09-25 09:39:44 +00:00
microsoft ci/windows: Increase dozen-deqp fraction 2024-09-12 19:07:45 +00:00
nouveau nvk: Enable VK_EXT_host_image_copy 2024-09-28 02:46:28 +00:00
panfrost ci: bump gl cts versions 2024-09-29 12:18:49 +00:00
tool perfetto: Add Panfrost data sources to system.cfg 2024-08-22 18:33:45 +00:00
util util/hash_table: add _mesa_string_hash_table_create() helper 2024-09-25 09:39:43 +00:00
virtio venus: avoid over-caching sfb cmds 2024-09-05 19:17:22 +00:00
vulkan vulkan: Use SEVERITY_WARNING_BIT for vk_error*() 2024-09-27 21:28:17 +00:00
x11 meson: require dri3 modifiers 2024-09-06 17:34:17 +00:00
.clang-format panfrost: Move ForEachMacros into panfrost 2024-09-12 20:04:58 +00:00
meson.build mesa: add gfxstream-experimental to -Dvulkan-drivers 2024-09-19 20:06:04 +00:00