Go to file
Stefan Dirsch ca51f0d438 Accepting request 440283 from home:mimi_vx:branches:X11:XOrg
- update to 13.0.1
* fdo#97715 [ILK,G45,G965] piglit.spec.arb_separate_shader_objects.misc
    api error checks
* fdo#98012 [IVB] Segfault when running Dolphin twice with Vulkan
* fdo#98512 radeon r600 vdpau: Invalid command stream: texture bo too small
* i965: Fix GPU hang related to multiple render targets and alpha testing
* Revert "st/vdpau: use linear layout for output surfaces"
* ac/nir: add support for discard_if intrinsic (v2)
* nir: add conditional discard optimisation (v4)
* amd/addrlib: limit fastcall/regparm to GCC i386
* anv: use correct .specVersion for extensions
* vc4: Use Newton-Raphson on the 1/W write to fix glmark2 terrain.
* ir: Flip gl_SamplePosition in nir_lower_wpos_ytransform().
* anv/device: Return DEVICE_LOST if execbuf2 fails
* vulkan/wsi/x11: Better handle wsi_x11_connection_create failure
* vulkan/wsi/x11: Clean up connections in finish_wsi
* anv: Better handle return codes from anv_physical_device_init
* intel/blorp: Use wm_prog_data instead of hand-rolling our own
* intel/blorp: Pass a brw_stage_prog_data to upload_shader
* anv/pipeline: Put actual pointers in anv_shader_bin
* anv/pipeline: Properly cache prog_data::param
* intel/blorp: Emit all the binding tables
* anv/device: Add an execbuf wrapper
* anv: Add a cmd_buffer_execbuf helper
* anv: Don't presume to know what address is in a surface relocation
* anv: Add a new bo_pool_init helper
* anv/allocator: Simplify anv_scratch_pool
* anv: Initialize anv_bo::offset to -1
* anv/batch_chain: Improve write_reloc
* anv: Add an anv_execbuf helper struct

OBS-URL: https://build.opensuse.org/request/show/440283
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=552
2016-11-15 10:24: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 Accepting request 400892 from home:mimi_vx:branches:X11:XOrg 2016-06-10 08:26:56 +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-13.0.1.tar.xz Accepting request 440283 from home:mimi_vx:branches:X11:XOrg 2016-11-15 10:24:36 +00:00
mesa-13.0.1.tar.xz.sig Accepting request 440283 from home:mimi_vx:branches:X11:XOrg 2016-11-15 10:24:36 +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 440283 from home:mimi_vx:branches:X11:XOrg 2016-11-15 10:24:36 +00:00
Mesa.keyring Accepting request 330614 from home:mimi_vx:branches:X11:XOrg 2015-09-14 07:39:44 +00:00
Mesa.spec Accepting request 440283 from home:mimi_vx:branches:X11:XOrg 2016-11-15 10:24:36 +00:00
N_01-WIP-nouveau-add-locking.patch - N_01-WIP-nouveau-add-locking.patch 2016-10-14 09:11:02 +00:00
N_02-nouveau-more-locking-make-sure-that-fence-work-is-always-done-with-the-push-mutex-acquired.patch - N_01-WIP-nouveau-add-locking.patch 2016-10-14 09:11:02 +00:00
N_03-nv30-locking-fixes.patch - N_01-WIP-nouveau-add-locking.patch 2016-10-14 09:11:02 +00:00
N_04-nv50-Fix-double-lock-in-nv50_hw_sm_get_query_result.patch - N_01-WIP-nouveau-add-locking.patch 2016-10-14 09:11:02 +00:00
N_05-Use-nv50_render_condition-in-nv50_blitctx_post_blit.patch - N_01-WIP-nouveau-add-locking.patch 2016-10-14 09:11:02 +00:00
n_Define-GLAPIVAR-separate-from-GLAPI.patch - n_Define-GLAPIVAR-separate-from-GLAPI.patch: 2016-03-16 18:13:28 +00:00
n_Fixed-build-against-wayland-1.2.1.patch - rewritten bogus patch 'n_Fixed-build-against-wayland-1.2.1.patch" 2015-06-23 14:56:59 +00:00
n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch - n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch 2016-01-20 16:01:53 +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

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.