Go to file
Stefan Dirsch 94c15ccb4b 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
2014-09-23 14:09:36 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=1 2007-01-10 00:57:03 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=1 2007-01-10 00:57:03 +00:00
baselibs.conf - no longer add /usr/%{_lib}/dri/updates to DRI driver search path 2014-08-15 12:43:38 +00:00
manual-pages.tar.bz2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=1 2007-01-10 00:57:03 +00:00
Mesa-rpmlintrc Accepting request 106291 from home:jengelh:branches:X11:XOrg 2012-02-21 10:57:47 +00:00
Mesa.changes Accepting request 251630 from home:tobijk:X11:XOrg 2014-09-23 14:09:36 +00:00
Mesa.spec Accepting request 251630 from home:tobijk:X11:XOrg 2014-09-23 14:09:36 +00:00
MesaLib-10.3.0.tar.bz2 Accepting request 251630 from home:tobijk:X11:XOrg 2014-09-23 14:09:36 +00:00
README.updates OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=5 2007-03-15 00:44:44 +00:00
u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch Accepting request 131614 from home:klausi123:X11 2012-08-27 09:57:08 +00:00
u_mesa-8.0-llvmpipe-shmget.patch - updated to latest available version of 2013-09-16 13:16:25 +00:00
u_mesa-8.0.1-fix-16bpp.patch - updated to latest available version of 2013-09-16 13:16:25 +00:00
u_Suppress-any-libGL-.-warnings-when-LIBGL_DEBUG-is-se.patch - u_Suppress-any-libGL-.-warnings-when-LIBGL_DEBUG-is-se.patch 2014-08-22 14:05:52 +00:00

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.