From 94c15ccb4b6ce4e4652b07b05c8b1d7e52c2b59d2c74a66207eaaf8118614d29 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 23 Sep 2014 14:09:36 +0000 Subject: [PATCH] Accepting request 251630 from home:tobijk:X11:XOrg - Update to version 10.3.0 (10.3 Final): - New features: + GL_ARB_ES3_compatibility on nv50, nvc0, r600, radeonsi, softpipe, llvmpipe + GL_ARB_clear_texture on i965 + GL_ARB_compressed_texture_pixel_storage on all drivers + GL_ARB_conditional_render_inverted on i965, nvc0, softpipe, llvmpipe + GL_ARB_derivative_control on i965, nv50, nvc0, r600 + GL_ARB_draw_indirect on nvc0, radeonsi + GL_ARB_explicit_uniform_location (all drivers that support GLSL) + GL_ARB_fragment_layer_viewport on nv50, nvc0, llvmpipe, r600 + GL_ARB_gpu_shader5 on i965/gen7, nvc0 + GL_ARB_multi_draw_indirect on nvc0, radeonsi + GL_ARB_sample_shading on radeonsi + GL_ARB_seamless_cubemap_per_texture on i965, llvmpipe, nvc0, r600, radeonsi, softpipe + GL_ARB_stencil_texturing on nv50, nvc0, r600, and radeonsi + GL_ARB_texture_barrier on nv50, nvc0, r300, r600, radeonsi + GL_ARB_texture_compression_bptc on i965/gen7+, nvc0, r600/evergreen+, radeonsi + GL_ARB_texture_cube_map_array on radeonsi + GL_ARB_texture_gather on r600, radeonsi + GL_ARB_texture_query_levels on nv50, nvc0, llvmpipe, r600, radeonsi, softpipe + GL_ARB_texture_query_lod on r600, radeonsi + GL_ARB_viewport_array on nvc0 + GL_AMD_vertex_shader_viewport_index on i965/gen7+, r600 + GL_OES_compressed_ETC1_RGB8_texture on nv30, nv50, nvc0, r300, r600, radeonsi, softpipe, llvmpipe + GLX_MESA_query_renderer on nv30, nv50, nvc0, r300, r600, radeonsi, softpipe, llvmpipe + A new software rasterizer driver (kms_swrast_dri.so) that works with DRM drivers that don't have a full-fledged GEM (such as qxl or simpledrm) - Changes: Building of gallium-pipe disabled for now by upstream, see: http://cgit.freedesktop.org/mesa/mesa/commit/?h=10.3&id=07426ad1029c3505b809dc9eec104007fb623983 Nevertheless keep it around as it may get enabled again. OBS-URL: https://build.opensuse.org/request/show/251630 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=397 --- Mesa.changes | 34 ++++++++++++++++++++++++++++++++++ Mesa.spec | 11 ++++++----- MesaLib-10.3.0-rc1.tar.bz2 | 3 --- MesaLib-10.3.0.tar.bz2 | 3 +++ 4 files changed, 43 insertions(+), 8 deletions(-) delete mode 100644 MesaLib-10.3.0-rc1.tar.bz2 create mode 100644 MesaLib-10.3.0.tar.bz2 diff --git a/Mesa.changes b/Mesa.changes index b6f7943..6b0bbec 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Sat Sep 20 23:31:03 UTC 2014 - tobias.johannes.klausmann@mni.thm.de + +- Update to version 10.3.0 (10.3 Final): +- New features: + + GL_ARB_ES3_compatibility on nv50, nvc0, r600, radeonsi, softpipe, llvmpipe + + GL_ARB_clear_texture on i965 + + GL_ARB_compressed_texture_pixel_storage on all drivers + + GL_ARB_conditional_render_inverted on i965, nvc0, softpipe, llvmpipe + + GL_ARB_derivative_control on i965, nv50, nvc0, r600 + + GL_ARB_draw_indirect on nvc0, radeonsi + + GL_ARB_explicit_uniform_location (all drivers that support GLSL) + + GL_ARB_fragment_layer_viewport on nv50, nvc0, llvmpipe, r600 + + GL_ARB_gpu_shader5 on i965/gen7, nvc0 + + GL_ARB_multi_draw_indirect on nvc0, radeonsi + + GL_ARB_sample_shading on radeonsi + + GL_ARB_seamless_cubemap_per_texture on i965, llvmpipe, nvc0, r600, radeonsi, softpipe + + GL_ARB_stencil_texturing on nv50, nvc0, r600, and radeonsi + + GL_ARB_texture_barrier on nv50, nvc0, r300, r600, radeonsi + + GL_ARB_texture_compression_bptc on i965/gen7+, nvc0, r600/evergreen+, radeonsi + + GL_ARB_texture_cube_map_array on radeonsi + + GL_ARB_texture_gather on r600, radeonsi + + GL_ARB_texture_query_levels on nv50, nvc0, llvmpipe, r600, radeonsi, softpipe + + GL_ARB_texture_query_lod on r600, radeonsi + + GL_ARB_viewport_array on nvc0 + + GL_AMD_vertex_shader_viewport_index on i965/gen7+, r600 + + GL_OES_compressed_ETC1_RGB8_texture on nv30, nv50, nvc0, r300, r600, radeonsi, softpipe, llvmpipe + + GLX_MESA_query_renderer on nv30, nv50, nvc0, r300, r600, radeonsi, softpipe, llvmpipe + + A new software rasterizer driver (kms_swrast_dri.so) that works with DRM drivers that don't have a full-fledged GEM (such as qxl or simpledrm) +- Changes: + Building of gallium-pipe disabled for now by upstream, see: + http://cgit.freedesktop.org/mesa/mesa/commit/?h=10.3&id=07426ad1029c3505b809dc9eec104007fb623983 + Nevertheless keep it around as it may get enabled again. + ------------------------------------------------------------------- Mon Aug 25 10:34:26 UTC 2014 - sndirsch@suse.com diff --git a/Mesa.spec b/Mesa.spec index 6d00b8e..a8fabb1 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -58,7 +58,7 @@ %endif %define _name_archive MesaLib -%define _version 10.3.0-rc1 +%define _version 10.3.0 Name: Mesa Version: 10.3.0 @@ -537,6 +537,7 @@ autoreconf -fi --enable-shared-glapi \ --enable-texture-float \ --enable-osmesa \ + --enable-dri3 \ %if %glamor --enable-gbm \ --enable-glx-tls \ @@ -685,10 +686,10 @@ install -m 644 $RPM_SOURCE_DIR/README.updates \ %dir %_libdir/egl/ %_libdir/egl/egl_gallium.so %endif -%if %gallium_loader -%dir %_libdir/gallium-pipe/ -%_libdir/gallium-pipe/pipe_*.so -%endif +#%if %gallium_loader +#%dir %_libdir/gallium-pipe/ +#%_libdir/gallium-pipe/pipe_*.so +#%endif %files -n Mesa-libEGL1 %defattr(-,root,root) diff --git a/MesaLib-10.3.0-rc1.tar.bz2 b/MesaLib-10.3.0-rc1.tar.bz2 deleted file mode 100644 index 7b33aa8..0000000 --- a/MesaLib-10.3.0-rc1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db7b12e65db2443335dceec9c6076b6643ea0ebe93edbb89b0cfa22b2812d5e0 -size 7318097 diff --git a/MesaLib-10.3.0.tar.bz2 b/MesaLib-10.3.0.tar.bz2 new file mode 100644 index 0000000..25cd2dc --- /dev/null +++ b/MesaLib-10.3.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0283bfe710fa449ed82e465cfa09612a269e19abb7e0382082608062ce7960b5 +size 7252038