mesa/src
Louis-Francis Ratté-Boulianne 2d32248f49 panfrost: fix transform feedback
Fix different use cases for transform feedback by setting:

 - PIPE_CAP_PACKED_STREAM_OUTPUT=0
 - PIPE_CAP_VIEWPORT_TRANSFORM_LOWERED=1
 - PIPE_CAP_PSIZ_CLAMPED=1

This is enough for all dEQP xfb-related test cases to run
successfully.

Signed-off-by: Louis-Francis Ratté-Boulianne <lfrb@collabora.com>
Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> (Update dEQP expectations)
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Acked-by: Daniel Stone <daniels@collabora.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2433>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2433>
2020-03-03 12:28:23 +00:00
..
amd ac: rename min_vgpr_alloc to min_wave64_vgpr_alloc 2020-03-03 08:17:00 +01:00
broadcom v3d: Ask the state tracker to lower image accesses off of derefs. 2020-02-24 18:25:02 +00:00
compiler glsl/linker: add xfb workaround for modified built-in variables 2020-03-03 12:28:23 +00:00
drm-shim drm-shim: fix EOF case 2019-11-13 12:39:14 +00:00
egl egl: allow INVALID format for linux_dmabuf 2020-03-02 21:09:26 +00:00
etnaviv etnaviv: drm-shim: add GC400 2020-01-30 04:05:39 +00:00
freedreno turnip: Execute main cs for secondary command buffers 2020-03-03 02:25:25 +00:00
gallium panfrost: fix transform feedback 2020-03-03 12:28:23 +00:00
gbm meson: move the generic symbols check arguments to a common variable 2019-11-05 20:30:47 +00:00
getopt meson: build getopt when using msvc 2019-09-10 20:36:47 +00:00
glx glx/drisw: fix shm put image fallback 2020-02-25 01:23:01 +00:00
gtest meson: gtest needs pthreads 2019-11-07 06:11:19 -08:00
hgl haiku: fix Mesa build 2019-10-01 10:31:02 +00:00
imgui meson: drop intel_ prefix on imgui_core 2019-12-10 15:16:02 +00:00
intel anv: multiply the scratch space by 4 on gen9-10 like iris and i965 2020-03-03 00:36:10 +00:00
loader loader: Fix leak of kernel driver name 2020-01-30 10:08:17 -08:00
mapi glapi/copyimage: Implement CopyImageSubDataNV 2020-02-24 16:31:06 +00:00
mesa gallium: add PIPE_CAP_PSIZ_CLAMPED 2020-03-03 12:28:23 +00:00
panfrost pan/bi: Move some definitions from disasm to bifrost.h 2020-03-03 00:03:50 +00:00
util util: move debug_memory_{begin,end} to os_memory_debug.h 2020-02-24 23:07:57 +00:00
vulkan util/format: add missing BC4/BC5 vulkan formats 2020-02-28 12:48:11 +00:00
meson.build meson: only build imgui when needed 2019-11-25 07:51:56 +00:00
SConscript