Stefan Dirsch
66ed79b82d
- update to 11.2.0 - dropped U_clover-Fix-build-against-LLVM-3.8.patch - dropped U_llvmpipe-Do-not-use-barriers-if-not-using-threads.patch - New Features: * GL_ARB_arrays_of_arrays on all gallium drivers that provide GLSL 1.30 * GL_ARB_base_instance on freedreno/a4xx * GL_ARB_compute_shader on i965 * GL_ARB_copy_image on r600 * GL_ARB_indirect_parameters on nvc0 * GL_ARB_query_buffer_object on nvc0 * GL_ARB_shader_atomic_counters on nvc0 * GL_ARB_shader_draw_parameters on i965, nvc0 * GL_ARB_shader_storage_buffer_object on nvc0 * GL_ARB_tessellation_shader on i965 and r600 (evergreen/cayman only) * GL_ARB_texture_buffer_object_rgb32 on freedreno/a4xx * GL_ARB_texture_buffer_range on freedreno/a4xx * GL_ARB_texture_query_lod on freedreno/a4xx * GL_ARB_texture_rgb10_a2ui on freedreno/a4xx * GL_ARB_texture_view on freedreno/a4xx * GL_ARB_vertex_type_10f_11f_11f_rev on freedreno/a4xx * GL_KHR_texture_compression_astc_ldr on freedreno/a4xx * GL_AMD_performance_monitor on radeonsi (CIK+ only) * GL_ATI_meminfo on r600, radeonsi * GL_NVX_gpu_memory_info on r600, radeonsi * New OSMesaCreateContextAttribs() function (for creating core profile contexts) + Many bugfixes, for more info see relnotes/11.2.0.html OBS-URL: https://build.opensuse.org/request/show/384219 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=508 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
baselibs.conf | ||
manual-pages.tar.bz2 | ||
mesa-11.2.0.tar.xz | ||
mesa-11.2.0.tar.xz.sig | ||
Mesa-rpmlintrc | ||
Mesa.changes | ||
Mesa.keyring | ||
Mesa.spec | ||
n_Define-GLAPIVAR-separate-from-GLAPI.patch | ||
n_Fixed-build-against-wayland-1.2.1.patch | ||
n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch | ||
README.updates | ||
u_dri2-Check-for-dummyContext-to-see-if-the-glx_context-is-valid.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 | ||
u_st-va-hardlink-driver-instances-to-gallium_drv_video.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.