Stefan Dirsch
d56f9bff26
- Update to 10.5.5 * fdo#88521 - GLBenchmark 2.7 TRex renders with artifacts on Gen8 with !UXA * fdo#89455 - [NVC0/Gallium] Unigine Heaven black and white boxes * fdo#89689 - [Regression] Weston on DRM backend won't start with new version of mesa * fdo#90130 - gl_PrimitiveId seems to reset at 340 * i965: Add XRGB8888 format to intel_screen_make_configs * r300: do not link against libdrm_intel * nvc0/ir: flush denorms to zero in non-compute shaders * gk110/ir: fix set with a register dest to not auto-set the abs flag * nvc0/ir: fix predicated PFETCH emission * nv50/ir: fix asFlow() const helper for OP_JOIN * i965: Make intel_emit_linear_blit handle Gen8+ alignment restrictions. * i965: Disallow linear blits that are not cacheline aligned. * draw: fix prim ids when there's no gs OBS-URL: https://build.opensuse.org/request/show/307515 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=445 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
baselibs.conf | ||
manual-pages.tar.bz2 | ||
mesa-10.5.5.tar.xz | ||
Mesa-rpmlintrc | ||
Mesa.changes | ||
Mesa.spec | ||
README.updates | ||
U_0001_gallium_include_util_macros.patch | ||
U_0002_st_nine_mark_end_of_non_void_function_unreachable.patch | ||
U_0003_fix_build_after_macro_include.patch | ||
u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch | ||
u_mesa-8.0-llvmpipe-shmget.patch | ||
u_mesa-8.0.1-fix-16bpp.patch |
DRI Driver update mechanism --------------------------- If any corresponding DRI driver is found in "/usr/lib/dri/updates/" it will be favored over the one in "/usr/lib/dri/" and will be used for 32/64 bit applications. On 32/64 bit biarch platforms additionally a corresponding DRI driver in "/usr/lib64/dri/updates/" will be favored over the one in "/usr/lib64/dri/" and will be used for 64bit applications.