Stefan Dirsch 5e8a5a5822 Accepting request 997583 from home:dirkmueller:Factory
- update to 22.1.6:
  * llvmpipe: make last_fence a screen/rast object not a context one. llvmpipe:
    keep context list and use to track resource usage.
  * Revert "pan/bi: Require ATEST coverage mask input in R60"
  * intel/dev: drop warning for unhandled hwconfig keys
  * anv: Use sampleLocationsEnable for sample locations

- update to 22.1.5:
  * radv: dynamic vertex input failure
  * anv: KHR-GL46.tessellation_shader.single.xfb_captures_data_from_correct_stage fails on TGL
  * anv: GTF-GL46.gtf32.GL3Tests.packed_pixels.packed_pixels_pbo failure
  * anv: ICL hiz issue
  * Error compiling gallium-nine on i686 using musl libc
  * dEQP-VK.memory.mapping.dedicated_alloc failing on bsw and gen9atom

OBS-URL: https://build.opensuse.org/request/show/997583
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1129
2022-08-20 08:45:09 +00:00
2022-05-03 08:22:37 +00:00
2020-06-03 14:28:40 +00:00
2020-09-29 10:26:38 +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.
Description
No description provided
Readme 22 MiB
Languages
Standard ML 100%