Go to file
Dominique Leuenberger ab359b273d Accepting request 298126 from X11:XOrg
- Update to 10.5.3
 + fdo#83962 - [HSW/BYT]Piglit spec_ARB_gpu_shader5_arb_gpu_shader5-emitstreamvertex_nodraw fails
 + fdo#89679 - [NV50] Portal/Half-Life 2 will not start (native Steam)
 + fdo#89746 - Mesa and LLVM 3.6+ break opengl for genymotion
 + fdo#89754 - vertexAttrib fails WebGL Conformance test with mesa drivers
 + fdo#89758 - pow WebGL Conformance test with mesa drivers
 + fdo#89759 - WebGL OGL ES GLSL conformance test with mesa drivers fails
 + fdo#89905 - scons build broken on 10.5.2 due to activated vega st
 + st_glsl_to_tgsi: only do mov copy propagation on temps (v2)
 + xmlpool: don't forget to ship the MOS
 + configure.ac: error out if python/mako is not found when required
 + dist: add the VG depedencies into the tarball
 + i965: Do not render primitives in non-zero streams then TF is disabled
 + st/mesa: update arrays when the current attrib has been updated
 + nv50/ir: take postFactor into account when doing peephole optimizations
 + nv50/ir/gk110: fix offset flag position for TXD opcode
 + freedreno/a3xx: fix 3d texture layout
 + freedreno/a3xx: point size should not be divided by 2
 + nv50: allocate more offset space for occlusion queries
 + nv50,nvc0: limit the y-tiling of 3d textures to the first level's tiling
 + i965: Fix instanced geometry shaders on Gen8+.
 + i965: Add forgotten multi-stream code to Gen8 SOL state.
 + nouveau: synchronize "scratch runout" destruction with the command stream
 + radeonsi: Cache LLVMTargetMachineRef in context instead of in screen
 + clover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STATUS when compilation fails v2
 + i965: Fix URB size for CHV

OBS-URL: https://build.opensuse.org/request/show/298126
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=239
2015-04-21 23:15:51 +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 - specfile/baselibs.conf: Manually provide d3d library (bnc#918294) 2015-02-23 16:04:26 +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-10.5.3.tar.xz Accepting request 297344 from home:mimi_vx:branches:X11:XOrg 2015-04-17 11:55:26 +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 297344 from home:mimi_vx:branches:X11:XOrg 2015-04-17 11:55:26 +00:00
Mesa.spec Accepting request 297344 from home:mimi_vx:branches:X11:XOrg 2015-04-17 11:55:26 +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_0001_gallium_include_util_macros.patch Accepting request 289760 from home:tobijk:X11:XOrg 2015-03-09 10:45:09 +00:00
U_0002_st_nine_mark_end_of_non_void_function_unreachable.patch Accepting request 289760 from home:tobijk:X11:XOrg 2015-03-09 10:45:09 +00:00
U_0003_fix_build_after_macro_include.patch Accepting request 289760 from home:tobijk:X11:XOrg 2015-03-09 10:45:09 +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.