Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib / 
mesa


Commits:
529db83e by Vinson Lee at 2019-09-04T23:13:45Z
swr: Fix build with llvm-9.0 again.

Commit 6f7306c029a7 ("swr/rast: Refactor memory API between rasterizer
core and swr") unintentionally removed changes for llvm-9.0.

Fixes: 6f7306c029a7 ("swr/rast: Refactor memory API between rasterizer 
core and swr")
Fixes: 5dd9ad157005 ("swr/rasterizer: Better implementation of 
scatter")
Signed-off-by: Vinson Lee <v...@freedesktop.org>
Reviewed-by: Jan Zielinski <jan.zielin...@intel.com>
(cherry picked from commit 3664a6600eb0efbb4606f0b59730df3088b3b490)

- - - - -
6ac1d9b4 by Vinson Lee at 2019-09-04T23:13:52Z
travis: Fail build if any command in if statement fails.

Travis is checking the exit code of the entire if statement.

Fixes: 64ffc289be89 ("travis: add MacOS Scons build")
Signed-off-by: Vinson Lee <v...@freedesktop.org>
Acked-by: Eric Engestrom <e...@engestrom.ch>
Reviewed-by: Jose Fonseca <jfons...@vmware.com>
(cherry picked from commit 029b07b2adbde4466e4776e10cf37ec30aee4f1f)

- - - - -
451ddeb4 by Erik Faye-Lund at 2019-09-04T23:13:57Z
gallium/auxiliary/indices: consistently apply start only to input

The majority of these only apply the start argument to the input, but a
few of them also does for the output-array. util_primconvert, the only
user of this argument expects this pass a non-zero start-argument does
not expect this to be applied to the output; if it is, it will write
outside of allocated memory, leading to VRAM corruption.

The reason this doesn't seem to have been noticed before, is that no
driver currently use util_primconvert to convert a primitive-type to
itself, which is the cases where this was broken. But for Zink, this
will no longer be true, because we need to eliminate the use of 8-bit
index-buffers.

Signed-off-by: Erik Faye-Lund <erik.faye-l...@collabora.com>
Fixes: 28f3f8d413f ("gallium/auxiliary/indices: add start param")
Reviewed-by: Rob Clark <robdcl...@chromium.org>
(cherry picked from commit 52af1427c6d248829130ce25b86cd27a31d34633)

- - - - -
26cd4074 by Lionel Landwerlin at 2019-09-04T23:14:01Z
egl: fix platform selection

Add missing "device" platform

v2: Add the missing platform (Eric)

Signed-off-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
Reported-by: Jean Hertel <jean.her...@hotmail.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111529
Fixes: d6edccee8d ("egl: add EGL_platform_device support")
Reviewed-by: Eric Engestrom <e...@engestrom.ch>
(cherry picked from commit 6775a524004ba15ab281c1391fb24cbf621fe859)

- - - - -
0a83226d by Lionel Landwerlin at 2019-09-04T23:14:26Z
vulkan/overlay: bounce image back to present layout

Once we write the overlay to an image to be presented, we must not
forget to put it back into present layout.

Signed-off-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111401
Cc: <mesa-sta...@lists.freedesktop.org>
Reviewed-by: Tapani Pälli <tapani.pa...@intel.com>
(cherry picked from commit 320b0f66c27407008784da3606e23cb44c70ddf0)

- - - - -
1cfc9068 by Eric Engestrom at 2019-09-04T23:14:31Z
ttn: fix 64-bit shift on 32-bit `1`

Fixes: 4d0b2c7aaac3cf3de5af ("ttn: Update shader->info as we generate 
code.")
Signed-off-by: Eric Engestrom <eric.engest...@intel.com>
Reviewed-by: Tapani Pälli <tapani.pa...@intel.com>
Reviewed-by: Eric Anholt <e...@anholt.net>
Reviewed-by: Rob Clark <robdcl...@gmail.com>
(cherry picked from commit 3afe9d798aacc0abc6d898dda3360f06517caf8e)

- - - - -
1a4e7d72 by Eric Engestrom at 2019-09-04T23:14:41Z
egl: fix deadlock in malloc error path

Fixes: cb0980e69aa921af7086 ("egl: move alloc & init out of 
_eglBuiltInDriver{DRI2,Haiku}")
Signed-off-by: Eric Engestrom <eric.engest...@intel.com>
Reviewed-by: Tapani Pälli <tapani.pa...@intel.com>
(cherry picked from commit 43d470404c47d86d1fab93d1345e09375bcf4fb6)

- - - - -
ba255cdd by Eric Engestrom at 2019-09-04T23:14:52Z
util/os_file: fix double-close()

Fixes: 955c63d3643f30d7db0c ("util/os_file: resize buffer to what was 
actually needed")
Signed-off-by: Eric Engestrom <eric.engest...@intel.com>
Reviewed-by: Tapani Pälli <tapani.pa...@intel.com>
(cherry picked from commit 1667360f7d920a35191dc67b7ee120eef95e8788)

- - - - -
ef0ccde3 by Eric Engestrom at 2019-09-04T23:15:23Z
anv: fix format string in error message

Fixes: 9775894f102535a79186 ("anv: Move size check from 
anv_bo_cache_import() to caller (v2)")
Signed-off-by: Eric Engestrom <eric.engest...@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
(cherry picked from commit 7abf65aedc679069b794fddfa6feafa68d36d06a)

- - - - -
0bbf6eab by Eric Engestrom at 2019-09-04T23:15:29Z
freedreno/drm-shim: fix mem leak

Fixes: 494ecef6b42198ab6c3e ("freedreno: Add support for drm-shim.")
Signed-off-by: Eric Engestrom <eric.engest...@intel.com>
Reviewed-by: Eric Anholt <e...@anholt.net>
(cherry picked from commit c4969b0a25982505dd784257d7c12f1abe8b2180)

- - - - -
ffa1f33e by Eric Engestrom at 2019-09-04T23:15:36Z
nir: fix memleak in error path

Fixes: 2cf59861a8128a91bfdd ("nir: Add partial redundancy elimination for 
compares")
Signed-off-by: Eric Engestrom <eric.engest...@intel.com>
Reviewed-by: Timothy Arceri <tarc...@itsqueeze.com>
Reviewed-by: Ian Romanick <ian.d.roman...@intel.com>
(cherry picked from commit 7659c6197f08587f57f101a88a7e477337ce363c)

- - - - -
45b22fb8 by Kenneth Graunke at 2019-09-04T23:15:41Z
iris: Report correct number of planes for planar images

We were only handling the modifiers case and not counting the number of
planes in actual planar images.

Fixes Piglit's ext_image_dma_buf_import-export.

Fixes: fc12fd05f56 ("iris: Implement pipe_screen::resource_get_param")
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111509
Reviewed-by: Jordan Justen <jordan.l.jus...@intel.com>
(cherry picked from commit f8887909c6683986990474b61afd6d4335a69e41)

- - - - -
f180b04d by Hal Gentz at 2019-09-04T23:15:49Z
glx: Fix SEGV due to dereferencing a NULL ptr from XCB-GLX.

When run in optirun, applications that linked to `libGLX.so` and then
proceeded to querying Mesa for extension strings caused a SEGV in Mesa.

`glXQueryExtensionsString` was calling a chain of functions that
eventually led to `__glXQueryServerString`. This function would call
`xcb_glx_query_server_string` then `xcb_glx_query_server_string_reply`.
The latter for some unknown reason returned `NULL`. Passing this `NULL`
to `xcb_glx_query_server_string_string_length` would cause a SEGV as the
function tried to dereference it.

The reason behind the function returning `NULL` is yet to be determined,
however, simply checking that the ptr is not `NULL` resolves this. A
similar check has been added to `__glXGetString` for completeness sake,
although not immediately necessary.

In addition to that, we stumbled into a similar problem in
`AllocAndFetchScreenConfigs` which tries to access the configs to free
them if `__glXQueryServerString` fails. This, of course, SEGVs, because the
configs are yet to have been allocated. Simply continuing past the configs
if their config ptrs are `NULL` resolves this. We also switch to `calloc`
to make sure that the config ptrs are `NULL` by default, and not some
uninitialized value.

Cc: mesa-sta...@lists.freedesktop.org
Fixes: 24b8a8cfe821 "glx: implement __glXGetString, hide 
__glXGetStringFromServer"
Fixes: cb3610e37c4c "Import the GLX client side library, formerly from 
xc/lib/GL/glx. Build it "
Reviewed-by: Adam Jackson <a...@redhat.com>
Signed-off-by: Hal Gentz <zegen...@protonmail.com>
(cherry picked from commit 1591d1fee5016a21477edec0d2eb6b2d24221952)

- - - - -
b84cbdfd by Dylan Baker at 2019-09-04T23:25:49Z
nir: Add is_not_negative helper function

This was taken from 636da1243346e4e2a5aaf79bac65850884a9b859, and is
needed by the next patch.

- - - - -
3ef013f0 by Samuel Pitoiset at 2019-09-04T23:25:49Z
nir: do not assume that the result of fexp2(a) is always an integral

It's only correct when 'a' is an integral greater or equal to 0.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111493
Fixes: 5544b2cbbd2 ("nir/algebraic: Use value range analysis to eliminate 
useless unary ops")
Signed-off-by: Samuel Pitoiset <samuel.pitoi...@gmail.com>
Reviewed-by: Ian Romanick <ian.d.roman...@intel.com>
(cherry picked from commit 966a455bb912cc9fd22580c6cf9b74e27faa4491)
(conflicts resolved by Dylan Baker)

- - - - -
95145376 by Connor Abbott at 2019-09-05T15:44:57Z
radv: Call nir_propagate_invariant()

Without this, invariant qualifiers don't do anything. Together with a
fix to the game, this fixes flickering in No Man's Sky.

Cc: mesa-sta...@lists.freedesktop.org
Reviewed-by: Samuel Pitoiset <samuel.pitoi...@gmail.com>
(cherry picked from commit 3f5b541fc8b2aae6e71783b7a9bb8eb2ffa3a74d)

- - - - -
5e729877 by Dave Stevenson at 2019-09-05T22:16:51Z
broadcom/v3d: Allow importing linear BOs with arbitrary offset/stride.

Equivalent of 0c1dd9dee "broadcom/vc4: Allow importing linear BOs with
arbitrary offset/stride." for v3d.

Allows YUV buffers with a single buffer and plane offsets to be
passed in.

Signed-off-by: Dave Stevenson <dave.steven...@raspberrypi.org>

Reviewed-by: Eric Anholt <e...@anholt.net>
(cherry picked from commit 873b092e9110a0605293db7bc1c5bcb749cf9a28)

- - - - -
0e6ccd18 by Sergii Romantsov at 2019-09-06T15:30:35Z
intel/dri: finish proper glthread

KWin was able to get NULL-context in the call
intelUnbindContext. But a call _mesa_glthread_finish
is not resistent to such case.
Case can be catched with steps:
        1. Create both glx and egl contexts
        2. Make glx as current
        3. Make egl as current
        4. Reset glx context
        5. Make egl as current

Solution adds proper finishing of glthread-context
(context will be taken from the requested dri-context
for unbinding, but not from the saved current context).

Piglit-test: https://gitlab.freedesktop.org/mesa/piglit/merge_requests/87

Cc: 19.1 19.2 <mesa-sta...@lists.freedesktop.org>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110814
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111271
Fixes: dca36d5516d0 (i965: Implement threaded GL support)
Signed-off-by: Sergii Romantsov <sergii.romant...@globallogic.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
Reviewed-by: Kenneth Graunke <kenn...@whitecape.org>
(cherry picked from commit 1dce75c1839f08cfa78400367019f998c258eff5)

- - - - -
f42a4300 by Jonathan Marek at 2019-09-06T15:30:40Z
freedreno/a2xx: ir2: fix lowering of instructions after float lowering

Some instructions generated by int/bool float lowering need to be lowered
by opt_algebraic.

Fixes: 43dbd7d6

Signed-off-by: Jonathan Marek <jonat...@marek.ca>
Reviewed-by: Rob Clark <robdcl...@chromium.org>
Reviewed-by: Eric Anholt <e...@anholt.net>
(cherry picked from commit 3516a90ab4842a6610dc31514809d490bc4add87)

- - - - -
1a99cfef by Caio Marcelo de Oliveira Filho at 2019-09-06T15:33:07Z
nir/lower_explicit_io: Handle 1 bit loads and stores

Load a 32-bit value then convert to 1-bit.  Convert 1-bit to 32-bit
value, then Store it.

These cases started to appear when we changed Anvil to use derefs for
shared memory.

v2: Use `bit_size` in a couple of places we were missing.  (Jason)
    Reassign `value` instead of `src[0]`.  (Jason)

Fixes: 024a46a4079 ("anv: use derefs for shared memory access")
Reviewed-by: Jason Ekstrand <ja...@jlekstrand.net>
(cherry picked from commit c0c55bd84f744f9d4d498403f1eea93fafd6cb4b)

- - - - -
c1114994 by Jason Ekstrand at 2019-09-09T16:12:36Z
anv: Bump maxComputeWorkgroupSize

Fixes: 9a129510f56f "anv: Bump maxComputeWorkgroupInvocations"
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111552
Reviewed-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
(cherry picked from commit 3b1a7e5333335900293935399ce49a67562eafc7)

- - - - -
172cff63 by Eric Engestrom at 2019-09-09T16:12:41Z
anv: add support for driconf

No option is supported yet, this is just the boilerplate.

Cc: mesa-sta...@lists.freedesktop.org
Signed-off-by: Eric Engestrom <eric.engest...@intel.com>
Reviewed-by: Bas Nieuwenhuizen <b...@basnieuwenhuizen.nl>
Reviewed-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
(cherry picked from commit 4dcb1fff19383ae451f3228e55d3fc987a7ab46d)

- - - - -
cb548d56 by Eric Engestrom at 2019-09-09T16:12:46Z
wsi: add minImageCount override

Cc: mesa-sta...@lists.freedesktop.org
Signed-off-by: Eric Engestrom <eric.engest...@intel.com>
Reviewed-by: Bas Nieuwenhuizen <b...@basnieuwenhuizen.nl> (v1)
Reviewed-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
(cherry picked from commit a72cdd00abd5f3c18df01acc60bf3b385facfdb6)

- - - - -
9d22b0dc by Eric Engestrom at 2019-09-09T16:13:04Z
anv: add support for vk_x11_override_min_image_count

Cc: mesa-sta...@lists.freedesktop.org
Signed-off-by: Eric Engestrom <eric.engest...@intel.com>
Reviewed-by: Bas Nieuwenhuizen <b...@basnieuwenhuizen.nl>
Reviewed-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
(cherry picked from commit 037b5b567f75db2dd264b23a93abbc88305c7551)

- - - - -
c9b1f07e by Eric Engestrom at 2019-09-09T16:13:09Z
amd: move adaptive sync to performance section, as it is defined in xmlpool

Fixes: 3844ed8d44677588bc29 ("radv: Add adaptive_sync driconfig option and 
enable it by default.")
Fixes: e260493f2ab2483e5a55 ("radeonsi: Enable adaptive_sync by default 
for radeon")
Signed-off-by: Eric Engestrom <eric.engest...@intel.com>
Reviewed-by: Bas Nieuwenhuizen <b...@basnieuwenhuizen.nl>
Reviewed-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
(cherry picked from commit 4ad99ee9616f86eff96f4840354c64a60e341a6b)

- - - - -
55a10da8 by Eric Engestrom at 2019-09-09T16:13:14Z
radv: add support for vk_x11_override_min_image_count

Cc: mesa-sta...@lists.freedesktop.org
Signed-off-by: Eric Engestrom <eric.engest...@intel.com>
Reviewed-by: Bas Nieuwenhuizen <b...@basnieuwenhuizen.nl>
Reviewed-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
(cherry picked from commit 5eb7d48b5840f33e759ba0da36134883f2a44d9f)

- - - - -
89776bb4 by Eric Engestrom at 2019-09-09T16:13:19Z
drirc: override minImageCount=2 for gfxbench

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110765
Fixes: 4689e98fe884d9412b72 ("vulkan/wsi: Set X11 minImageCount to 
3.")
Signed-off-by: Eric Engestrom <eric.engest...@intel.com>
Reviewed-by: Bas Nieuwenhuizen <b...@basnieuwenhuizen.nl>
Tested-by: Eero Tamminen <eero.t.tammi...@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
(cherry picked from commit 27339fe9a74bf57b082b7ac657cdf76f3fd00f57)

- - - - -
8889cc12 by Jason Ekstrand at 2019-09-09T16:13:23Z
nir: Handle complex derefs in nir_split_array_vars

We already bail and don't split the vars but we were passing a NULL to
_mesa_hash_table_search which is not allowed.

Fixes: f1cb3348f1 "nir/split_vars: Properly bail in the presence of 
..."
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.olive...@intel.com>
(cherry picked from commit 37cdb7fc4465cba67b220f940404338f6ff98ee1)

- - - - -
23bc3a40 by Jason Ekstrand at 2019-09-09T16:13:30Z
nir: Don't infinitely recurse in lower_ssa_defs_to_regs_block

Cc: mesa-sta...@lists.freedesktop.org
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.olive...@intel.com>
(cherry picked from commit 517142252f0c63189293c7176efbf490b7ae95ea)

- - - - -
2c6e34ac by Jason Ekstrand at 2019-09-09T16:14:34Z
nir: Add a block_is_unreachable helper

Cc: mesa-sta...@lists.freedesktop.org
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.olive...@intel.com>
(cherry picked from commit f81a2623d82ccad6177fe1fe5b80a6398df29b6e)

- - - - -
3f56fa8f by Jason Ekstrand at 2019-09-09T16:14:38Z
nir/repair_ssa: Repair dominance for unreachable blocks

NIR currently assumes that unreachable blocks are trivially dominated by
everything.  However, when considering well-formed SSA, there is no path
from any block to an unreachable block.  Therefore, we can break any
use-def chains where the use is in an unreachable block.  This removes
any dependencies on code created by uses in unreachable blocks and lets
DCE do a better job of cleaning it up.

Cc: mesa-sta...@lists.freedesktop.org
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.olive...@intel.com>
(cherry picked from commit a3268599f3c9bb1d92571e15df95750a06114811)

- - - - -
2012c4a7 by Jason Ekstrand at 2019-09-09T16:14:43Z
nir/repair_ssa: Insert deref casts when needed

Cc: mesa-sta...@lists.freedesktop.org
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.olive...@intel.com>
(cherry picked from commit 1005272a2b7c744b6ac4d846566359a8ff1b6295)

- - - - -
7635b74a by Jason Ekstrand at 2019-09-09T16:14:48Z
nir/dead_cf: Repair SSA if the pass makes progress

The dead_cf pass calls into the CF manipulation helpers which attempt to
keep NIR's SSA form sane.  However, when the only break is removed from
a loop, dominance gets messed up anyway because the CF SSA clean-up code
only looks at phis and doesn't consider the case of code becoming
unreachable.  One solution to this would be to put the loop into LCSSA
form before we modify any of its contents.  Another (and the approach
taken by this pass) is to just run the repair_ssa pass afterwards
because the CF manipulation helpers are smart enough to keep all the
use/def stuff sane; they just don't always preserve dominance
properties.

While we're here, we clean up some bogus indentation.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111405
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111069
Cc: mesa-sta...@lists.freedesktop.org
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.olive...@intel.com>
(cherry picked from commit c832820ce959ae7c2b4971befceae634d800330f)

- - - - -
d858388b by Bas Nieuwenhuizen at 2019-09-09T17:32:38Z
Revert "ac/nir: Lower large indirect variables to scratch"

This reverts commit 74470baebbdacc8fd31c9912eb8c00c0cd102903.

This change introduces some significant performance regressions. We
are fixing those on master, but the follow up work is large enough
not to backport to 19.2 .

Fixes: 74470baebbd "ac/nir: Lower large indirect variables to scratch"
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111576
Reviewed-by: Samuel Pitoiset <samuel.pitoi...@gmail.com>
Reviewed-by: Connor Abbott <cwabbo...@gmail.com>

- - - - -
e4bb2ceb by Timur Kristóf at 2019-09-09T18:01:13Z
st/nine: Properly initialize GLSL types for NIR shaders.

NIR shaders use GLSL types (note: these live outside libglsl), and
nine needs to properly initialize these just like the other state
trackers. This fixes an assertion failure when TTN is used.

Signed-off-by: Timur Kristóf <timur.kris...@gmail.com>

- - - - -
637e02c1 by Lepton Wu at 2019-09-10T16:51:57Z
virgl: Fix pipe_resource leaks under multi-sample.

Fixes: 900a80f9e4f ("virgl: virgl_transfer should own its 
virgl_resource")

Signed-off-by: Lepton Wu <lep...@chromium.org>
Reviewed-by: Chia-I Wu <olva...@gmail.com>
(cherry picked from commit 263136fb5d2646bea718579de272729b2474d31a)

- - - - -
732950bf by Marek Olšák at 2019-09-10T16:51:57Z
radeonsi/gfx10: don't call gfx10_destroy_query with compute-only contexts

This fixes a crash.

Cc: 19.2 <mesa-sta...@lists.freedesktop.org>
Reviewed-by: Pierre-Eric Pelloux-Prayer 
<pierre-eric.pelloux-pra...@amd.com>
(cherry picked from commit 28adf0d00c6b5506ed2206b950336bdc568d2247)

- - - - -
481d82b6 by Marek Olšák at 2019-09-10T16:51:57Z
radeonsi/gfx10: fix wave occupancy computations

Cc: 19.2 <mesa-sta...@lists.freedesktop.org>
Reviewed-by: Pierre-Eric Pelloux-Prayer 
<pierre-eric.pelloux-pra...@amd.com>
(cherry picked from commit d95afd8b9e7f9b3880813203292257bf0ed7babf)

- - - - -
3771534b by Dylan Baker at 2019-09-11T16:05:32Z
Bump version for rc3

- - - - -
68ebe997 by Timo Aaltonen at 2019-09-12T12:17:36Z
Merge branch 'upstream-experimental' into debian-experimental

- - - - -
385ca5d6 by Timo Aaltonen at 2019-09-12T12:23:16Z
bump the version

- - - - -
5b8756e2 by Timo Aaltonen at 2019-09-12T12:34:29Z
upload to experimental

- - - - -


30 changed files:

- .travis.yml
- VERSION
- debian/changelog
- src/amd/common/ac_gpu_info.h
- src/amd/common/ac_nir_to_llvm.c
- src/amd/vulkan/radv_device.c
- src/amd/vulkan/radv_shader.c
- src/compiler/nir/nir.h
- src/compiler/nir/nir_dominance.c
- src/compiler/nir/nir_from_ssa.c
- src/compiler/nir/nir_lower_io.c
- src/compiler/nir/nir_opt_comparison_pre.c
- src/compiler/nir/nir_opt_dead_cf.c
- src/compiler/nir/nir_range_analysis.c
- src/compiler/nir/nir_repair_ssa.c
- src/compiler/nir/nir_split_vars.c
- src/egl/main/egldisplay.c
- src/egl/main/egldriver.c
- src/freedreno/drm-shim/freedreno_noop.c
- src/gallium/auxiliary/indices/u_indices_gen.py
- src/gallium/auxiliary/nir/tgsi_to_nir.c
- src/gallium/drivers/freedreno/a2xx/ir2_nir.c
- src/gallium/drivers/iris/iris_resource.c
- src/gallium/drivers/radeonsi/driinfo_radeonsi.h
- src/gallium/drivers/radeonsi/si_pipe.c
- src/gallium/drivers/radeonsi/si_shader.c
- src/gallium/drivers/v3d/v3d_resource.c
- src/gallium/drivers/virgl/virgl_texture.c
- src/gallium/state_trackers/nine/device9.c
- src/glx/glx_query.c


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/compare/417e1c72a42b03019e862ebd0d105d21ba958e75...5b8756e264aa5bf6e7e1e20f1e976c7ebb55c8ea

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/compare/417e1c72a42b03019e862ebd0d105d21ba958e75...5b8756e264aa5bf6e7e1e20f1e976c7ebb55c8ea
You're receiving this email because of your account on salsa.debian.org.


Reply via email to