mirror of
https://abf.rosa.ru/djam/mesa.git
synced 2025-02-24 15:12:56 +00:00
Updated to version 10.2.4
This is a bugfix release. From the announcement: Changes from 10.2.3 to 10.2.4: Abdiel Janulgue (3): i965/fs: Refactor check for potential copy propagated instructions. i965/fs: skip copy-propate for logical instructions with negated src entries i965/vec4: skip copy-propate for logical instructions with negated src entries Brian Paul (3): mesa: fix geometry shader memory leaks st/mesa: fix geometry shader memory leak gallium/u_blitter: fix some shader memory leaks Carl Worth (3): docs: Add sha256 checksums for the 10.2.3 release Update VERSION to 10.2.4 Add release notes for 10.2.4 Eric Anholt (1): i965: Generalize the pixel_x/y workaround for all UW types. Ilia Mirkin (4): nv50/ir: retrieve shadow compare from first arg nv50/ir: ignore bias for samplerCubeShadow on nv50 nvc0/ir: do quadops on the right texture coordinates for TXD nvc0/ir: use manual TXD when offsets are involved Jordan Justen (1): i965: Add auxiliary surface field #defines for Broadwell. Kenneth Graunke (9): i965: Don't copy propagate abs into Broadwell logic instructions. i965: Set execution size to 8 for instructions with force_sechalf set. i965/fs: Set force_uncompressed and force_sechalf on samplepos setup. i965/fs: Use WE_all for gl_SampleID header register munging. i965: Add plumbing for Broadwell's auxiliary surface support. i965: Drop SINT workaround for CMS layout on Broadwell. i965: Hook up the MCS buffers in SURFACE_STATE on Broadwell. i965: Add 2x MSAA support to the MCS allocation function. i965: Enable compressed multisample support (CMS) on Broadwell. Marek Olšák (4): gallium: fix u_default_transfer_inline_write for textures st/mesa: fix samplerCubeShadow with bias radeonsi: fix samplerCubeShadow with bias radeonsi: add support for TXB2 Matt Turner (8): i965/vec4: Don't return void from a void function. i965/vec4: Don't fix_math_operand() on Gen >= 8. i965/fs: Don't fix_math_operand() on Gen >= 8. i965/fs: Make try_constant_propagate() static. i965/fs: Constant propagate into 2-src math instructions on Gen8. i965/vec4: Constant propagate into 2-src math instructions on Gen8. i965/fs: Don't use brw_imm_* unnecessarily. i965/fs: Set correct number of regs_written for MCS fetches.
This commit is contained in:
parent
46c6c784b4
commit
8aef7dd7a6
2 changed files with 2 additions and 2 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
MesaLib-10.2.3.tar.bz2: d81290e2a2378fe51a87fb02561bde5093202370
|
MesaLib-10.2.4.tar.bz2: b1d2b397581e807bc59be5065a8c73c3fda29dd6
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
Summary: OpenGL 3.x compatible 3D graphics library
|
Summary: OpenGL 3.x compatible 3D graphics library
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 10.2.3
|
Version: 10.2.4
|
||||||
Release: 1
|
Release: 1
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
Loading…
Add table
Reference in a new issue