Stefan Dirsch
245e6a63c5
- update to 10.5.6 * fdo#86792 - [NVC0] Portal 2 Crashes in Wi* ne * fdo#90350 - [G96] Portal's portal are incorrectly rendered * fdo#90363 - [nv50] HW state is not reset correctly when using a new GL context * radeonsi: add new bonaire pci id * egl/wayland: properly destroy wayland objects * glx/dri3: Add additional check for gpu offloading case * egl/main: fix EGL_KHR_get_all_proc_addresses * targets/osmesa: drop the -module tag from LDFLAGS * clover: Refactor event::trigger and ::abort to prevent deadlock and reentrancy issues. * clover: Wrap event::_status in a method to prevent unlocked access.< * clover: Implement locking of the wait_count, _chain and _status members of event. * i965: Fix PBO cache coherency issue after _mesa_meta_pbo_GetTexSubImage(). * main: Require that the texture exists in framebuffer_texture * mesa: Generate GL_INVALID_VALUE in framebuffer_texture when layer <0 * nv50/ir: only propagate saturate up if some actual folding took place * nv50: keep track of PGRAPH state in nv50_screen * nvc0: keep track of PGRAPH state in nvc0_screen * nvc0: reset the instanced elements state when doing blit using 3d engine * nv50/ir: only enable mul saturate on G200+ * st/mesa: make sure to create a "clean" bool when doing i2b * nvc0: switch mechanism for shader eviction to be a while loop * swrast: Build fix for darwin * main: Fix an error generated by FramebufferTexture</li> * main: Complete error conditions for glInvalidate*Framebuffer. * main: glGetIntegeri_v fails for GL_VERTEX_BINDING_STRIDE * freedreno: enable a306 * freedreno: fix bug in tile/slot calculation * draw: (trivial) fix out-of-bounds vector initialization * mesa: fix shininess check for ffvertex_prog v2 OBS-URL: https://build.opensuse.org/request/show/308613 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=447 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
baselibs.conf | ||
manual-pages.tar.bz2 | ||
mesa-10.5.6.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.