SHA256
1
0
forked from pool/Mesa

Accepting request 992106 from home:dirkmueller:Factory

- update to 22.1.4:
  * anv: disable non uniform indexing of UBOs
  * anv: use the right helper to invalidate memory
  * intel/fs: ray query fix for global address
  * isl: add new helper for format component compatibility
  * radeonsi: fix random PS wave size
  * r300: Keep rc_rename_regs() from overflowing
  * aco/ra: update register file when updating phi definition
  * radv: Fix vkCmdCopyQueryResults -> vkCmdResetPool hazard

OBS-URL: https://build.opensuse.org/request/show/992106
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1127
This commit is contained in:
2022-08-02 07:04:50 +00:00
committed by Git OBS Bridge
parent 99c9ecc948
commit 385111236b
6 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Aug 1 21:22:01 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 22.1.4:
* anv: disable non uniform indexing of UBOs
* anv: use the right helper to invalidate memory
* intel/fs: ray query fix for global address
* isl: add new helper for format component compatibility
* radeonsi: fix random PS wave size
* r300: Keep rc_rename_regs() from overflowing
* aco/ra: update register file when updating phi definition
* radv: Fix vkCmdCopyQueryResults -> vkCmdResetPool hazard
-------------------------------------------------------------------
Fri Jul 15 13:00:57 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>