Juan A. Suarez Romero
7c644f48a1
cherry-ignore: nv30: ensure that displayable formats are marked accordingly
...
stable: Explicit 18.1 only nomination.
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2018-05-30 10:06:43 +02:00
Juan A. Suarez Romero
dfa3a7ee37
cherry-ignore: st/mesa: fix assertion failures with GL_UNSIGNED_INT64_ARB (v2)
...
stable: The commit requires earlier commit 19a91841c3 which did not land in branch.
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2018-05-30 10:06:43 +02:00
Juan A. Suarez Romero
714dabe317
cherry-ignore: Tegra is not supported
...
stable: Tegra support was not added in the current branch.
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2018-05-30 10:06:43 +02:00
Juan A. Suarez Romero
5443d85870
cherry-ignore: mesa/st: handle vert_attrib_mask in nir case too
...
fixes: The commit fixes earlier commits 19a91841c3 and 9987a072cb which
did not land in branch.
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2018-05-22 13:03:34 +02:00
Juan A. Suarez Romero
e7b5064045
cherry-ignore: add explicit 18.1 only nominations
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2018-05-22 13:03:34 +02:00
Juan A. Suarez Romero
544a383858
cherry-ignore: i965/miptree: Fix handling of uninitialized MCS buffers
...
stable: The commit requires earlier commit af4e9295fe which did not land
in branch.
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2018-05-22 13:03:34 +02:00
Bas Nieuwenhuizen
9a4b915517
radv: Fix up 2_10_10_10 alpha sign.
...
Pre-Vega HW always interprets the alpha for this format as unsigned,
so we have to implement a fixup to do the sign correctly for signed
formats.
v2: Improve indexing mess.
CC: 18.0 <mesa-stable@lists.freedesktop.org >
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106480
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com >
(Backport of 3d4d388e39 "radv: Fix up 2_10_10_10 alpha sign.")
2018-05-15 11:15:21 +02:00
Juan A. Suarez Romero
9a537aad11
cherry-ignore: radv/resolve: do fmask decompress on all layers.
...
stable: The commit requires earlier commits ab0e625a67 and 62510846b6
which did not land in branch.
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2018-05-15 11:14:49 +02:00
Juan A. Suarez Romero
4788977798
cherry-ignore: mesa: revert GL_[SECONDARY_]COLOR_ARRAY_SIZE glGet type to TYPE_INT
...
stable: The commit fixes earlier commit d07466fe18 which did not land
in branch.
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2018-05-15 11:14:49 +02:00
Juan A. Suarez Romero
5cd442e589
cherry-ignore: mesa: fix glGetInteger/Float/etc queries for vertex arrays attribs
...
stable: The commit fixes earlier commit d5f42f96e1 which did not land
in branch.
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2018-05-15 11:14:49 +02:00
Juan A. Suarez Romero
eeaad26ff2
cherry-ignore: glsl: change ast_type_qualifier bitset size to work around GCC 5.4 bug
...
stable: The commit requires earlier commit ba79a90fb5 which did not
land in branch.
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2018-05-15 11:14:45 +02:00
Juan A. Suarez Romero
6ca758f6b6
cherry-ignore: add explicit 18.1 only nominations
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2018-05-15 11:14:09 +02:00
Juan A. Suarez Romero
16a3264c32
cherry-ignore: add explicit 18.1 only nominations
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2018-04-30 18:42:38 +02:00
Samuel Pitoiset
3b9b66560a
radv/winsys: allow to submit up to 4 IBs for chips without chaining
...
The SI family doesn't support chaining which means the maximum
size in dwords per CS is limited. When that limit was reached
we failed to submit the CS and the application crashed.
This patch allows to submit up to 4 IBs which is currently the
limit, but recent amdgpu supports more than that.
Please note that we can reach the limit of 4 IBs per submit
but currently we can't improve that. The only solution is to
upgrade libdrm. That will be improved later but for now this
should fix crashes on SI or when using RADV_DEBUG=noibs.
Fixes: 36cb5508e8 ("radv/winsys: Fail early on overgrown cs.")
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105775
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com >
2018-04-25 14:04:53 +02:00
Juan A. Suarez Romero
d45bb9f505
cherry-ignore: add explicit 18.1 only nominations
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2018-04-24 11:02:37 +02:00
Marek Olšák
cd52573fac
radeonsi/gfx9: fix a hang with an empty first IB
...
This packet causes the no-op IB detection to fail, so the IB is always
submitted. Also fix the no-op IB detection by moving the begin call.
Cc: 18.0 <mesa-stable@lists.freedesktop.org >
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com >
2018-04-23 09:53:45 +00:00
Juan A. Suarez Romero
31f323165c
cherry-ignore: omx: always define ENABLE_ST_OMX_{BELLAGIO,TIZONIA}
...
fixes: The commit fixes earlier commits 83d4a5d5ae ,
b2f2236dc5 and c62cf1f165 which did not land in
branch.
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2018-04-12 21:49:30 +02:00
Juan A. Suarez Romero
08b7ec9b20
cherry-ignore: radv: handle exporting view index to fragment shader. (v1.1)
...
fixes: The commit requieres earlier commits 639c4f2b54 and
2cfba40eea which did not land in branch.
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2018-04-12 21:49:29 +02:00
Juan A. Suarez Romero
e26892d902
cherry-ignore: ac/shader: fix vertex input with components.
...
fixes: The commit fixes earlier commit 1c57a6da5e which did not land in
branch.
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2018-04-12 21:49:29 +02:00
Juan A. Suarez Romero
85a862949d
cherry-ignore anv: Be more careful about fast-clear colors
...
stable: There is a specific version for this patch for stable branches,
but it is causing regressions.
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2018-04-12 21:49:19 +02:00
Emil Velikov
0354ff27e7
cherry-ignore: reference correct SHA for the VK_KHX_multiview commit
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
2018-02-28 20:14:24 +00:00
Emil Velikov
133aa8c9f7
cherry-ignore: radv: Don't expose VK_KHX_multiview on android.
...
stable: The KHX extension is disabled all together in the stable
branches.
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
2018-02-05 19:04:56 +00:00
Emil Velikov
92a332ed1a
cherry-ignore: add patches picked without -x
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
2018-01-26 19:53:02 +00:00